| /third_party/mesa3d/src/util/ |
| H A D | u_debug_memory.c | 88 static struct list_head list = { &list, &list }; variable [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_scene.c | 307 struct data_block_list *list = &scene->data; in lp_scene_end_rasterization() local 412 struct resource_ref **list = writeable ? &scene->writeable_resources : &scene->resources; in lp_scene_add_resource_reference() local
|
| H A D | lp_state_cs.h | 75 struct list_head list; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.c | 439 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; in nv50_bufctx_fence() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.c | 578 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; in nvc0_bufctx_fence() local
|
| /third_party/libfuse/lib/ |
| H A D | fuse_i.h | 58 struct fuse_req list; member
|
| /third_party/ltp/testcases/misc/crash/ |
| H A D | crash02.c | 449 const int list[] = { in in_blacklist() local
|
| /third_party/ltp/testcases/network/stress/route/ |
| H A D | route-change-netlink.c | 54 struct iface **list = (struct iface**)data; in save_iface() local 69 struct ip_addr **list = (struct ip_addr**)data; in save_ip() local 79 int save_item(void **list, char *item, void (*callback)(void **, const char *)) in save_item() argument
|
| /third_party/ltp/testcases/kernel/syscalls/utils/ |
| H A D | inotify.h | 154 static inline void inotify_unmount_inodes(struct list_head *list) in inotify_unmount_inodes() argument
|
| /third_party/libdrm/ |
| H A D | xf86drmSL.c | 103 SkipListPtr list; in drmSLCreate() local 120 SkipListPtr list = (SkipListPtr)l; drmSLDestroy() local 140 SkipListPtr list = (SkipListPtr)l; SLLocate() local 157 SkipListPtr list = (SkipListPtr)l; drmSLInsert() local 190 SkipListPtr list = (SkipListPtr)l; drmSLDelete() local 217 SkipListPtr list = (SkipListPtr)l; drmSLLookup() local 235 SkipListPtr list = (SkipListPtr)l; drmSLLookupNeighbors() local 259 SkipListPtr list = (SkipListPtr)l; drmSLNext() local 278 SkipListPtr list = (SkipListPtr)l; drmSLFirst() local 289 SkipListPtr list = (SkipListPtr)l; drmSLDump() local [all...] |
| /third_party/ltp/tools/sparse/ |
| H A D | sparse-ltp.c | 261 static void process_symbols(struct symbol_list *list) in process_symbols() argument
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | c2xml.c | 100 static inline void examine_members(struct symbol_list *list, xmlNodePtr node) in examine_members() argument 288 static inline void examine_symbol_list(const char *file, struct symbol_list *list) in examine_symbol_list() argument
|
| H A D | inline.c | 207 struct expression_list *list = expr->args; in copy_expression() local 221 struct expression_list *list = expr->expr_list; in copy_expression() local 323 static void unset_replace_list(struct symbol_list *list) in unset_replace_list() argument
|
| H A D | lib.c | 383 struct symbol_list *list; in sparse_initialize() local
|
| H A D | lib.h | 144 static inline int symbol_list_size(struct symbol_list *list) in symbol_list_size() argument 149 static inline int statement_list_size(struct statement_list *list) in statement_list_size() argument 154 static inline int expression_list_size(struct expression_list *list) in expression_list_size() argument 159 static inline int instruction_list_size(struct instruction_list *list) in instruction_list_size() argument 164 static inline int pseudo_list_size(struct pseudo_list *list) in pseudo_list_size() argument 169 bb_list_size(struct basic_block_list *list) bb_list_size() argument 228 add_symbol(struct symbol_list **list, struct symbol *sym) add_symbol() argument 233 add_statement(struct statement_list **list, struct statement *stmt) add_statement() argument 238 add_expression(struct expression_list **list, struct expression *expr) add_expression() argument 243 add_ident(struct ident_list **list, struct ident *ident) add_ident() argument [all...] |
| H A D | liveness.c | 143 static void add_pseudo_exclusive(struct pseudo_list **list, pseudo_t pseudo) in add_pseudo_exclusive() argument
|
| H A D | ptrlist.c | 43 struct ptr_list *list = head; in ptr_list_size() local 57 const struct ptr_list *list = head; ptr_list_empty() local 76 const struct ptr_list *list = head; ptr_list_multiple() local 97 struct ptr_list *list = head; first_ptr_list() local 116 struct ptr_list *list; last_ptr_list() local 133 ptr_list_nth_entry(struct ptr_list *list, unsigned int idx) ptr_list_nth_entry() argument 169 struct ptr_list *list = head; linearize_ptr_list() local 262 struct ptr_list *list = *listp; __add_ptr_list() local 316 const struct ptr_list *list = head; lookup_ptr_list_entry() local 335 delete_ptr_list_entry(struct ptr_list **list, void *entry, int count) delete_ptr_list_entry() argument 358 replace_ptr_list_entry(struct ptr_list **list, void *old_ptr, void *new_ptr, int count) replace_ptr_list_entry() argument 497 struct ptr_list *tmp, *list = *listp; __free_ptr_list() local [all...] |
| H A D | storage.c | 49 struct storage_hash_list *list = NULL; in gather_storage() local 90 struct storage_hash_list *list = storage_hash_table[storage_hash(bb,pseudo,inout)]; in lookup_storage() local
|
| H A D | scheck.c | 330 static void check_functions(struct symbol_list *list) in check_functions() argument
|
| H A D | sparse.c | 298 static void check_symbols(struct symbol_list *list) in check_symbols() argument
|
| /third_party/ltp/testcases/realtime/include/ |
| H A D | list.h | 69 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() argument 158 list_move(struct list_head *list, struct list_head *head) list_move() argument 169 list_move_tail(struct list_head *list, struct list_head *head) list_move_tail() argument 203 __list_splice(struct list_head *list, struct list_head *head) __list_splice() argument 222 list_splice(struct list_head *list, struct list_head *head) list_splice() argument 235 list_splice_init(struct list_head *list, struct list_head *head) list_splice_init() argument [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | control-equivalence.h | 159 void SetBracketList(Node* node, BracketList& list) { in SetBracketList() argument
|
| /third_party/node/deps/v8/src/base/ |
| H A D | vector.h | 302 inline constexpr Vector<const T> VectorOf(std::initializer_list<T> list) { in VectorOf() argument
|
| H A D | threaded-list.h | 70 void Append(ThreadedListBase&& list) { in Append() argument 78 void Prepend(ThreadedListBase&& list) { in Prepend() argument [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | v8threads.cc | 191 void ThreadState::LinkInto(List list) { in LinkInto() argument
|