Home
last modified time | relevance | path

Searched refs:dup_key (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dstring_to_uint_map.h139 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/
Dmetadata_test.cc347 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/
Dvc5_program.c254 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/
Dvc4_program.c2670 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()