HomeSort by relevance Sort by last modified time
    Searched defs:hash_value (Results 26 - 38 of 38) sorted by null

12

  /external/valgrind/callgrind/
fn.c 219 int hash_value = 0; local
221 hash_value = (HASH_CONSTANT * hash_value + *s) % table_size;
222 return hash_value;