| /third_party/musl/src/aio/ |
| H A D | aio.c | 65 struct aio_thread *head; member
|
| /third_party/nghttp2/src/ |
| H A D | allocator.h | 70 head{std::exchange(other.head, nullptr)}, struct 172 MemBlock *head; global() member [all...] |
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares__slist.c | 40 ares__slist_node_t **head; member [all...] |
| H A D | ares__llist.c | 32 ares__llist_node_t *head; member [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | collationfastlatin.cpp | 920 int32_t head = table[i]; // first skip the default mapping in nextPair() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | edits.cpp | 178 int32_t head = 0x7000; in addReplace() local 406 readLength(int32_t head) readLength() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | attrib.c | 90 struct gl_attrib_node *head; in _mesa_PushAttrib() local 1331 struct gl_client_attrib_node *head; _mesa_PushClientAttrib() local 1362 struct gl_client_attrib_node *head; _mesa_PopClientAttrib() local [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_ksl.c | 82 ngtcp2_ksl_blk *head = ksl_blk_objalloc_new(ksl); in ksl_head_init() local [all...] |
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_ksl.c | 83 nghttp3_ksl_blk *head = ksl_blk_objalloc_new(ksl); in ksl_head_init() local [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | u_queue.h | 224 struct list_head head; member
|
| H A D | u_debug_memory.c | 64 struct list_head head; member
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_descriptor_set.h | 97 struct list_head head; member
|
| H A D | vn_feedback.c | 18 struct list_head head; member
|
| H A D | vn_ring.c | 97 const uint32_t head = vn_ring_load_head(ring); in vn_ring_wait_seqno() local 109 const uint32_t head = vn_ring_load_head(ring); in vn_ring_has_space() local 123 uint32_t head; vn_ring_wait_space() local 147 uint32_t head __attribute__((aligned(64))); vn_ring_get_layout() member [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_debug.c | 156 const struct cmd_block *head = bin->head; in debug_bin() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| H A D | nouveau_mm.c | 45 struct list_head head; member 276 nouveau_mm_free_slabs(struct list_head *head) nouveau_mm_free_slabs() argument [all...] |
| /third_party/ltp/testcases/kernel/syscalls/io_uring/ |
| H A D | io_uring01.c | 36 unsigned int *head; member 45 unsigned int *head; member 145 unsigned int head = *cring->head; in drain_uring_cq() local [all...] |
| /third_party/libdrm/ |
| H A D | xf86drmSL.c | 69 SLEntryPtr head; member
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | lib.h | 174 static inline void free_instruction_list(struct instruction_list **head) in free_instruction_list() argument 179 static inline struct instruction * delete_last_instruction(struct instruction_list **head) in delete_last_instruction() argument 184 static inline struct basic_block *first_basic_block(struct basic_block_list *head) in first_basic_block() argument 188 static inline struct instruction *last_instruction(struct instruction_list *head) in last_instruction() argument 193 static inline struct instruction *first_instruction(struct instruction_list *head) in first_instruction() argument 198 first_expression(struct expression_list *head) first_expression() argument 203 first_pseudo(struct pseudo_list *head) first_pseudo() argument 208 first_symbol(struct symbol_list *head) first_symbol() argument [all...] |
| H A D | ptrlist.c | 38 int ptr_list_size(struct ptr_list *head) in ptr_list_size() argument 55 bool ptr_list_empty(const struct ptr_list *head) in ptr_list_empty() argument 74 ptr_list_multiple(const struct ptr_list *head) ptr_list_multiple() argument 95 first_ptr_list(struct ptr_list *head) first_ptr_list() argument 114 last_ptr_list(struct ptr_list *head) last_ptr_list() argument 135 struct ptr_list *head = list; ptr_list_nth_entry() local 165 linearize_ptr_list(struct ptr_list *head, void **arr, int max) linearize_ptr_list() argument 197 struct ptr_list *head = *listp; pack_ptr_list() local 235 split_ptr_list_head(struct ptr_list *head) split_ptr_list_head() argument 314 lookup_ptr_list_entry(const struct ptr_list *head, const void *entry) lookup_ptr_list_entry() argument 381 undo_ptr_list_last(struct ptr_list **head) undo_ptr_list_last() argument 405 delete_ptr_list_last(struct ptr_list **head) delete_ptr_list_last() argument 444 struct ptr_list *head, *tail; copy_ptr_list() local [all...] |
| /third_party/ltp/testcases/realtime/include/ |
| H A D | list.h | 99 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() argument 112 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 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 180 list_empty(const struct list_head *head) list_empty() argument 197 list_empty_careful(const struct list_head *head) list_empty_careful() 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 | redundancy-elimination.cc | 122 Check* head = zone->New<Check>(node, head_); in AddCheck() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | contexts-inl.h | 299 void NativeContext::SetOptimizedCodeListHead(Object head) { in SetOptimizedCodeListHead() argument 307 void NativeContext::SetDeoptimizedCodeListHead(Object head) { in SetDeoptimizedCodeListHead() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_bufmgr_slab.c | 64 struct list_head head; member 78 struct list_head head; member [all...] |
| H A D | pb_bufmgr_debug.c | 84 struct list_head head; member
|