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/kernels/data/ |
| D | hash_utils.cc | 302 Status HashNodeNonInput(const NodeDef* node, bool hash_functions, in HashNodeNonInput() argument 312 if (hash_functions) { in HashNodeNonInput() 329 HashAttr(attr_key, attr_value, hash_functions, &attr_hash)); in HashNodeNonInput() 393 bool hash_functions, uint64* hash) { in HashAttr() argument 396 if (hash_functions) { in HashAttr() 400 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 | 1386 uint32_t (*const hash_functions[])(uint32_t) = { in ApplyPalette() local 1398 const uint32_t ind = hash_functions[i](palette[j]); in ApplyPalette()
|