HomeSort by relevance Sort by last modified time
    Searched refs:dict_hash_int (Results 1 - 3 of 3) sorted by null

  /external/ltrace/
dict.h 229 size_t dict_hash_int(const int *key);
dict.c 465 dict_hash_int(const int *key) function
545 DICT_INIT(&di, int, int, dict_hash_int, dict_eq_int, NULL);
library.c 124 h ^= dict_hash_int(&u.ints[i]);

Completed in 52 milliseconds