Home
last modified time | relevance | path

Searched refs:hash_table (Results 1 – 25 of 47) sorted by relevance

12

/external/mesa3d/src/mesa/program/
Dhash_table.h47 struct hash_table;
63 extern struct hash_table *hash_table_ctor(unsigned num_buckets,
73 extern void hash_table_dtor(struct hash_table *ht);
81 extern void hash_table_clear(struct hash_table *ht);
95 extern void *hash_table_find(struct hash_table *ht, const void *key);
112 extern void hash_table_insert(struct hash_table *ht, void *data,
129 extern bool hash_table_replace(struct hash_table *ht, void *data,
135 extern void hash_table_remove(struct hash_table *ht, const void *key);
185 hash_table_call_foreach(struct hash_table *ht,
284 struct hash_table *ht;
Dhash_table.c40 struct hash_table { struct
56 struct hash_table * argument
60 struct hash_table *ht; in hash_table_ctor()
85 hash_table_dtor(struct hash_table *ht) in hash_table_dtor()
93 hash_table_clear(struct hash_table *ht) in hash_table_clear()
112 get_node(struct hash_table *ht, const void *key) in get_node()
130 hash_table_find(struct hash_table *ht, const void *key) in hash_table_find()
138 hash_table_insert(struct hash_table *ht, void *data, const void *key) in hash_table_insert()
153 hash_table_replace(struct hash_table *ht, void *data, const void *key) in hash_table_replace()
179 hash_table_remove(struct hash_table *ht, const void *key) in hash_table_remove()
[all …]
/external/mesa3d/src/glsl/
Dir.h108 struct hash_table *ht) const = 0;
150 virtual ir_rvalue *clone(void *mem_ctx, struct hash_table *) const;
159 virtual ir_constant *constant_expression_value(struct hash_table *variable_context = NULL);
310 virtual ir_variable *clone(void *mem_ctx, struct hash_table *ht) const;
531 struct hash_table *ht) const;
533 struct hash_table *ht) const;
547 …ir_constant *constant_expression_value(exec_list *actual_parameters, struct hash_table *variable_c…
630 struct hash_table *variable_context,
644 virtual ir_function *clone(void *mem_ctx, struct hash_table *ht) const;
723 virtual ir_if *clone(void *mem_ctx, struct hash_table *ht) const;
[all …]
Dir_clone.cpp31 ir_rvalue::clone(void *mem_ctx, struct hash_table *ht) const in clone()
45 ir_variable::clone(void *mem_ctx, struct hash_table *ht) const in clone()
92 ir_swizzle::clone(void *mem_ctx, struct hash_table *ht) const in clone()
98 ir_return::clone(void *mem_ctx, struct hash_table *ht) const in clone()
109 ir_discard::clone(void *mem_ctx, struct hash_table *ht) const in clone()
120 ir_loop_jump::clone(void *mem_ctx, struct hash_table *ht) const in clone()
128 ir_if::clone(void *mem_ctx, struct hash_table *ht) const in clone()
146 ir_loop::clone(void *mem_ctx, struct hash_table *ht) const in clone()
168 ir_call::clone(void *mem_ctx, struct hash_table *ht) const in clone()
185 ir_expression::clone(void *mem_ctx, struct hash_table *ht) const in clone()
[all …]
Dloop_analysis.cpp31 hash_table *);
33 static ir_rvalue *get_basic_induction_increment(ir_assignment *, hash_table *);
405 examine_rhs(hash_table *loop_variables) in examine_rhs()
426 hash_table *loop_variables;
432 all_expression_operands_are_loop_constant(ir_rvalue *ir, hash_table *variables) in all_expression_operands_are_loop_constant()
443 get_basic_induction_increment(ir_assignment *ir, hash_table *var_hash) in get_basic_induction_increment()
Dir_constant_expression.cpp98 ir_rvalue::constant_expression_value(struct hash_table *variable_context) in constant_expression_value()
105 ir_expression::constant_expression_value(struct hash_table *variable_context) in constant_expression_value()
943 ir_texture::constant_expression_value(struct hash_table *variable_context) in constant_expression_value()
951 ir_swizzle::constant_expression_value(struct hash_table *variable_context) in constant_expression_value()
980 ir_dereference_variable::constant_referenced(struct hash_table *variable_context, in constant_referenced()
993 ir_dereference_variable::constant_expression_value(struct hash_table *variable_context) in constant_expression_value()
1020 ir_dereference_array::constant_referenced(struct hash_table *variable_context, in constant_referenced()
1074 ir_dereference_array::constant_expression_value(struct hash_table *variable_context) in constant_expression_value()
1129 ir_dereference_record::constant_referenced(struct hash_table *variable_context, in constant_referenced()
1154 ir_dereference_record::constant_expression_value(struct hash_table *variable_context) in constant_expression_value()
[all …]
Dloop_analysis.h109 hash_table *var_hash;
248 hash_table *ht;
DMakefile.am55 $(top_srcdir)/src/mesa/program/hash_table.c \
71 $(top_srcdir)/src/mesa/program/hash_table.c \
DSConscript61 env.Command('hash_table.c', '#src/mesa/program/hash_table.c', Copy('$TARGET', '$SOURCE'))
67 'hash_table.c',
Dlower_if_to_cond_assign.cpp76 struct hash_table *condition_variables;
113 struct hash_table *ht) in move_block_to_cond_assign()
Dglsl_types.h498 static struct hash_table *array_types;
501 static struct hash_table *record_types;
Dlink_functions.cpp143 struct hash_table *ht = hash_table_ctor(0, hash_table_pointer_hash, in visit_enter()
241 hash_table *locals;
Dir_print_visitor.h87 hash_table *printable_names;
/external/e2fsprogs/e2fsck/
Drevoke.c96 struct list_head *hash_table; member
135 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]; in insert_revoke_hash()
160 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]; in find_revoke_record()
221 journal->j_revoke->hash_table = in journal_init_revoke()
223 if (!journal->j_revoke->hash_table) { in journal_init_revoke()
230 INIT_LIST_HEAD(&journal->j_revoke->hash_table[tmp]); in journal_init_revoke()
248 hash_list = &table->hash_table[i]; in journal_destroy_revoke()
252 kfree(table->hash_table); in journal_destroy_revoke()
452 hash_list = &revoke->hash_table[i]; in journal_write_revoke_records()
632 hash_list = &revoke->hash_table[i]; in journal_clear_revoke()
/external/squashfs-tools/squashfs-tools/
Dcaches-queues-lists.h62 entry->LINK##_next = container->hash_table[hash]; \
63 container->hash_table[hash] = entry; \
76 container->hash_table[HASH_FUNCTION(entry->FIELD)] = \
149 struct file_buffer *hash_table[HASH_SIZE]; member
171 struct file_buffer *hash_table[HASH_SIZE]; member
Dread_xattrs.c56 } *hash_table[65536]; variable
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()
Dcaches-queues-lists.c201 for(entry = queue->hash_table[hash]; entry; in seq_queue_get()
241 queue->hash_table[i] = NULL; in seq_queue_flush()
322 memset(cache->hash_table, 0, sizeof(struct file_buffer *) * 65536); in INSERT_LIST()
341 for(entry = cache->hash_table[hash]; entry; entry = entry->hash_next) in cache_lookup()
581 for(entry = cache->hash_table[hash]; entry; entry = entry->hash_next) in cache_lookup_nowait()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.h122 RemoteNXMapTable &hash_table);
125 UpdateSignature (const RemoteNXMapTable &hash_table);
254 UpdateISAToDescriptorMapFromMemory (RemoteNXMapTable &hash_table);
257 UpdateISAToDescriptorMapDynamic(RemoteNXMapTable &hash_table);
DAppleObjCRuntimeV2.cpp819 AppleObjCRuntimeV2::HashTableSignature::UpdateSignature (const RemoteNXMapTable &hash_table) in UpdateSignature() argument
821 m_count = hash_table.GetCount(); in UpdateSignature()
822 m_num_buckets = hash_table.GetBucketCount(); in UpdateSignature()
823 m_buckets_ptr = hash_table.GetBucketDataPointer(); in UpdateSignature()
827 …ignature::NeedsUpdate (Process *process, AppleObjCRuntimeV2 *runtime, RemoteNXMapTable &hash_table) in NeedsUpdate() argument
829 if (!hash_table.ParseHeader(process, runtime->GetISAHashTablePointer ())) in NeedsUpdate()
836 if (m_count == hash_table.GetCount() && in NeedsUpdate()
837 m_num_buckets == hash_table.GetBucketCount() && in NeedsUpdate()
838 m_buckets_ptr == hash_table.GetBucketDataPointer()) in NeedsUpdate()
1682 AppleObjCRuntimeV2::UpdateISAToDescriptorMapDynamic(RemoteNXMapTable &hash_table) in UpdateISAToDescriptorMapDynamic() argument
[all …]
/external/dnsmasq/src/
Dcache.c19 static struct crec *cache_head = NULL, *cache_tail = NULL, **hash_table = NULL; variable
112 if (!hash_table) in rehash()
120 old = hash_table; in rehash()
122 hash_table = new; in rehash()
151 return hash_table + ((val ^ (val >> 16)) & (hash_size - 1)); in hash_bucket()
308 for (crecp = hash_table[i], up = &hash_table[i]; in cache_scan_free()
601 for (crecp = hash_table[i], up = &hash_table[i]; in cache_find_by_addr()
675 for (lookup = hash_table[i]; lookup; lookup = lookup->hash_next) in add_hosts_entry()
877 for (cache = hash_table[i], up = &hash_table[i]; cache; cache = tmp) in cache_reload()
1024 for (cache = hash_table[i], up = &hash_table[i]; cache; cache = cache->hash_next) in cache_unhash_dhcp()
[all …]
/external/bison/lib/
Dhash.h67 struct hash_table;
69 typedef struct hash_table Hash_table;
/external/mesa3d/src/mesa/
DAndroid.mk130 program/hash_table.c \
145 program/hash_table.c \
/external/mesa3d/src/glsl/glcpp/
DMakefile.am48 $(top_srcdir)/src/mesa/program/hash_table.c \
/external/bison/src/
Duniqstr.c37 static struct hash_table *uniqstrs_table = NULL;
/external/llvm/test/CodeGen/X86/
D2006-08-16-CycleInDAG.ll3 %struct.hash_table = type { %struct.expr**, i32, i32, i32 }

12