Home
last modified time | relevance | path

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

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