Searched refs:hash_functions (Results 1 – 3 of 3) sorted by relevance
24 HashFxTable hash_functions[NUM_HASH_ALGORITHMS] = { variable42 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()
73 #include "third_party/blink/renderer/platform/wtf/hash_functions.h"
1375 uint32_t (*const hash_functions[])(uint32_t) = { in ApplyPalette() local1387 const uint32_t ind = hash_functions[i](palette[j]); in ApplyPalette()