/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/cso_cache/ |
H A D | cso_cache.c | 48 static unsigned hash_key(const void *key, unsigned key_size) in hash_key() function 65 static unsigned hash_key(const unsigned char *p, int n) in hash_key() function 189 unsigned hash_key, enum cso_cache_type type, in cso_insert_state() 200 unsigned hash_key, enum cso_cache_type type) in cso_find_state() 209 unsigned hash_key, in cso_hash_find_data_from_template() 228 unsigned hash_key, enum cso_cache_type type, in cso_find_state_template() 242 unsigned hash_key, enum cso_cache_type type) in cso_take_state()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_cache.c | 82 unsigned hash_key; in create_key() local 93 unsigned hash_key = create_key(key); in translate_cache_find() local
|
/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_util.cc | 33 std::string ConvertEntryHashKeyToHexString(uint64_t hash_key) { in ConvertEntryHashKeyToHexString() 46 bool GetEntryHashKeyFromHexString(std::string_view hash_key, in GetEntryHashKeyFromHexString()
|
H A D | simple_index_file.cc | 154 uint64_t hash_key = 0; in ProcessEntryFile() local 569 uint64_t hash_key; in Deserialize() local
|
H A D | simple_index_unittest.cc | 160 void InsertIntoIndexFileReturn(uint64_t hash_key, in InsertIntoIndexFileReturn() 725 uint64_t hash_key = kHash1; in TEST_F() local
|
H A D | simple_util_unittest.cc | 50 uint64_t hash_key = 0; in TEST_F() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_cache.c | 106 unsigned hash_key, enum cso_cache_type type, in cso_insert_state() 117 unsigned hash_key, in cso_hash_find_data_from_template()
|
H A D | cso_cache.h | 136 unsigned hash_key; member 194 cso_find_state_template(struct cso_cache *sc, unsigned hash_key, in cso_find_state_template()
|
H A D | cso_context.c | 522 unsigned key_size, hash_key; in cso_set_blend() local 595 const unsigned hash_key = cso_construct_key(templ, key_size); in cso_set_depth_stencil_alpha() local 659 const unsigned hash_key = cso_construct_key(templ, key_size); in cso_set_rasterizer() local 1196 const unsigned hash_key = cso_construct_key((void*)velems, key_size); in cso_set_vertex_elements_direct() local 1360 unsigned hash_key = cso_construct_key(templ, key_size); in set_sampler() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/ |
H A D | ragged_array_ops.py | 765 def cross_hashed(inputs, num_buckets=0, hash_key=None, name=None): argument 806 hash_key=None, argument
|
H A D | ragged_cross_op_test.py | 297 hash_key=None, argument
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | select_algorithm.py | 813 def hash_key(self): member in ExternKernelChoice 884 def hash_key(self): member in TritonTemplateCaller 964 def hash_key(self): member in ExternKernelCaller
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | ragged_cross_op.cc | 179 uint64 hash_key, const Tensor* splits_out, in OutputWriterImpl() 263 uint64 hash_key, in MakeOutputWriter()
|
/aosp_15_r20/external/boringssl/src/crypto/pool/ |
H A D | internal.h | 43 const uint64_t hash_key[2]; member
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/pool/ |
H A D | internal.h | 43 const uint64_t hash_key[2]; member
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | timer_mim_reject.c | 54 int hash_key = HASH_KEY; in BPF_PROG() local
|
H A D | timer_mim.c | 71 int hash_key = HASH_KEY; in BPF_PROG() local
|
/aosp_15_r20/external/expat/expat/fuzz/ |
H A D | xml_parse_fuzzer.c | 36 static unsigned char hash_key[16] = "FUZZING IS FUN!"; variable
|
H A D | xml_parsebuffer_fuzzer.c | 37 static unsigned char hash_key[16] = "FUZZING IS FUN!"; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | sparse_ops.py | 658 def sparse_cross_hashed(inputs, num_buckets=0, hash_key=None, name=None): argument 738 hash_key=None, argument
|
/aosp_15_r20/external/bcc/tests/cc/ |
H A D | test_map_in_map.cc | 180 struct custom_key hash_key = {1, 1}; variable
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/rocm/ |
H A D | rocm_kernel.py | 212 def hash_key(self) -> str: member in ROCmTemplateCaller
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_internal_kernels.c | 73 const void *hash_key, in compile_shader()
|
/aosp_15_r20/external/mesa3d/src/mesa/program/ |
H A D | prog_cache.c | 60 hash_key(const void *key, GLuint key_size) in hash_key() function
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/cuda/ |
H A D | cuda_kernel.py | 358 def hash_key(self) -> str: member in CUDATemplateCaller
|