Searched refs:list (Results 1 - 25 of 47) sorted by relevance

12

/bionic/libc/private/isc/
H A Dlist.h1 /* $NetBSD: list.h,v 1.2 2004/05/20 19:51:55 christos Exp $ */
25 #define INIT_LIST(list) \
26 do { (list).head = NULL; (list).tail = NULL; } while (/*CONSTCOND*/0)
38 #define HEAD(list) ((list).head)
39 #define TAIL(list) ((list).tail)
40 #define EMPTY(list) ((list)
[all...]
/bionic/libc/kernel/common/linux/
H A Dkey.h16 #include <linux/list.h>
H A Dxattr.h35 size_t (*list)(struct inode *inode, char *list, size_t list_size, member in struct:xattr_handler
H A Dmutex.h15 #include <linux/list.h>
30 struct list_head list; member in struct:mutex_waiter
H A Dattribute_container.h16 #include <linux/list.h>
H A Dklist.h18 #include <linux/list.h>
H A Dswap.h18 #include <linux/list.h>
H A Dandroid_power.h15 #include <linux/list.h>
H A Dmiscdevice.h51 struct list_head list; member in struct:miscdevice
H A Dpagemap.h17 #include <linux/list.h>
H A Dtimer.h15 #include <linux/list.h>
H A Dfutex.h33 struct robust_list list; member in struct:robust_list_head
/bionic/libc/kernel/common/linux/sunrpc/
H A Dtypes.h18 #include <linux/list.h>
/bionic/libc/kernel/arch-sh/asm/
H A Dio_trapped.h15 #include <linux/list.h>
26 struct list_head list; member in struct:trapped_io
H A Dclock.h16 #include <linux/list.h>
/bionic/libc/kernel/tools/
H A Dclean_header.py44 # and the corresponding list of known static functions
61 list = cpp.BlockParser().parseFile(path)
62 if not list:
67 list.optimizeMacros( kernel_known_macros )
68 list.optimizeIf01()
69 list.removeVarsAndFuncs( statics )
70 list.removeComments()
71 list.removeEmptyLines()
72 list.removeMacroDefines( kernel_ignored_macros )
73 list
[all...]
H A Dkernel.py4 # list here the macros that you know are always defined/undefined when including
29 # for path in <your list of files>:
130 list = cpp.BlockParser().parseFile(path)
131 if list:
132 #list.removePrefixed("CONFIG_",self.config)
138 list.optimizeMacros(macros)
139 list.optimizeIf01()
140 includes = list.findIncludes()
183 # for path in <your list of user sources>:
191 # not that the result of scanForAllArchs() is a list o
[all...]
/bionic/libc/bionic/
H A Dlibc_init_static.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
52 static void call_array(void(**list)())
54 // First element is -1, list is null-terminated
55 while (*++list) {
56 (*list)();
/bionic/libc/kernel/common/linux/mtd/
H A Dblktrans.h25 struct list_head list; member in struct:mtd_blktrans_dev
57 struct list_head list; member in struct:mtd_blktrans_ops
H A Dpartitions.h31 struct list_head list; member in struct:mtd_part_parser
H A Dmap.h16 #include <linux/list.h>
71 struct list_head list; member in struct:mtd_chip_driver
/bionic/libc/arch-sh/bionic/
H A Dcrtbegin_dynamic.S9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
51 # - address of the constructor list
71 # the .ctors section contains a list of pointers to "constructor"
/bionic/libc/arch-x86/bionic/
H A Dcrtbegin_static.S8 # notice, this list of conditions and the following disclaimer.
10 # notice, this list of conditions and the following disclaimer in the
50 # - address of the constructor list
/bionic/libc/arch-arm/bionic/
H A Dcrtbegin_dynamic.S9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
51 # - address of the constructor list
H A Dcrtbegin_static.S9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
51 # - address of the constructor list

Completed in 1273 milliseconds

12