Home
last modified time | relevance | path

Searched defs:hash (Results 651 - 675 of 1268) sorted by relevance

1...<<21222324252627282930>>...51

/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftccache.h62 FT_Offset hash; /* used for hashing too */ member
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dapinames.c54 unsigned int hash; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-array.hh117 uint32_t hash () const { in hash() function
418 inline uint32_t hb_array_t<const char>::hash () const { in hash() function in hb_array_t
426 inline uint32_t hb_array_t<const unsigned char>::hash () const { in hash() function in hb_array_t
H A Dhb-map.hh76 uint32_t hash; member
[all...]
H A Dhb-vector.hh128 uint32_t hash () const { return as_array ().hash (); } in hash() function
/third_party/pulseaudio/src/pulsecore/
H A Didxset.c62 unsigned hash = 0; in pa_idxset_string_hash_func() local
120 unsigned hash = s->hash_func(e->data) % NBUCKETS; in remove_entry() local
147 static struct idxset_entry* data_scan(pa_idxset *s, unsigned hash, const void *p) { in data_scan() argument
160 index_scan(pa_idxset *s, unsigned hash, uint32_t idx) index_scan() argument
173 unsigned hash; pa_idxset_put() local
231 unsigned hash; pa_idxset_get_by_index() local
245 unsigned hash; pa_idxset_get_by_data() local
263 unsigned hash; pa_idxset_remove_by_index() local
281 unsigned hash; pa_idxset_remove_by_data() local
315 unsigned hash; pa_idxset_rrobin() local
405 unsigned hash; pa_idxset_next() local
[all...]
H A Ddatabase-simple.c73 unsigned hash = 0; in hash_func() local
/third_party/python/Modules/
H A D_randommodule.c307 Py_hash_t hash = PyObject_Hash(arg); in random_seed() local
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstringtriebuilder.h253 int32_t hash; member in StringTrieBuilder::Node
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DAccelTable.h243 static uint32_t hash(StringRef Buffer) { return djbHash(Buffer); } hash() function in llvm::AppleAccelTableData
252 static uint32_t hash(StringRef Name) { return caseFoldingDjbHash(Name); } hash() function in llvm::DWARF5AccelTableData
272 static uint32_t hash(StringRef Name) { return caseFoldingDjbHash(Name); } hash() function in llvm::DWARF5AccelTableStaticData
[all...]
/third_party/toybox/toys/pending/
H A Dtcpsvd.c149 int hash = haship(ip); in remove_connection() local
271 int hash, fd, newfd, j; in tcpsvd_main() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
H A DDestroyObjectTests.cpp255 constexpr size_t hash = 0x12345; in TEST_F() local
362 constexpr size_t hash = 0x12345; in TEST_F() local
621 constexpr size_t hash in TEST_F() local
668 constexpr size_t hash = 0x12345; TEST_F() local
[all...]
/third_party/python/Python/
H A Dpyhash.c176 Py_uhash_t hash; _Py_HashBytes() local
[all...]
/third_party/python/Objects/
H A Dunionobject.c46 Py_hash_t hash = PyObject_Hash(args); in union_hash() local
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java227 public IRubyObject hash(ThreadContext context) { in hash() method in RubyMap
H A DRubyMessage.java176 public IRubyObject hash(ThreadContext context) { in hash() method in RubyMessage
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.h180 inline void RecordInsert(size_t hash, size_t distance_from_desired) { in RecordInsert() argument
H A Dhashtablez_sampler.cc228 void RecordInsertSlow(HashtablezInfo* info, size_t hash, in RecordInsertSlow() argument
H A Dhash_function_defaults_test.cc47 hash_default_hash<int32_t> hash; in TEST() local
68 hash_default_hash<MyEnum> hash; TEST() local
104 auto hash = this->hasher; TYPED_TEST() local
189 auto hash = this->hasher; TYPED_TEST() local
225 hash_default_hash<absl::Cord> hash; TEST() local
247 hash_default_hash<absl::Cord> hash; TEST() local
254 hash_default_hash<absl::Cord> hash; TEST() local
264 hash_default_hash<absl::Cord> hash; TEST() local
310 hash_default_hash<typename T::first_type> hash; global() member
357 struct hash<Hashable<H>> { global() struct
[all...]
/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp45 size_t hash = 0; in operator ()() local
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dlib.rs159 pub mod hash; modules
H A Dsha.rs53 let mut hash variables
64 let mut hash = MaybeUninit::<[u8; 28]>::uninit(); global() variables
75 let mut hash = MaybeUninit::<[u8; 32]>::uninit(); global() variables
86 let mut hash = MaybeUninit::<[u8; 48]>::uninit(); global() variables
97 let mut hash = MaybeUninit::<[u8; 64]>::uninit(); global() variables
149 let mut hash = MaybeUninit::<[u8; 20]>::uninit(); global() variables
195 let mut hash = MaybeUninit::<[u8; 28]>::uninit(); global() variables
241 let mut hash = MaybeUninit::<[u8; 32]>::uninit(); global() variables
287 let mut hash = MaybeUninit::<[u8; 48]>::uninit(); global() variables
333 let mut hash= MaybeUninit::<[u8; 64]>::uninit(); global() variables
[all...]
/third_party/selinux/libsepol/src/
H A Davtab.c65 uint32_t hash = 0; in avtab_hash() local
[all...]
/third_party/rust/crates/syn/src/
H A Dlib.rs837 mod hash; modules
H A Dlifetime.rs110 fn hash<H: Hasher>(&self, h: &mut H) { in hash() functions

Completed in 17 milliseconds

1...<<21222324252627282930>>...51