Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dstring_to_uint_map.h149 char *dup_key = strdup(key); in put() local
151 struct hash_entry *entry = _mesa_hash_table_search(this->ht, dup_key); in put()
155 _mesa_hash_table_insert(this->ht, dup_key, in put()
160 free(dup_key); in put()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c391 struct lima_key *dup_key; in lima_get_compiled_fs() local
392 dup_key = rzalloc_size(fs, key_size); in lima_get_compiled_fs()
393 memcpy(dup_key, key, key_size); in lima_get_compiled_fs()
394 _mesa_hash_table_insert(ht, dup_key, fs); in lima_get_compiled_fs()
563 struct lima_key *dup_key; in lima_get_compiled_vs() local
564 dup_key = rzalloc_size(vs, key_size); in lima_get_compiled_vs()
565 memcpy(dup_key, key, key_size); in lima_get_compiled_vs()
566 _mesa_hash_table_insert(ht, dup_key, vs); in lima_get_compiled_vs()
/aosp_15_r20/external/rust/crates/openssl/src/
Dec.rs1263 let dup_key = in key_from_private_components() localVariable
1265 dup_key.check_key().unwrap(); in key_from_private_components()
1267 assert!(key.private_key() == dup_key.private_key()); in key_from_private_components()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c2718 struct vc4_key *dup_key; in vc4_get_compiled_shader() local
2719 dup_key = rzalloc_size(shader, key_size); /* TODO: don't use rzalloc */ in vc4_get_compiled_shader()
2720 memcpy(dup_key, key, key_size); in vc4_get_compiled_shader()
2721 _mesa_hash_table_insert(ht, dup_key, shader); in vc4_get_compiled_shader()
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Dfapi_int.h583 IFAPI_OBJECT dup_key; /**< The key to be duplicated or exported */ member