Home
last modified time | relevance | path

Searched defs:list (Results 701 - 725 of 1794) sorted by relevance

1...<<21222324252627282930>>...72

/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc_impl.h44 struct list { struct
54 struct list list; member
/third_party/node/deps/cares/src/lib/
H A Dares__slist.c61 ares__slist_t *list; in ares__slist_create() local
87 ares__slist_coin_flip(ares__slist_t *list) ares__slist_coin_flip() argument
108 ares__slist_replace_destructor(ares__slist_t *list, ares__slist_destructor_t destruct) ares__slist_replace_destructor() argument
118 ares__slist_max_level(const ares__slist_t *list) ares__slist_max_level() argument
135 ares__slist_calc_level(ares__slist_t *list) ares__slist_calc_level() argument
146 ares__slist_node_push(ares__slist_t *list, ares__slist_node_t *node) ares__slist_node_push() argument
198 ares__slist_insert(ares__slist_t *list, void *val) ares__slist_insert() argument
260 ares__slist_t *list = node->parent; ares__slist_node_pop() local
286 ares__slist_t *list; ares__slist_node_claim() local
309 ares__slist_t *list; ares__slist_node_reinsert() local
321 ares__slist_node_find(ares__slist_t *list, const void *val) ares__slist_node_find() argument
380 ares__slist_node_first(ares__slist_t *list) ares__slist_node_first() argument
389 ares__slist_node_last(ares__slist_t *list) ares__slist_node_last() argument
422 ares__slist_len(const ares__slist_t *list) ares__slist_len() argument
438 ares__slist_first_val(ares__slist_t *list) ares__slist_first_val() argument
443 ares__slist_last_val(ares__slist_t *list) ares__slist_last_val() argument
465 ares__slist_destroy(ares__slist_t *list) ares__slist_destroy() argument
[all...]
H A Dares_sysconfig_files.c221 ares__llist_t *list = NULL; in ares__parse_sortlist() local
H A Dares__llist.c47 ares__llist_t *list = ares_malloc_zero(sizeof(*list)); in ares__llist_create() local
58 void ares__llist_replace_destructor(ares__llist_t *list, in ares__llist_replace_destructor() argument
74 static void ares__llist_attach_at(ares__llist_t *list, in ares__llist_attach_at() argument
122 ares__llist_insert_at(ares__llist_t *list, ares__llist_insert_type_t type, ares__llist_node_t *at, void *val) ares__llist_insert_at() argument
145 ares__llist_insert_first(ares__llist_t *list, void *val) ares__llist_insert_first() argument
150 ares__llist_insert_last(ares__llist_t *list, void *val) ares__llist_insert_last() argument
181 ares__llist_node_first(ares__llist_t *list) ares__llist_node_first() argument
189 ares__llist_node_last(ares__llist_t *list) ares__llist_node_last() argument
222 ares__llist_len(const ares__llist_t *list) ares__llist_len() argument
238 ares__llist_first_val(ares__llist_t *list) ares__llist_first_val() argument
243 ares__llist_last_val(ares__llist_t *list) ares__llist_last_val() argument
250 ares__llist_t *list; ares__llist_node_detach() local
326 ares__llist_destroy(ares__llist_t *list) ares__llist_destroy() argument
[all...]
H A Dares_dns_mapping.c608 } list[] = { in ares_dns_class_fromstr() local
638 } list[] = { in ares_dns_rec_type_fromstr() local
H A Dares_dns_name.c46 static ares_status_t ares__nameoffset_create(ares__llist_t **list, in ares__nameoffset_create() argument
86 static const ares_nameoffset_t *ares__nameoffset_find(ares__llist_t *list, in ares__nameoffset_find() argument
359 ares_status_t ares__dns_name_write(ares__buf_t *buf, ares__llist_t **list, in ares__dns_name_write() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dcaniter.cpp173 UnicodeString *list = nullptr; in setSource() local
/third_party/mesa3d/src/mesa/program/
H A Dprog_print.c910 _mesa_fprint_parameter_list(FILE *f, const struct gl_program_parameter_list *list) _mesa_fprint_parameter_list() argument
939 _mesa_print_parameter_list(const struct gl_program_parameter_list *list) _mesa_print_parameter_list() argument
[all...]
H A Dprog_statevars.c1416 _mesa_optimize_state_parameters(struct gl_constants *consts, struct gl_program_parameter_list *list) _mesa_optimize_state_parameters() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcpdtrans.cpp110 CompoundTransliterator::CompoundTransliterator(UVector& list, in CompoundTransliterator() argument
122 CompoundTransliterator::CompoundTransliterator(UVector& list, in CompoundTransliterator() argument
93 CompoundTransliterator(const UnicodeString& newID, UVector& list, UnicodeFilter* adoptedFilter, int32_t anonymousRBTs, UParseError& , UErrorCode& status) CompoundTransliterator() argument
190 init(UVector& list, UTransDirection direction, UBool fixReverseID, UErrorCode& status) init() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_formats.c125 VkDrmFormatModifierPropertiesListEXT *list = in panvk_GetPhysicalDeviceFormatProperties2() local
/third_party/mesa3d/src/util/
H A Dlist.h65 static inline void list_add(struct list_head *item, struct list_head *list) in list_add() argument
79 list_addtail(struct list_head *item, struct list_head *list) list_addtail() argument
116 list_is_empty(const struct list_head *list) list_is_empty() argument
121 list_is_linked(const struct list_head *list) list_is_linked() argument
132 list_is_singular(const struct list_head *list) list_is_singular() argument
137 list_length(const struct list_head *list) list_length() argument
168 list_validate(const struct list_head *list) list_validate() argument
[all...]
H A Du_debug_memory.c88 static struct list_head list = { &list, &list }; variable
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c307 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 Dlp_state_cs.h75 struct list_head list; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c439 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 Dnvc0_context.c578 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; in nvc0_bufctx_fence() local
/third_party/libfuse/lib/
H A Dfuse_i.h58 struct fuse_req list; member
/third_party/ltp/testcases/misc/crash/
H A Dcrash02.c449 const int list[] = { in in_blacklist() local
/third_party/ltp/testcases/network/stress/route/
H A Droute-change-netlink.c54 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 Dinotify.h154 static inline void inotify_unmount_inodes(struct list_head *list) in inotify_unmount_inodes() argument
/third_party/libdrm/
H A Dxf86drmSL.c103 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 Dsparse-ltp.c261 static void process_symbols(struct symbol_list *list) in process_symbols() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dc2xml.c100 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 Dinline.c207 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

Completed in 17 milliseconds

1...<<21222324252627282930>>...72