Home
last modified time | relevance | path

Searched refs:hash_functions (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/tests/
Dsha_benchmark.c24 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/
Dhash_utils.cc302 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/
Dmodule.h.tmpl73 #include "third_party/blink/renderer/platform/wtf/hash_functions.h"
/external/webp/src/enc/
Dvp8l_enc.c1386 uint32_t (*const hash_functions[])(uint32_t) = { in ApplyPalette() local
1398 const uint32_t ind = hash_functions[i](palette[j]); in ApplyPalette()