Home
last modified time | relevance | path

Searched defs:entry (Results 276 - 300 of 1347) sorted by relevance

1...<<11121314151617181920>>...54

/third_party/eudev/src/udev/
H A Dudev-builtin-hwdb.c37 struct udev_list_entry *entry; in udev_builtin_hwdb_lookup() local
H A Dudevadm-monitor.c169 struct udev_list_entry *entry; in adm_monitor() local
211 struct udev_list_entry *entry; in adm_monitor() local
/third_party/eudev/test/
H A Dtest-libudev.c394 struct udev_list_entry *entry; in test_hwdb() local
/third_party/eudev/src/libudev/
H A Dlibudev-list.c78 void udev_list_node_remove(struct udev_list_node *entry) in udev_list_node_remove() argument
113 udev_list_entry_insert_before(struct udev_list_entry *new, struct udev_list_entry *entry) udev_list_entry_insert_before() argument
146 struct udev_list_entry *entry; udev_list_entry_add() local
226 udev_list_entry_delete(struct udev_list_entry *entry) udev_list_entry_delete() argument
[all...]
/third_party/ffmpeg/libavfilter/dnn/
H A Dqueue.c41 QueueEntry *entry = av_malloc(sizeof(*entry)); in create_entry() local
74 QueueEntry *entry; in ff_queue_destroy() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmux_utils.c154 AVDictionaryEntry *entry; in ff_parse_creation_time_metadata() local
/third_party/glslang/SPIRV/
H A DSpvPostProcess.cpp352 Block* entry = f->getEntryBlock(); in postProcessCFG() local
/third_party/astc-encoder/Source/
H A Dastcenc_integer_sequence.cpp430 auto& entry = ise_sizes[quant_level]; in get_ise_sequence_bitcount() local
/third_party/alsa-utils/alsactl/
H A Dlist.h115 list_del(struct list_head *entry) list_del() argument
126 list_del_init(struct list_head *entry) list_del_init() argument
[all...]
/third_party/gn/src/gn/
H A Dscheduler.cc114 void Scheduler::AddGeneratedFile(const SourceFile& entry) { in AddGeneratedFile() argument
/third_party/icu/icu4c/source/test/perf/leperf/
H A DFontObject.cpp92 DirectoryEntry *entry = findTable(tag); in readTable() local
/third_party/icu/icu4c/source/test/letest/
H A DFontObject.cpp88 DirectoryEntry *entry = findTable(tag); in readTable() local
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusbd_generic_epfile.h64 struct list_head entry; member
/third_party/libbpf/src/
H A Dhashmap.c158 struct hashmap_entry *entry; in hashmap_insert() local
24 hashmap_add_entry(struct hashmap_entry **pprev, struct hashmap_entry *entry) hashmap_add_entry() argument
31 hashmap_del_entry(struct hashmap_entry **pprev, struct hashmap_entry *entry) hashmap_del_entry() argument
130 hashmap_find_entry(const struct hashmap *map, const long key, size_t hash, struct hashmap_entry ***pprev, struct hashmap_entry **entry) hashmap_find_entry() argument
208 struct hashmap_entry *entry; hashmap_find() local
223 struct hashmap_entry **pprev, *entry; hashmap_delete() local
[all...]
/third_party/libcoap/src/
H A Dcoap_cache.c156 coap_cache_entry_t *entry = coap_malloc_type(COAP_CACHE_ENTRY, in coap_new_cache_entry() local
[all...]
/third_party/mbedtls/library/
H A Dssl_cache.c81 mbedtls_ssl_cache_entry *entry; in mbedtls_ssl_cache_get() local
114 static void ssl_cache_entry_zeroize(mbedtls_ssl_cache_entry *entry) in ssl_cache_entry_zeroize() argument
327 mbedtls_ssl_cache_entry *entry; mbedtls_ssl_cache_remove() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_locals_to_regs.c107 struct hash_entry *entry = in get_reg_for_deref() local
H A Dnir_lower_phis_to_scalar.c155 struct hash_entry *entry = _mesa_hash_table_search(state->phi_table, phi); in should_lower_phi() local
[all...]
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_bo.c131 struct hash_entry *entry; in lookup_bo() local
H A Detnaviv_cmd_stream.c179 struct hash_entry *entry; in bo2idx() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cs.c330 struct tu_cs_entry entry = { in tu_cs_end_sub_stream() local
[all...]
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_winsys.c215 struct hash_entry *entry = _mesa_hash_table_search(winsyses, dev); in radv_amdgpu_winsys_create() local
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_symbol_table.cpp153 symbol_table_entry *entry = new(linalloc) symbol_table_entry(v); in add_variable() local
165 symbol_table_entry *entry = new(linalloc) symbol_table_entry(v); in add_variable() local
171 symbol_table_entry *entry = new(linalloc) symbol_table_entry(t); in add_type() local
179 symbol_table_entry *entry = get_entry(name); add_interface() local
181 symbol_table_entry *entry = add_interface() local
202 symbol_table_entry *entry = new(linalloc) symbol_table_entry(f); add_function() local
214 symbol_table_entry *entry = add_default_precision_qualifier() local
225 symbol_table_entry *entry = new(linalloc) symbol_table_entry(f); add_global_function() local
233 symbol_table_entry *entry = get_entry(name); get_variable() local
239 symbol_table_entry *entry = get_entry(name); get_type() local
246 symbol_table_entry *entry = get_entry(name); get_interface() local
252 symbol_table_entry *entry = get_entry(name); get_function() local
259 symbol_table_entry *entry = get_entry(name); get_default_precision_qualifier() local
280 symbol_table_entry *entry = get_entry(name); disable_variable() local
290 symbol_table_entry *entry = get_entry(name); replace_variable() local
[all...]
H A Dlower_named_interface_blocks.cpp162 hash_entry *entry = _mesa_hash_table_search(interface_namespace, in run() local
298 hash_entry *entry = _mesa_hash_table_search(interface_namespace, in handle_rvalue() local
H A Dopt_dead_code_local.cpp286 assignment_entry *entry = new(lin_ctx) assignment_entry(var, ir); process_assignment() local
[all...]

Completed in 13 milliseconds

1...<<11121314151617181920>>...54