Searched refs:tail (Results 1 – 9 of 9) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | hash_inlines.h | 123 case 3: k1 ^= tail[2] << 16; in hash_x86_32() 124 case 2: k1 ^= tail[1] << 8; in hash_x86_32() 197 case 15: k4 ^= tail[14] << 16; in hash_x86_128() 198 case 14: k4 ^= tail[13] << 8; in hash_x86_128() 199 case 13: k4 ^= tail[12] << 0; in hash_x86_128() 204 case 10: k3 ^= tail[ 9] << 8; in hash_x86_128() 205 case 9: k3 ^= tail[ 8] << 0; in hash_x86_128() 210 case 6: k2 ^= tail[ 5] << 8; in hash_x86_128() 211 case 5: k2 ^= tail[ 4] << 0; in hash_x86_128() 216 case 2: k1 ^= tail[ 1] << 8; in hash_x86_128() [all …]
|
| A D | ph.h | 84 a_type *tail = NULL; \ 105 head = tail = phn0; \ 126 phn_next_set(a_type, a_field, tail, \ 128 tail = phn0; \ 131 phn_next_set(a_type, a_field, tail, \ 133 tail = phn0; \ 155 phn_next_set(a_type, a_field, tail, \ 157 tail = phn0; \
|
| /third_party/ulib/musl/src/regex/ |
| A D | glob.c | 42 (*tail)->next = new; in append() 47 *tail = new; in append() 84 if (append(tail, d, l, l)) in match_in_dir() 94 error = append(tail, d, l, l) ? GLOB_NOSPACE : 0; in match_in_dir() 160 struct match head = {.next = NULL}, *tail = &head; in glob() local 186 error = match_in_dir(d, p, flags, errfunc, &tail); in glob() 192 for (cnt = 0, tail = head.next; tail; tail = tail->next, cnt++) in glob() 196 tail = &head; in glob() 197 if (append(&tail, pat, strlen(pat), 0)) in glob() 221 for (i = 0, tail = head.next; i < cnt; tail = tail->next, i++) in glob() [all …]
|
| /third_party/ulib/musl/src/string/ |
| A D | stpncpy.c | 20 goto tail; in __stpncpy() 30 tail: in __stpncpy()
|
| A D | memccpy.c | 25 goto tail; in memccpy() 36 tail: in memccpy()
|
| /third_party/lib/cortex-strings/src/aarch64/ |
| A D | strlen.S | 167 L(tail): 198 bne L(tail) 208 b L(tail)
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink.c | 1154 tail = p; in find_library() 1169 tail = p; in find_library() 1403 dso_set_next(tail, p); in load_library_vmo() 1404 dso_set_prev(p, tail); in load_library_vmo() 1405 tail = p; in load_library_vmo() 1602 do_init_fini(tail); in __libc_start_init() 1731 tail = &vdso; in __dls2() 1814 dso_set_prev(&ldso, tail); in dls3() 1816 dso_set_next(tail, &ldso); in dls3() 1856 head = tail = &app; in dls3() [all …]
|
| /third_party/uapp/dash/src/ |
| A D | expand.c | 1750 const char *tail; in varunset() local 1752 tail = nullstr; in varunset() 1757 tail = " or null"; in varunset() 1761 sh_error("%.*s: %s%s", end - var - 1, var, msg, tail); in varunset()
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 673 - sigsetjmp tail call optimization failure broke the function
|
Completed in 21 milliseconds