/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | hash.inl | 28 hash<T> hasher; local 36 hash<T> hasher; local 46 hash<T> hasher; local 57 hash<T> hasher; local 69 hash<T> hasher; local 81 hash<glm::tquat<T, P>> hasher; local 91 hash<glm::tvec2<T, P>> hasher; local 101 hash<glm::tvec3<T, P>> hasher; local 111 hash<glm::tvec4<T, P>> hasher; local 121 hash<glm::tvec2<T, P>> hasher; local [all …]
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | sha.rs | 359 let mut hasher = Sha1::new(); in struct_1() localVariable 370 let mut hasher = Sha1::new(); in cloning_allows_incremental_hashing() localVariable 393 let mut hasher = Sha224::new(); in struct_224() localVariable 412 let mut hasher = Sha256::new(); in struct_256() localVariable 435 let mut hasher = Sha384::new(); in struct_384() localVariable 458 let mut hasher = Sha512::new(); in struct_512() localVariable
|
/third_party/rust/crates/cxx/src/ |
D | hash.rs | 6 let mut hasher = std::collections::hash_map::DefaultHasher::new(); in hash() localVariable 8 let mut hasher = crate::sip::SipHasher13::new(); in hash() localVariable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | unordered_map_constructor_test.h | 51 H hasher; in TYPED_TEST_P() local 62 H hasher; in TYPED_TEST_P() local 76 H hasher; in TYPED_TEST_P() local
|
D | unordered_set_constructor_test.h | 52 H hasher; in TYPED_TEST_P() local 63 H hasher; in TYPED_TEST_P() local 77 H hasher; in TYPED_TEST_P() local
|
D | hash_function_defaults_test.cc | 88 hash_default_hash<T> hasher; member 132 hash_default_hash<T> hasher; member 163 hash_default_hash<Base*> hasher; in TEST() local 176 hash_default_hash<Func> hasher; in TEST() local
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkSafetyCriticalUtil.hpp | 85 std::hash<T> hasher; in hash_combine() local 92 std::hash<T> hasher; in hash_combine() local
|
D | vkSafetyCriticalUtil.cpp | 51 std::hash<unsigned char> hasher; in operator ()() local
|
/third_party/node/deps/brotli/c/enc/ |
D | hash.h | 393 static BROTLI_INLINE void HasherInit(Hasher* hasher) { in HasherInit() 397 static BROTLI_INLINE void DestroyHasher(MemoryManager* m, Hasher* hasher) { in DestroyHasher() 402 static BROTLI_INLINE void HasherReset(Hasher* hasher) { in HasherReset() 420 static BROTLI_INLINE void HasherSetup(MemoryManager* m, Hasher* hasher, in HasherSetup() 466 MemoryManager* m, Hasher* hasher, const uint8_t* data, size_t mask, in InitOrStitchToPreviousBlock()
|
D | backward_references.c | 126 Hasher* hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateBackwardReferences()
|
D | params.h | 41 BrotliHasherParams hasher; member
|
D | backward_references_hq.c | 660 const int* dist_cache, Hasher* hasher, ZopfliNode* nodes) { in BrotliZopfliComputeShortestPath() 725 Hasher* hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateZopfliBackwardReferences() 742 Hasher* hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateHqZopfliBackwardReferences()
|
D | encode.c | 1233 Hasher hasher; in BrotliCompressBufferQuality10() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | hash.h | 393 static BROTLI_INLINE void HasherInit(Hasher* hasher) { in HasherInit() 397 static BROTLI_INLINE void DestroyHasher(MemoryManager* m, Hasher* hasher) { in DestroyHasher() 402 static BROTLI_INLINE void HasherReset(Hasher* hasher) { in HasherReset() 420 static BROTLI_INLINE void HasherSetup(MemoryManager* m, Hasher* hasher, in HasherSetup() 466 MemoryManager* m, Hasher* hasher, const uint8_t* data, size_t mask, in InitOrStitchToPreviousBlock()
|
D | backward_references.c | 126 Hasher* hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateBackwardReferences()
|
D | params.h | 41 BrotliHasherParams hasher; member
|
D | backward_references_hq.c | 660 const int* dist_cache, Hasher* hasher, ZopfliNode* nodes) { in BrotliZopfliComputeShortestPath() 725 Hasher* hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateZopfliBackwardReferences() 742 Hasher* hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateHqZopfliBackwardReferences()
|
D | encode.c | 1233 Hasher hasher; in BrotliCompressBufferQuality10() local
|
/third_party/lzma/CPP/7zip/Compress/ |
D | CodecExports.cpp | 283 static HRESULT CreateHasher2(UInt32 index, IHasher **hasher) in CreateHasher2() 286 *hasher = g_Hashers[index]->CreateHasher(); in CreateHasher2() local
|
/third_party/rust/crates/syn/codegen/src/ |
D | hash.rs | 130 let hasher = match &node.data { in expand_impl() localVariable
|
/third_party/lz4/tests/ |
D | test-lz4-speed.py | 37 def hashfile(hasher, fname, blocksize=65536): argument
|
/third_party/lzma/CPP/7zip/Common/ |
D | CreateCoder.cpp | 514 CMyComPtr<IHasher> &hasher) in CreateHasher()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 1086 Z7_COM7F_IMF(CCodecs::CreateHasher(UInt32 index, IHasher **hasher)) in Z7_COM7F_IMF()
|
D | HashCalc.cpp | 93 CMyComPtr<IHasher> hasher; in SetMethods() local
|
/third_party/typescript/lib/ |
D | typesMap.json | 176 "hasher": "hasher", string
|