Searched defs:tail (Results 1 - 5 of 5) sorted by relevance

/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/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/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)

Completed in 2079 milliseconds