Searched refs:tail (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/include/isc/
H A 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
[all...]
/bionic/libc/kernel/uapi/rdma/
H A Dbnxt_re-abi.h42 __u32 tail; member in struct:bnxt_re_cq_resp
/bionic/libc/versioner-dependencies/common/kernel_uapi/rdma/
H A Dbnxt_re-abi.h42 __u32 tail; member in struct:bnxt_re_cq_resp
/bionic/tools/versioner/dependencies/common/kernel_uapi/rdma/
H A Dbnxt_re-abi.h42 __u32 tail; member in struct:bnxt_re_cq_resp
/bionic/libc/arch-arm64/generic/bionic/
H A Dstrlen.S161 L(tail):
192 bne L(tail)
202 b L(tail)
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c366 const char *tail; /* string unmatched by rest of RE */ local
426 tail = slow(m, rest, stop, es, stopst);
427 if (tail == stop)
455 tail = slow(m, rest, stop, es, stopst);
456 if (tail == stop)
496 tail = slow(m, rest, stop, es, stopst);
497 if (tail == stop)
/bionic/libc/bionic/
H A Dfts.c551 FTSENT *cur, *tail; local
652 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) {
740 head = tail = p;
742 tail->fts_link = p;
743 tail = p;
/bionic/libc/arch-mips/bionic/
H A Dsetjmp.S300 b setjmp_common # tail call
313 b setjmp_common # tail call
/bionic/libc/arch-mips64/bionic/
H A Dsetjmp.S300 b setjmp_common # tail call
313 b setjmp_common # tail call

Completed in 140 milliseconds