Home
last modified time | relevance | path

Searched defs:hash (Results 951 - 975 of 1131) sorted by relevance

1...<<31323334353637383940>>...46

/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs1046 fn hash<H: Hasher>(&self, state: &mut H) { in hash() functions
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.c912 static void set_eld_devices(pa_hashmap *hash) in set_eld_devices() argument
955 static void probe_volumes(pa_hashmap *hash, bool is_sink, snd_pcm_t *pcm_handle, pa_hashmap *mixers, bool ignore_dB) { in probe_volumes() argument
1007 ucm_add_port_combination( pa_hashmap *hash, pa_alsa_ucm_mapping_context *context, bool is_sink, pa_alsa_ucm_device **pdevices, int num, pa_hashmap *ports, pa_card_profile *cp, pa_core *core) ucm_add_port_combination() argument
1238 ucm_add_ports_combination( pa_hashmap *hash, pa_alsa_ucm_mapping_context *context, bool is_sink, pa_alsa_ucm_device **pdevices, int dev_num, uint32_t map_index, pa_hashmap *ports, pa_card_profile *cp, pa_core *core) ucm_add_ports_combination() argument
2397 pa_alsa_ucm_add_ports( pa_hashmap **hash, pa_proplist *proplist, pa_alsa_ucm_mapping_context *context, bool is_sink, pa_card *card, snd_pcm_t *pcm_handle, bool ignore_dB) pa_alsa_ucm_add_ports() argument
2407 pa_alsa_ucm_add_ports_combination( pa_hashmap *hash, pa_alsa_ucm_mapping_context *context, bool is_sink, pa_hashmap *ports, pa_card_profile *cp, pa_core *core) pa_alsa_ucm_add_ports_combination() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp671 deUint32 hash = deStringHash(m_vertShaderSource.c_str()) + deStringHash(m_fragShaderSource.c_str()); in render() local
/third_party/skia/src/core/
H A DSkVM.cpp620 uint64_t Builder::hash() const { in hash() function in skvm::Builder
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DPixelProcessor.cpp39 uint32_t hash = 0; in computeHash() local
H A DVertexProcessor.cpp43 uint32_t hash = 0; in computeHash() local
/third_party/openssl/ssl/statem/
H A Dstatem_clnt.c3135 EVP_MD_CTX * hash = NULL; in ossl_gost_ukm() local
[all...]
/third_party/openssl/engines/
H A De_capi.c835 HCRYPTHASH hash; in capi_rsa_sign() local
1008 HCRYPTHASH hash; in capi_dsa_do_sign() local
[all...]
H A De_loader_attic.c1150 unsigned long hash = 0; in file_find() local
/third_party/skia/third_party/externals/libpng/
H A Dpngrtran.c589 png_dsortpp hash; in png_set_quantize() local
[all...]
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp1570 int hash(TriangulationVertex* vert) const { in hash() function in ReflexHash
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h515 template <> struct hash<llvm::pdb::PDB_SymType> { struct
/third_party/python/Python/
H A Dhamt.c402 Py_hash_t hash = PyObject_Hash(o); hamt_hash() local
435 hamt_mask(int32_t hash, uint32_t shift) hamt_mask() argument
441 hamt_bitpos(int32_t hash, uint32_t shift) hamt_bitpos() argument
687 hamt_node_bitmap_assoc(PyHamtNode_Bitmap *self, uint32_t shift, int32_t hash, PyObject *key, PyObject *val, int* added_leaf) hamt_node_bitmap_assoc() argument
955 hamt_node_bitmap_without(PyHamtNode_Bitmap *self, uint32_t shift, int32_t hash, PyObject *key, PyHamtNode **new_node) hamt_node_bitmap_without() argument
1095 hamt_node_bitmap_find(PyHamtNode_Bitmap *self, uint32_t shift, int32_t hash, PyObject *key, PyObject **val) hamt_node_bitmap_find() argument
1260 hamt_node_collision_new(int32_t hash, Py_ssize_t size) hamt_node_collision_new() argument
1316 hamt_node_collision_assoc(PyHamtNode_Collision *self, uint32_t shift, int32_t hash, PyObject *key, PyObject *val, int* added_leaf) hamt_node_collision_assoc() argument
1434 hamt_node_collision_without(PyHamtNode_Collision *self, uint32_t shift, int32_t hash, PyObject *key, PyHamtNode **new_node) hamt_node_collision_without() argument
1528 hamt_node_collision_find(PyHamtNode_Collision *self, uint32_t shift, int32_t hash, PyObject *key, PyObject **val) hamt_node_collision_find() argument
1677 hamt_node_array_assoc(PyHamtNode_Array *self, uint32_t shift, int32_t hash, PyObject *key, PyObject *val, int* added_leaf) hamt_node_array_assoc() argument
1761 hamt_node_array_without(PyHamtNode_Array *self, uint32_t shift, int32_t hash, PyObject *key, PyHamtNode **new_node) hamt_node_array_without() argument
1919 hamt_node_array_find(PyHamtNode_Array *self, uint32_t shift, int32_t hash, PyObject *key, PyObject **val) hamt_node_array_find() argument
2021 hamt_node_assoc(PyHamtNode *node, uint32_t shift, int32_t hash, PyObject *key, PyObject *val, int* added_leaf) hamt_node_assoc() argument
2055 hamt_node_without(PyHamtNode *node, uint32_t shift, int32_t hash, PyObject *key, PyHamtNode **new_node) hamt_node_without() argument
2082 hamt_node_find(PyHamtNode *node, uint32_t shift, int32_t hash, PyObject *key, PyObject **val) hamt_node_find() argument
[all...]
H A Dimport.c2443 } hash; in _imp_source_hash_impl() local
[all...]
H A Dmarshal.c504 Py_hash_t hash; in w_complex_object() local
H A Dpylifecycle.c2692 Py_hash_t hash; in _Py_DumpExtensionModules() local
/third_party/python/Modules/_sre/
H A Dsre.c2209 Py_hash_t hash; in _sre_SRE_Match_groupdict_impl() local
2703 Py_hash_t hash, hash2; in pattern_hash() local
[all...]
/third_party/python/Modules/
H A D_testbuffer.c2610 Py_hash_t hash; in ndarray_hash() local
H A D_xxsubinterpretersmodule.c1607 Py_hash_t hash = PyObject_Hash(id); in channelid_hash() local
H A D_tracemalloc.c80 Py_uhash_t hash; member
H A D_collectionsmodule.c2325 Py_hash_t hash; in _collections__count_elements_impl() local
/third_party/python/Objects/
H A Dcodeobject.c2155 Py_hash_t hash; in _PyCode_ConstantKey() local
H A Dsetobject.c56 set_lookkey(PySetObject *so, PyObject *key, Py_hash_t hash) in set_lookkey() argument
103 set_add_entry(PySetObject *so, PyObject *key, Py_hash_t hash) set_add_entry() argument
197 set_insert_clean(setentry *table, size_t mask, PyObject *key, Py_hash_t hash) set_insert_clean() argument
311 set_contains_entry(PySetObject *so, PyObject *key, Py_hash_t hash) set_contains_entry() argument
325 set_discard_entry(PySetObject *so, PyObject *key, Py_hash_t hash) set_discard_entry() argument
346 Py_hash_t hash; set_add_key() local
360 Py_hash_t hash; set_contains_key() local
374 Py_hash_t hash; set_discard_key() local
689 Py_uhash_t hash = 0; frozenset_hash() local
891 Py_hash_t hash; set_update_internal() local
1185 Py_hash_t hash; set_intersection() local
1498 Py_hash_t hash; set_difference() local
1622 Py_hash_t hash; set_symmetric_difference_update() local
2341 _PySet_NextEntry(PyObject *set, Py_ssize_t *pos, PyObject **key, Py_hash_t *hash) _PySet_NextEntry() argument
2399 Py_hash_t hash; test_c_api() local
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c1097 unsigned hash; in pa_a2dp_codec_id_hash_func() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc139 uint64_t hash = 0x12; in TEST() local

Completed in 83 milliseconds

1...<<31323334353637383940>>...46