Searched refs:hash_functions (Results 1 – 4 of 4) sorted by relevance
/external/vboot_reference/tests/ |
D | sha_benchmark.c | 24 HashFxTable hash_functions[NUM_HASH_ALGORITHMS] = { variable 42 hash_functions[i].hash(buffer, TEST_BUFFER_SIZE, digest); in main() 50 hash_functions[i].description, msecs, speed); in main() 52 hash_functions[i].description, speed); in main()
|
/external/tensorflow/tensorflow/core/data/ |
D | hash_utils.cc | 339 Status HashNodeNonInput(const NodeDef* node, bool hash_functions, in HashNodeNonInput() argument 341 auto iter = attr_cache_->find(std::make_pair(node, hash_functions)); in HashNodeNonInput() 354 if (hash_functions) { in HashNodeNonInput() 377 HashAttr(attr_key, attr_value, hash_functions, &attr_hash)); in HashNodeNonInput() 387 attr_cache_->emplace(std::make_pair(node, hash_functions), *hash); in HashNodeNonInput() 391 " and hash function bool: ", hash_functions, "twice!")); in HashNodeNonInput() 452 bool hash_functions, uint64* hash) { in HashAttr() argument 455 if (hash_functions) { in HashAttr() 459 if (hash_functions) { in HashAttr()
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | module.h.tmpl | 73 #include "third_party/blink/renderer/platform/wtf/hash_functions.h"
|
/external/webp/src/enc/ |
D | vp8l_enc.c | 1626 uint32_t (*const hash_functions[])(uint32_t) = { in ApplyPalette() local 1638 const uint32_t ind = hash_functions[i](palette[j]); in ApplyPalette()
|