/bionic/libc/private/isc/ |
D | list.h | 25 #define INIT_LIST(list) \ argument 26 do { (list).head = NULL; (list).tail = NULL; } while (/*CONSTCOND*/0) 38 #define HEAD(list) ((list).head) argument 39 #define TAIL(list) ((list).tail) argument 40 #define EMPTY(list) ((list).head == NULL) argument 42 #define PREPEND(list, elt, link) \ argument 45 if ((list).head != NULL) \ 46 (list).head->link.prev = (elt); \ 48 (list).tail = (elt); \ 50 (elt)->link.next = (list).head; \ [all …]
|
/bionic/libc/bionic/ |
D | libc_init_static.c | 52 static void call_array(void(**list)()) in call_array() argument 55 while (*++list) { in call_array() 56 (*list)(); in call_array()
|
D | malloc_debug_common.c | 134 void** list = (void**)dlmalloc(sizeof(void*) * gHashTable.count); in get_malloc_leak_info() local 142 list[index] = entry; in get_malloc_leak_info() 163 qsort((void*)list, gHashTable.count, sizeof(void*), hash_entry_compare); in get_malloc_leak_info() 168 HashEntry* entry = list[i]; in get_malloc_leak_info() 182 dlfree(list); in get_malloc_leak_info()
|
/bionic/libc/kernel/common/linux/ |
D | xattr.h | 35 size_t (*list)(struct inode *inode, char *list, size_t list_size, member
|
D | miscdevice.h | 51 struct list_head list; member
|
D | futex.h | 33 struct robust_list list; member
|
D | mutex.h | 30 struct list_head list; member
|
D | proc_fs.h | 63 struct list_head list; member
|
/bionic/libc/kernel/common/linux/mtd/ |
D | blktrans.h | 25 struct list_head list; member 57 struct list_head list; member
|
D | partitions.h | 31 struct list_head list; member
|
/bionic/libc/kernel/arch-sh/asm/ |
D | io_trapped.h | 26 struct list_head list; member
|
/bionic/libc/ |
D | Jamfile | 22 rule Filter list : filter 26 for item in $(list) { 35 # reverse a list of elements 36 rule Reverse list 41 for item in $(list) { 48 # decompose a path into a list of elements 112 # retrieve list of subdirectories 126 # retrieve list of sources in a given directory 190 # the list of arch-independent source subdirectories 199 # find sources in a given list of subdirectories [all …]
|
/bionic/libc/arch-sh/bionic/ |
D | crtbegin_dynamic.S | 51 # - address of the constructor list 71 # the .ctors section contains a list of pointers to "constructor"
|
/bionic/libc/kernel/tools/ |
D | kernel.py | 133 list = cpp.BlockParser().parseFile(path) 134 if list: 141 list.optimizeMacros(macros) 142 list.optimizeIf01() 143 includes = list.findIncludes()
|
/bionic/libm/ |
D | NOTICE | 9 * notice unmodified, this list of conditions, and the following 12 * notice, this list of conditions and the following disclaimer in the 41 * notice, this list of conditions and the following disclaimer. 43 * notice, this list of conditions and the following disclaimer in the 67 * notice, this list of conditions and the following disclaimer. 69 * notice, this list of conditions and the following disclaimer in the 94 * notice, this list of conditions and the following disclaimer 97 * notice, this list of conditions and the following disclaimer in the 126 * notice, this list of conditions and the following disclaimer. 128 * notice, this list of conditions and the following disclaimer in the [all …]
|
/bionic/libstdc++/include/ |
D | cwctype_is_not_supported | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | cwchar | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | utility | 9 * notice, this list of conditions and the following disclaimer. 11 * notice, this list of conditions and the following disclaimer in
|
D | cstdint | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | climits | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | cerrno | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | cfloat | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
/bionic/libstdc++/ |
D | NOTICE | 8 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in the
|
/bionic/libdl/ |
D | NOTICE | 8 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in the
|
/bionic/libthread_db/ |
D | NOTICE | 8 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in the
|