Home
last modified time | relevance | path

Searched refs:hash_functions (Results 1 – 3 of 3) 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/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.c1375 uint32_t (*const hash_functions[])(uint32_t) = { in ApplyPalette() local
1387 const uint32_t ind = hash_functions[i](palette[j]); in ApplyPalette()