Searched refs:dict_eq_int (Results 1 – 2 of 2) sorted by relevance
/external/ltrace/ |
D | dict.c | 471 dict_eq_int(const int *key1, const int *key2) in dict_eq_int() function 545 DICT_INIT(&di, int, int, dict_hash_int, dict_eq_int, NULL); in test1() 590 DICT_INIT(&d2, int, int, dict_hash_int_silly, dict_eq_int, NULL); in test_erase()
|
D | dict.h | 232 int dict_eq_int(const int *key1, const int *key2);
|