Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/include/isc/
Dlist.h24 #define LIST(type) struct { type *head, *tail; }
26 do { (list).head = NULL; (list).tail = NULL; } while (/*CONSTCOND*/0)
40 #define TAIL(list) ((list).tail)
49 (list).tail = (elt); \
58 if ((list).tail != NULL) \
59 (list).tail->link.next = (elt); \
62 (elt)->link.prev = (list).tail; \
64 (list).tail = (elt); \
73 INSIST((list).tail == (elt)); \
74 (list).tail = (elt)->link.prev; \
/bionic/libc/bionic/
Dmalloc_debug_check.cpp114 static hdr_t* tail; variable
173 static inline void add_locked(hdr_t* hdr, hdr_t** tail, hdr_t** head) { in add_locked() argument
179 *tail = hdr; in add_locked()
183 static inline int del_locked(hdr_t* hdr, hdr_t** tail, hdr_t** head) { in del_locked() argument
192 *tail = hdr->prev; in del_locked()
204 add_locked(hdr, &tail, &head); in add()
213 del_locked(hdr, &tail, &head); in del()
296 hdr_t** tail, hdr_t** head, unsigned* cnt, in del_and_check_locked() argument
301 del_locked(hdr, tail, head); in del_and_check_locked()
321 return del_and_check_locked(hdr, &tail, &head, &g_allocated_block_count, safe); in del_leak()
Dfts.c550 FTSENT *cur, *tail; in fts_build() local
651 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) { in fts_build()
738 head = tail = p; in fts_build()
740 tail->fts_link = p; in fts_build()
741 tail = p; in fts_build()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c366 const char *tail; /* string unmatched by rest of RE */ in dissect() local
426 tail = slow(m, rest, stop, es, stopst); in dissect()
427 if (tail == stop) in dissect()
455 tail = slow(m, rest, stop, es, stopst); in dissect()
456 if (tail == stop) in dissect()
496 tail = slow(m, rest, stop, es, stopst); in dissect()
497 if (tail == stop) in dissect()
/bionic/libc/arch-mips64/bionic/
Dsetjmp.S264 b setjmp_common # tail call
/bionic/libc/arch-mips/bionic/
Dsetjmp.S264 b setjmp_common # tail call