/external/mesa3d/src/util/ |
D | hash_table.c | 96 entry_is_free(const struct hash_entry *entry) in entry_is_free() 102 entry_is_deleted(const struct hash_table *ht, struct hash_entry *entry) in entry_is_deleted() 108 entry_is_present(const struct hash_table *ht, struct hash_entry *entry) in entry_is_present() 131 ht->table = rzalloc_array(ht, struct hash_entry, ht->size); in _mesa_hash_table_create() 152 void (*delete_function)(struct hash_entry *entry)) in _mesa_hash_table_destroy() 158 struct hash_entry *entry; in _mesa_hash_table_destroy() 175 void (*delete_function)(struct hash_entry *entry)) in _mesa_hash_table_clear() 177 struct hash_entry *entry; in _mesa_hash_table_clear() 209 static struct hash_entry * 218 struct hash_entry *entry = ht->table + hash_address; in hash_table_search() [all …]
|
D | hash_table.h | 41 struct hash_entry { struct 48 struct hash_entry *table; argument 66 void (*delete_function)(struct hash_entry *entry)); 68 void (*delete_function)(struct hash_entry *entry)); 77 struct hash_entry * 79 struct hash_entry * 82 struct hash_entry * 84 struct hash_entry * 88 struct hash_entry *entry); 90 struct hash_entry *_mesa_hash_table_next_entry(struct hash_table *ht, [all …]
|
/external/kmod/shared/ |
D | hash.c | 28 struct hash_entry { struct 34 struct hash_entry *entries; argument 78 struct hash_entry *entry, *entry_end; in hash_free() 152 struct hash_entry *entry, *entry_end; in hash_add() 156 size_t size = new_total * sizeof(struct hash_entry); in hash_add() 157 struct hash_entry *tmp = realloc(bucket->entries, size); in hash_add() 176 (entry_end - entry) * sizeof(struct hash_entry)); in hash_add() 195 struct hash_entry *entry, *entry_end; in hash_add_unique() 199 size_t size = new_total * sizeof(struct hash_entry); in hash_add_unique() 200 struct hash_entry *tmp = realloc(bucket->entries, size); in hash_add_unique() [all …]
|
/external/squashfs-tools/squashfs-tools/ |
D | read_xattrs.c | 52 static struct hash_entry { struct 55 struct hash_entry *next; argument 78 struct hash_entry *hash_entry = malloc(sizeof(*hash_entry)); in save_xattr_block() local 83 if(hash_entry == NULL) in save_xattr_block() 86 hash_entry->start = start; in save_xattr_block() 87 hash_entry->offset = offset; in save_xattr_block() 88 hash_entry->next = hash_table[hash]; in save_xattr_block() 89 hash_table[hash] = hash_entry; in save_xattr_block() 100 struct hash_entry *hash_entry = hash_table[hash]; in get_xattr_block() local 102 for(; hash_entry; hash_entry = hash_entry->next) in get_xattr_block() [all …]
|
/external/e2fsprogs/e2fsck/ |
D | rehash.c | 82 struct hash_entry *harray; 90 struct hash_entry { struct 112 struct hash_entry *new_array, *ent; in fill_dir_block() argument 172 sizeof(struct hash_entry) * (fd->max_array+500)); in fill_dir_block() 202 const struct hash_entry *he_a = (const struct hash_entry *) a; in ino_cmp() 203 const struct hash_entry *he_b = (const struct hash_entry *) b; in ino_cmp() 211 const struct hash_entry *he_a = (const struct hash_entry *) a; in name_cmp() 212 const struct hash_entry *he_b = (const struct hash_entry *) b; in name_cmp() 237 const struct hash_entry *he_a = (const struct hash_entry *) a; in hash_cmp() 238 const struct hash_entry *he_b = (const struct hash_entry *) b; in hash_cmp() [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder_print_visitor.cpp | 257 const struct hash_entry *const he = in print_without_declaration() 266 const struct hash_entry *const he = in visit() 437 const struct hash_entry *const he = in print_without_declaration() 508 const struct hash_entry *const he_lhs = in visit_enter() 522 const struct hash_entry *const he_lhs = in visit_leave() 525 const struct hash_entry *const he_rhs = in visit_leave() 579 const struct hash_entry *const he = in print_without_declaration() 626 const struct hash_entry *const he = in visit_enter() 676 const struct hash_entry *const he = in visit_leave() 695 const struct hash_entry *const he = in visit_leave() [all …]
|
D | opt_copy_propagation.cpp | 153 struct hash_entry *entry = _mesa_hash_table_search(acp, ir->var); in visit() 223 struct hash_entry *entry; in handle_if_block() 274 struct hash_entry *entry; in handle_loop() 323 struct hash_entry *entry = _mesa_hash_table_search(acp, var); in kill()
|
D | string_to_uint_map.h | 114 hash_entry *entry = _mesa_hash_table_search(this->ht, in get() 141 struct hash_entry *entry = _mesa_hash_table_search(this->ht, dup_key); in put()
|
D | ir_variable_refcount.cpp | 46 free_entry(struct hash_entry *entry) in free_entry() 82 struct hash_entry *e = _mesa_hash_table_search(this->ht, var); in get_variable_entry()
|
D | opt_copy_propagation_elements.cpp | 143 struct hash_entry *entry; in populate_acp() 306 hash_entry *ht_entry = _mesa_hash_table_search(lhs_ht, var); in handle_rvalue() 502 hash_entry *ht_entry = _mesa_hash_table_search(lhs_ht, k->var); in kill() 602 hash_entry *ht_entry = _mesa_hash_table_search(lhs_ht, lhs->var); in add_copy()
|
D | opt_constant_variable.cpp | 65 struct hash_entry *hte = _mesa_hash_table_search(ht, var); in get_assignment_entry() 193 struct hash_entry *hte; in do_constant_variable()
|
D | ir_function_detect_recursion.cpp | 175 hash_entry *entry = _mesa_hash_table_search(this->function_hash, sig); in get_function() 266 hash_entry *entry = _mesa_hash_table_search(visitor->function_hash, key); in remove_unlinked_functions()
|
D | ir_array_refcount.cpp | 45 free_entry(struct hash_entry *entry) in free_entry() 132 struct hash_entry *e = _mesa_hash_table_search(this->ht, var); in get_variable_entry()
|
/external/mesa3d/src/mesa/main/ |
D | hash.c | 109 const struct hash_entry *entry; in _mesa_HashLookup_unlocked() 168 struct hash_entry *entry; in _mesa_HashInsert_unlocked() 236 struct hash_entry *entry; in _mesa_HashRemove_unlocked() 285 struct hash_entry *entry; in _mesa_HashDeleteAll() 318 struct hash_entry *entry; in hash_walk_unlocked()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir_lower_uniforms.c | 50 struct hash_entry *entry; in add_uniform() 64 struct hash_entry *entry; in remove_uniform() 139 struct hash_entry *entry; in qir_lower_uniforms()
|
D | vc4_context.c | 45 struct hash_entry *entry; in vc4_flush() 87 struct hash_entry *entry = _mesa_hash_table_search(vc4->write_jobs, in vc4_invalidate_resource()
|
/external/mesa3d/src/broadcom/compiler/ |
D | vir_lower_uniforms.c | 50 struct hash_entry *entry; in add_uniform() 64 struct hash_entry *entry; in remove_uniform() 139 struct hash_entry *entry; in vir_lower_uniforms()
|
/external/mesa3d/src/util/tests/hash_table/ |
D | random_entry.c | 46 uint32_t_key_is_even(struct hash_entry *entry) in uint32_t_key_is_even() 55 struct hash_entry *entry; in main()
|
D | clear.c | 46 static void delete_function(struct hash_entry *entry) in delete_function() 56 struct hash_entry *entry; in main()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_global_vars_to_local.c | 51 struct hash_entry *entry = in mark_global_var_uses_block() 86 struct hash_entry *entry; in nir_lower_global_vars_to_local()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch_cache.c | 130 struct hash_entry *entry; in fd_bc_flush() 165 struct hash_entry *entry; in fd_bc_flush_deferred() 221 struct hash_entry *entry = in fd_bc_invalidate_batch() 342 struct hash_entry *entry = in batch_from_key()
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | varyings_test.cpp | 133 hash_entry *entry = _mesa_hash_table_search(consumer_inputs, "a"); in TEST_F() 211 hash_entry *entry = _mesa_hash_table_search(consumer_interface_inputs, in TEST_F() 245 hash_entry *entry = _mesa_hash_table_search(consumer_interface_inputs, in TEST_F()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_job.c | 43 struct hash_entry *entry = _mesa_hash_table_search(ht, key); in remove_from_ht() 157 struct hash_entry *entry = _mesa_hash_table_search(vc5->write_jobs, in vc5_flush_jobs_writing_resource() 173 struct hash_entry *entry; in vc5_flush_jobs_reading_resource() 244 struct hash_entry *entry = _mesa_hash_table_search(vc5->jobs, in vc5_get_job()
|
D | vc5_context.c | 46 struct hash_entry *entry; in vc5_flush() 78 struct hash_entry *entry = _mesa_hash_table_search(vc5->write_jobs, in vc5_invalidate_resource()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_minmax_index.c | 69 vbo_minmax_cache_delete_entry(struct hash_entry *entry) in vbo_minmax_cache_delete_entry() 111 struct hash_entry *result; in vbo_get_minmax_cached() 181 struct hash_entry *table_entry; in vbo_minmax_cache_store()
|