Searched refs:DICT_FIND_REF (Results 1 – 3 of 3) sorted by relevance
/external/ltrace/ |
D | summary.c | 174 struct opt_c_struct *st = DICT_FIND_REF(dict_opt_c, &libsym->name, in summary_account_call() 187 st = DICT_FIND_REF(dict_opt_c, &libsym->name, in summary_account_call()
|
D | dict.h | 139 #define DICT_FIND_REF(DICTP, KEYP, VALUE_TYPE) \ macro
|
D | dict.c | 553 int *valp = DICT_FIND_REF(&di, &key, int); in test1() 610 int *valp = DICT_FIND_REF(©, &key, int); in test_erase()
|