Home
last modified time | relevance | path

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

/external/ltrace/
Ddict.h229 size_t dict_hash_int(const int *key);
Ddict.c465 dict_hash_int(const int *key) in dict_hash_int() function
545 DICT_INIT(&di, int, int, dict_hash_int, dict_eq_int, NULL); in test1()
Dlibrary.c124 h ^= dict_hash_int(&u.ints[i]); in arch_addr_hash()