Searched defs:last (Results 1 - 25 of 94) sorted by relevance

1234

/barrelfish-2018-10-04/lib/libc/string/
H A Dwcsrchr.c35 const wchar_t *last; local
H A Dmemmem.c41 register char *cur, *last; local
H A Dwcstok.c41 wcstok(wchar_t * __restrict s, const wchar_t * __restrict delim, wchar_t ** __restrict last) argument
H A Dstrtok.c52 __strtok_r(char *s, const char *delim, char **last) argument
100 static char *last; local
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci_queue.c22 usb_ohci_ed_t *usb_ohci_remove_qh(usb_ohci_ed_t *ed, usb_ohci_ed_t *last) argument
46 usb_ohci_ed_t *usb_ohci_append_qh(usb_ohci_ed_t *ed, usb_ohci_ed_t *last) argument
[all...]
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dmisc.c38 uint64_t last, elapsed; local
/barrelfish-2018-10-04/lib/libc/db/btree/
H A Dbt_overflow.c134 PAGE *h, *last; local
/barrelfish-2018-10-04/lib/libc/regex/grot/
H A Ddebug.c30 int last; local
69 int last; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dapp_rand.c168 int last; local
/barrelfish-2018-10-04/kernel/
H A Dschedule_rr.c132 struct dcb *last = NULL; local
/barrelfish-2018-10-04/usr/bench/bomp_progress/
H A Dcpu_bound.c50 uint64_t last = glast; local
H A Dsync.c39 uint64_t last; local
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_queue.c62 usb_ehci_enq_fs_td(usb_ehci_sitd_t *sitd, usb_ehci_sitd_t *last) argument
87 usb_ehci_deq_fs_td(usb_ehci_sitd_t *sitd, usb_ehci_sitd_t *last) argument
113 usb_ehci_enq_hs_td(usb_ehci_itd_t *std, usb_ehci_itd_t *last) argument
138 usb_ehci_deq_hs_td(usb_ehci_itd_t *std, usb_ehci_itd_t *last) argument
163 usb_ehci_enq_qh(usb_ehci_qh_t *qh, usb_ehci_qh_t *last) argument
192 usb_ehci_deq_qh(usb_ehci_qh_t *qh, usb_ehci_qh_t *last) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Ddebug.c25 register int last; local
101 register int last; local
[all...]
/barrelfish-2018-10-04/lib/libc/gen/
H A Dpopen.c197 struct pid *cur, *last = NULL; local
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/polarssl/
H A Dmd4.c246 unsigned long last, padn; local
H A Dmd5.c265 unsigned long last, padn; local
H A Dsha1.c299 unsigned long last, padn; local
/barrelfish-2018-10-04/include/tenaciousd/
H A Dqueue.h34 uint64_t last; member in struct:tenaciousd_queue
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dx_solve.c30 int c, cprev, stage, first, last, error; local
211 void x_backsubstitute(int first, int last, in argument
266 x_solve_cell(int first, int last, int c) argument
[all...]
H A Dy_solve.c27 int c, cprev, stage, first, last, error; local
194 void y_backsubstitute(int first, int last, int c) { argument
248 y_solve_cell(int first,int last,int c) argument
[all...]
H A Dz_solve.c27 int c, cprev, stage, first, last, error; local
232 void z_backsubstitute(int first, int last, int c) { argument
286 z_solve_cell(int first,int last,int c) argument
[all...]
/barrelfish-2018-10-04/include/lwip2/netif/ppp/polarssl/
H A Dmd4.c246 unsigned long last, padn; local
H A Dmd5.c265 unsigned long last, padn; local
H A Dsha1.c299 unsigned long last, padn; local

Completed in 175 milliseconds

1234