Home
last modified time | relevance | path

Searched defs:hash_key (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c48 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 Dtranslate_cache.c82 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 Dsimple_util.cc33 std::string ConvertEntryHashKeyToHexString(uint64_t hash_key) { in ConvertEntryHashKeyToHexString()
46 bool GetEntryHashKeyFromHexString(std::string_view hash_key, in GetEntryHashKeyFromHexString()
H A Dsimple_index_file.cc154 uint64_t hash_key = 0; in ProcessEntryFile() local
569 uint64_t hash_key; in Deserialize() local
H A Dsimple_index_unittest.cc160 void InsertIntoIndexFileReturn(uint64_t hash_key, in InsertIntoIndexFileReturn()
725 uint64_t hash_key = kHash1; in TEST_F() local
H A Dsimple_util_unittest.cc50 uint64_t hash_key = 0; in TEST_F() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c106 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 Dcso_cache.h136 unsigned hash_key; member
194 cso_find_state_template(struct cso_cache *sc, unsigned hash_key, in cso_find_state_template()
H A Dcso_context.c522 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 Dragged_array_ops.py765 def cross_hashed(inputs, num_buckets=0, hash_key=None, name=None): argument
806 hash_key=None, argument
H A Dragged_cross_op_test.py297 hash_key=None, argument
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dselect_algorithm.py813 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 Dragged_cross_op.cc179 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 Dinternal.h43 const uint64_t hash_key[2]; member
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/pool/
H A Dinternal.h43 const uint64_t hash_key[2]; member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtimer_mim_reject.c54 int hash_key = HASH_KEY; in BPF_PROG() local
H A Dtimer_mim.c71 int hash_key = HASH_KEY; in BPF_PROG() local
/aosp_15_r20/external/expat/expat/fuzz/
H A Dxml_parse_fuzzer.c36 static unsigned char hash_key[16] = "FUZZING IS FUN!"; variable
H A Dxml_parsebuffer_fuzzer.c37 static unsigned char hash_key[16] = "FUZZING IS FUN!"; variable
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dsparse_ops.py658 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 Dtest_map_in_map.cc180 struct custom_key hash_key = {1, 1}; variable
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/rocm/
H A Drocm_kernel.py212 def hash_key(self) -> str: member in ROCmTemplateCaller
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_internal_kernels.c73 const void *hash_key, in compile_shader()
/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprog_cache.c60 hash_key(const void *key, GLuint key_size) in hash_key() function
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/cuda/
H A Dcuda_kernel.py358 def hash_key(self) -> str: member in CUDATemplateCaller

12