Home
last modified time | relevance | path

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

/external/ltrace/
Dsummary.c174 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()
Ddict.h139 #define DICT_FIND_REF(DICTP, KEYP, VALUE_TYPE) \ macro
Ddict.c553 int *valp = DICT_FIND_REF(&di, &key, int); in test1()
610 int *valp = DICT_FIND_REF(&copy, &key, int); in test_erase()