Searched defs:head (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/sys/ |
D | queue.h | 89 #define LIST_HEAD_INITIALIZER(head) \ argument 101 #define LIST_INIT(head) do { \ argument 120 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument 134 #define LIST_FOREACH(var, head, field) \ argument 142 #define LIST_EMPTY(head) ((head)->lh_first == NULL) argument 143 #define LIST_FIRST(head) ((head)->lh_first) argument 155 #define SLIST_HEAD_INITIALIZER(head) \ argument 166 #define SLIST_INIT(head) do { \ argument 175 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 180 #define SLIST_REMOVE_HEAD(head, field) do { \ argument [all …]
|
/bionic/libc/kernel/uapi/asm-arm64/asm/ |
D | sigcontext.h | 40 struct _aarch64_ctx head; member 49 struct _aarch64_ctx head; member
|
/bionic/libc/bionic/ |
D | fts.c | 549 FTSENT *p, *head; in fts_build() local 870 fts_sort(FTS *sp, FTSENT *head, int nitems) in fts_sort() 935 fts_lfree(FTSENT *head) in fts_lfree() 985 fts_padjust(FTS *sp, FTSENT *head) in fts_padjust()
|
/bionic/tests/ |
D | search_test.cpp | 171 q_node* head = &zero; in TEST() local
|
/bionic/libc/kernel/uapi/linux/ |
D | fd.h | 25 unsigned int size, sect, head, track, stretch; member 59 unsigned int device, head, track; member
|
/bionic/libc/kernel/uapi/drm/ |
D | mga_drm.h | 126 unsigned int head; member
|