Searched refs:dup_key (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | string_to_uint_map.h | 139 char *dup_key = strdup(key); in put() local 141 struct hash_entry *entry = _mesa_hash_table_search(this->ht, dup_key); in put() 145 _mesa_hash_table_insert(this->ht, dup_key, in put() 150 free(dup_key); in put()
|
/external/grpc-grpc/test/core/transport/ |
D | metadata_test.cc | 347 static void test_copied_static_metadata(bool dup_key, bool dup_value) { in test_copied_static_metadata() argument 348 gpr_log(GPR_INFO, "test_static_metadata: dup_key=%d dup_value=%d", dup_key, in test_copied_static_metadata() 357 grpc_mdelem_from_slices(maybe_dup(GRPC_MDKEY(p), dup_key), in test_copied_static_metadata() 360 if (dup_key || dup_value) { in test_copied_static_metadata()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_program.c | 254 struct vc5_key *dup_key; in vc5_get_compiled_shader() local 255 dup_key = ralloc_size(shader, key_size); in vc5_get_compiled_shader() 256 memcpy(dup_key, key, key_size); in vc5_get_compiled_shader() 257 _mesa_hash_table_insert(ht, dup_key, shader); in vc5_get_compiled_shader()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 2670 struct vc4_key *dup_key; in vc4_get_compiled_shader() local 2671 dup_key = rzalloc_size(shader, key_size); /* TODO: don't use rzalloc */ in vc4_get_compiled_shader() 2672 memcpy(dup_key, key, key_size); in vc4_get_compiled_shader() 2673 _mesa_hash_table_insert(ht, dup_key, shader); in vc4_get_compiled_shader()
|