Searched refs:last (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/string/
H A Dwcsrchr.c35 const wchar_t *last; local
37 last = NULL;
40 last = s;
46 return ((wchar_t *)last);
H A Dwcstok.c42 wchar_t ** __restrict last)
48 if (s == NULL && (s = *last) == NULL)
62 *last = NULL;
80 *last = s;
41 wcstok(wchar_t * __restrict s, const wchar_t * __restrict delim, wchar_t ** __restrict last) argument
/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrtok.c35 static char *last; local
37 return strtok_r(s, delim, &last);
41 strtok_r(char *s, const char *delim, char **last) argument
48 if (s == NULL && (s = *last) == NULL)
62 *last = NULL;
80 *last = s;
/bionic/libc/bionic/
H A Dpthread_atfork.cpp43 atfork_t* last; member in struct:atfork_list_t
61 for (atfork_t* it = g_atfork_list.last; it != NULL; it = it->prev) {
102 entry->prev = g_atfork_list.last;
109 g_atfork_list.last = entry;
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dpopen.c193 struct pid *cur, *last; local
202 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next)
213 if (last == NULL)
216 last->next = cur->next;
/bionic/benchmarks/
H A Dbenchmark_main.cpp136 int last = iterations; local
142 iterations = std::max(last + 1, std::min(iterations + iterations/2, 100*last));
/bionic/libc/arch-mips/string/
H A Dmemcpy.S117 # This means: for x=128 the last "safe" a0 address is "t0-160"
118 # Alternatively, for x=64 the last "safe" a0 address is "t0-96"
120 subu t9,t0,160 # t9 is the "last safe pref 30,128(a0)" address
227 # For the last (<8) bytes
230 addu a3,a0,a2 # a3 is the last dst address
269 subu t9,t0,160 # t9 is the "last safe pref 30,128(a0)" address
404 addu a3,a0,a2 # a3 is the last dst address
/bionic/libc/arch-mips64/string/
H A Dmemcpy.S117 # This means: for x=128 the last "safe" a0 address is "t0-160"
118 # Alternatively, for x=64 the last "safe" a0 address is "t0-96"
120 subu t9,t0,160 # t9 is the "last safe pref 30,128(a0)" address
227 # For the last (<8) bytes
230 addu a3,a0,a2 # a3 is the last dst address
269 subu t9,t0,160 # t9 is the "last safe pref 30,128(a0)" address
404 addu a3,a0,a2 # a3 is the last dst address
/bionic/libc/dns/resolv/
H A Dres_cache.c1892 struct resolv_cache_info* last; local
1894 for (last = &_res_cache_list; last->next; last = last->next);
1896 last->next = cache_info;
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h163 evWait * last; member in struct:evWaitList
/bionic/libc/kernel/uapi/linux/
H A Dkvm.h326 __u32 first, last; member in struct:kvm_coalesced_mmio_ring

Completed in 1533 milliseconds