Searched refs:HASH_CONSTANT (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/callgrind/
H A Dfn.c215 #define HASH_CONSTANT 256 macro
221 hash_value = (HASH_CONSTANT * hash_value + *s) % table_size;

Completed in 62 milliseconds