Searched refs:DICT_INIT (Results 1 – 6 of 6) sorted by relevance
/external/ltrace/ |
D | demangle.c | 50 DICT_INIT(name_cache, char *, const char *, in my_demangle()
|
D | prototype.c | 139 DICT_INIT(&plib->prototypes, char *, struct prototype, in protolib_init() 142 DICT_INIT(&plib->named_types, char *, struct named_type, in protolib_init() 459 DICT_INIT(&cache->protolibs, char *, struct protolib *, in protolib_cache_init()
|
D | summary.c | 170 DICT_INIT(dict_opt_c, char *, struct opt_c_struct, in summary_account_call()
|
D | dict.h | 55 #define DICT_INIT(DICTP, KEY_TYPE, VALUE_TYPE, HASH1, EQ, HASH2) \ macro
|
D | dict.c | 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 | proc.c | 152 DICT_INIT(proc->breakpoints, in process_bare_init()
|