/third_party/rust/crates/cxx/src/ |
H A D | hash.rs | 6 let mut hasher = std::collections::hash_map::DefaultHasher::new(); in hash() variables 8 let mut hasher = crate::sip::SipHasher13::new(); in hash() variables
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.hpp | 85 std::hash<T> hasher; in hash_combine() local 92 std::hash<T> hasher; in hash_combine() local
|
H A D | vkSafetyCriticalUtil.cpp | 51 std::hash<unsigned char> hasher; variable
|
/third_party/spirv-tools/source/opt/ |
H A D | relax_float_ops_pass.h | 64 struct hasher { struct in spvtools::opt::RelaxFloatOpsPass
|
H A D | convert_to_half_pass.h | 127 struct hasher { struct in spvtools::opt::ConvertToHalfPass
|
H A D | folding_rules.h | 89 struct hasher { struct in spvtools::opt::FoldingRules
|
H A D | const_folding_rules.h | 111 struct hasher { struct in spvtools::opt::ConstantFoldingRules
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | lib.rs | 279 let mut hasher = std::collections::hash_map::RandomState::new().build_hasher(); variables
|
/third_party/node/deps/brotli/c/enc/ |
H A D | backward_references.c | 123 BrotliCreateBackwardReferences(size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) BrotliCreateBackwardReferences() argument
|
H A D | params.h | 41 BrotliHasherParams hasher; member
|
H A D | backward_references_inc.h | 10 CreateBackwardReferences( size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) CreateBackwardReferences() argument
|
H A D | hash.h | 393 static BROTLI_INLINE void HasherInit(Hasher* hasher) { in HasherInit() argument 397 static BROTLI_INLINE void DestroyHasher(MemoryManager* m, Hasher* hasher) { in DestroyHasher() argument 402 static BROTLI_INLINE void HasherReset(Hasher* hasher) { in HasherReset() argument 420 static BROTLI_INLINE void HasherSetup(MemoryManager* m, Hasher* hasher, in HasherSetup() argument 465 InitOrStitchToPreviousBlock( MemoryManager* m, Hasher* hasher, const uint8_t* data, size_t mask, BrotliEncoderParams* params, size_t position, size_t input_size, BROTLI_BOOL is_last) InitOrStitchToPreviousBlock() argument [all...] |
H A D | backward_references_hq.c | 657 BrotliZopfliComputeShortestPath(MemoryManager* m, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, const int* dist_cache, Hasher* hasher, ZopfliNode* nodes) BrotliZopfliComputeShortestPath() argument 722 BrotliCreateZopfliBackwardReferences(MemoryManager* m, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) BrotliCreateZopfliBackwardReferences() argument 739 BrotliCreateHqZopfliBackwardReferences(MemoryManager* m, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) BrotliCreateHqZopfliBackwardReferences() argument [all...] |
H A D | encode.c | 1233 Hasher hasher; in BrotliCompressBufferQuality10() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | params.h | 41 BrotliHasherParams hasher; member
|
H A D | backward_references.c | 123 BrotliCreateBackwardReferences(size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) BrotliCreateBackwardReferences() argument
|
H A D | backward_references_inc.h | 10 CreateBackwardReferences( size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) CreateBackwardReferences() argument
|
H A D | hash.h | 393 static BROTLI_INLINE void HasherInit(Hasher* hasher) { in HasherInit() argument 397 static BROTLI_INLINE void DestroyHasher(MemoryManager* m, Hasher* hasher) { in DestroyHasher() argument 402 static BROTLI_INLINE void HasherReset(Hasher* hasher) { in HasherReset() argument 420 static BROTLI_INLINE void HasherSetup(MemoryManager* m, Hasher* hasher, in HasherSetup() argument 465 InitOrStitchToPreviousBlock( MemoryManager* m, Hasher* hasher, const uint8_t* data, size_t mask, BrotliEncoderParams* params, size_t position, size_t input_size, BROTLI_BOOL is_last) InitOrStitchToPreviousBlock() argument [all...] |
H A D | backward_references_hq.c | 657 BrotliZopfliComputeShortestPath(MemoryManager* m, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, const int* dist_cache, Hasher* hasher, ZopfliNode* nodes) BrotliZopfliComputeShortestPath() argument 722 BrotliCreateZopfliBackwardReferences(MemoryManager* m, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) BrotliCreateZopfliBackwardReferences() argument 739 BrotliCreateHqZopfliBackwardReferences(MemoryManager* m, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) BrotliCreateHqZopfliBackwardReferences() argument [all...] |
/third_party/lzma/CPP/7zip/Compress/ |
H A D | CodecExports.cpp | 283 static HRESULT CreateHasher2(UInt32 index, IHasher **hasher)
in CreateHasher2() argument 286 *hasher = g_Hashers[index]->CreateHasher();
in CreateHasher2() local
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | CreateCoder.cpp | 510 CreateHasher( DECL_EXTERNAL_CODECS_LOC_VARS CMethodId methodId, AString &name, CMyComPtr<IHasher> &hasher) CreateHasher() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A 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 [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | sha.rs | 359 let mut hasher = Sha1::new(); struct_1() variables 370 let mut hasher = Sha1::new(); cloning_allows_incremental_hashing() variables 393 let mut hasher = Sha224::new(); struct_224() variables 412 let mut hasher = Sha256::new(); struct_256() variables 435 let mut hasher = Sha384::new(); struct_384() variables 458 let mut hasher = Sha512::new(); struct_512() variables [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | LoadCodecs.cpp | 1086 Z7_COM7F_IMF(CCodecs::CreateHasher(UInt32 index, IHasher **hasher))
in CreateHasher() argument
|
H A D | HashCalc.cpp | 93 CMyComPtr<IHasher> hasher;
in SetMethods() local
|