Home
last modified time | relevance | path

Searched refs:to_hash (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dhash_motion.c395 uint32_t to_hash[4]; in av1_get_block_hash_value() local
456 to_hash[0] = x->hash_value_buffer[0][src_idx][srcPos]; in av1_get_block_hash_value()
457 to_hash[1] = x->hash_value_buffer[0][src_idx][srcPos + 1]; in av1_get_block_hash_value()
458 to_hash[2] = in av1_get_block_hash_value()
460 to_hash[3] = x->hash_value_buffer[0][src_idx] in av1_get_block_hash_value()
464 &x->crc_calculator1, (uint8_t *)to_hash, sizeof(to_hash)); in av1_get_block_hash_value()
466 to_hash[0] = x->hash_value_buffer[1][src_idx][srcPos]; in av1_get_block_hash_value()
467 to_hash[1] = x->hash_value_buffer[1][src_idx][srcPos + 1]; in av1_get_block_hash_value()
468 to_hash[2] = in av1_get_block_hash_value()
470 to_hash[3] = x->hash_value_buffer[1][src_idx] in av1_get_block_hash_value()
[all …]
/external/grpc-grpc/src/ruby/spec/
Dcompression_options_spec.rb33 expect(options.to_channel_arg_hash).to eq(options.to_hash)
50 expect(options.to_hash).to be_instance_of(Hash)
67 expect(options.to_hash).to be_instance_of(Hash)
83 expect(options.to_hash).to be_instance_of(Hash)
99 expect(options.to_hash).to be_instance_of(Hash)
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.h30 std::u32string to_hash; in operator() local
31 to_hash.push_back(item.first); in operator()
32 for (auto i : item.second) to_hash.push_back(i); in operator()
33 return std::hash<std::u32string>()(to_hash); in operator()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.h30 std::u32string to_hash; in operator() local
31 to_hash.push_back(item.first); in operator()
32 for (auto i : item.second) to_hash.push_back(i); in operator()
33 return std::hash<std::u32string>()(to_hash); in operator()
/external/dynamic_depth/internal/xmpmeta/
Dmd5.cc218 void MD5(const uint8_t* to_hash, size_t to_hash_length, uint8_t* output) { in MD5() argument
221 MD5Update(&md5_context, to_hash, to_hash_length); in MD5()
227 string MD5Hash(const string& to_hash) { in MD5Hash() argument
230 MD5(reinterpret_cast<const uint8_t*>(to_hash.data()), to_hash.length(), in MD5Hash()
Dxmp_writer.cc127 const string GetGUID(const string& to_hash) { return MD5Hash(to_hash); } in GetGUID() argument
/external/dynamic_depth/includes/xmpmeta/
Dmd5.h13 string MD5Hash(const string& to_hash);
/external/scapy/scapy/modules/krack/
Dcrypto.py230 def michael(key, to_hash): argument
234 nb_block, nb_extra_bytes = divmod(len(to_hash), 4)
236 data = to_hash + chr(0x5a) + "\x00" * (7 - nb_extra_bytes)
/external/tensorflow/tensorflow/core/kernels/
Dcudnn_rnn_ops.cc527 to_hash) const { in operator ()()
528 auto& shapes = to_hash.first; in operator ()()
529 auto& algo_desc = to_hash.second; in operator ()()