Home
last modified time | relevance | path

Searched defs:hasher (Results 1 - 25 of 29) sorted by relevance

12

/third_party/rust/crates/cxx/src/
H A Dhash.rs6 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 DvkSafetyCriticalUtil.hpp85 std::hash<T> hasher; in hash_combine() local
92 std::hash<T> hasher; in hash_combine() local
H A DvkSafetyCriticalUtil.cpp51 std::hash<unsigned char> hasher; variable
/third_party/spirv-tools/source/opt/
H A Drelax_float_ops_pass.h64 struct hasher { struct in spvtools::opt::RelaxFloatOpsPass
H A Dconvert_to_half_pass.h127 struct hasher { struct in spvtools::opt::ConvertToHalfPass
H A Dfolding_rules.h89 struct hasher { struct in spvtools::opt::FoldingRules
H A Dconst_folding_rules.h111 struct hasher { struct in spvtools::opt::ConstantFoldingRules
/kernel/linux/linux-6.6/rust/alloc/
H A Dlib.rs279 let mut hasher = std::collections::hash_map::RandomState::new().build_hasher(); variables
/third_party/node/deps/brotli/c/enc/
H A Dbackward_references.c123 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 Dparams.h41 BrotliHasherParams hasher; member
H A Dbackward_references_inc.h10 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 Dhash.h393 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 Dbackward_references_hq.c657 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 Dencode.c1233 Hasher hasher; in BrotliCompressBufferQuality10() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dparams.h41 BrotliHasherParams hasher; member
H A Dbackward_references.c123 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 Dbackward_references_inc.h10 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 Dhash.h393 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 Dbackward_references_hq.c657 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 DCodecExports.cpp283 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 DCreateCoder.cpp510 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 Dhash_function_defaults_test.cc88 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 Dsha.rs359 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 DLoadCodecs.cpp1086 Z7_COM7F_IMF(CCodecs::CreateHasher(UInt32 index, IHasher **hasher)) in CreateHasher() argument
H A DHashCalc.cpp93 CMyComPtr<IHasher> hasher; in SetMethods() local

Completed in 20 milliseconds

12