Home
last modified time | relevance | path

Searched defs:head (Results 326 - 350 of 751) sorted by relevance

1...<<11121314151617181920>>...31

/third_party/musl/src/aio/
H A Daio.c65 struct aio_thread *head; member
/third_party/nghttp2/src/
H A Dallocator.h70 head{std::exchange(other.head, nullptr)}, struct
172 MemBlock *head; global() member
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares__slist.c40 ares__slist_node_t **head; member
[all...]
H A Dares__llist.c32 ares__llist_node_t *head; member
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatin.cpp920 int32_t head = table[i]; // first skip the default mapping in nextPair() local
/third_party/node/deps/icu-small/source/common/
H A Dedits.cpp178 int32_t head = 0x7000; in addReplace() local
406 readLength(int32_t head) readLength() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dattrib.c90 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 Dngtcp2_ksl.c82 ngtcp2_ksl_blk *head = ksl_blk_objalloc_new(ksl); in ksl_head_init() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.c83 nghttp3_ksl_blk *head = ksl_blk_objalloc_new(ksl); in ksl_head_init() local
[all...]
/third_party/mesa3d/src/util/
H A Du_queue.h224 struct list_head head; member
H A Du_debug_memory.c64 struct list_head head; member
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.h97 struct list_head head; member
H A Dvn_feedback.c18 struct list_head head; member
H A Dvn_ring.c97 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 Dlp_rast_debug.c156 const struct cmd_block *head = bin->head; in debug_bin() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c45 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 Dio_uring01.c36 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 Dxf86drmSL.c69 SLEntryPtr head; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.h174 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 Dptrlist.c38 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 Dlist.h99 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 Dredundancy-elimination.cc122 Check* head = zone->New<Check>(node, head_); in AddCheck() local
/third_party/node/deps/v8/src/objects/
H A Dcontexts-inl.h299 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 Dpb_bufmgr_slab.c64 struct list_head head; member
78 struct list_head head; member
[all...]
H A Dpb_bufmgr_debug.c84 struct list_head head; member

Completed in 16 milliseconds

1...<<11121314151617181920>>...31