Searched defs:list (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
D | list.h | 25 #define INIT_LIST(list) \ argument 39 #define HEAD(list) ((list).head) argument 40 #define TAIL(list) ((list).tail) argument 41 #define EMPTY(list) ((list).head == NULL) argument 43 #define PREPEND(list, elt, link) \ argument 55 #define APPEND(list, elt, link) \ argument 67 #define UNLINK_TYPE(list, elt, link, type) \ argument 84 #define UNLINK(list, elt, link) \ argument 90 #define INSERT_BEFORE(list, before, elt, link) \ argument 103 #define INSERT_AFTER(list, after, elt, link) \ argument [all …]
|
/bionic/linker/tests/ |
D | linked_list_test.cpp | 49 std::string test_list_to_string(test_list_t& list) { in test_list_to_string() 62 test_list_t list; in TEST() local 100 test_list_t list; in TEST() local 120 test_list_t list; in TEST() local 137 test_list_t list; in TEST() local 182 test_list_t list; in TEST() local
|
/bionic/libc/bionic/ |
D | libc_init_static.cpp | 64 static void call_array(void(**list)()) { in call_array()
|
D | malloc_debug_common.cpp | 191 HashEntry** list = static_cast<HashEntry**>(Malloc(malloc)(sizeof(void*) * g_hash_table.count)); in get_malloc_leak_info() local
|
/bionic/libc/kernel/uapi/linux/ |
D | futex.h | 64 struct robust_list list; member
|
/bionic/libc/kernel/uapi/drm/ |
D | drm.h | 245 struct drm_buf_desc __user *list; member 250 int __user *list; member 264 struct drm_buf_pub __user *list; member
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 498 def expectList(self,list): argument
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 1115 entry_mru_add( Entry* e, Entry* list ) in entry_mru_add()
|