/external/ltrace/ |
demangle.c | 50 DICT_INIT(name_cache, char *, const char *,
|
dict.h | 46 void dict_init(struct dict *dict, 52 /* Wrapper around dict_init. Initializes a dictionary DITCP which 55 #define DICT_INIT(DICTP, KEY_TYPE, VALUE_TYPE, HASH1, EQ, HASH2) \ 60 dict_init(DICTP, sizeof(KEY_TYPE), sizeof(VALUE_TYPE), \
|
dict.c | 38 dict_init(struct dict *dict, function 108 dict_init(target, source->keys.elt_size, source->values.elt_size, 277 dict_init(&tmp, dict->keys.elt_size, dict->values.elt_size, 545 DICT_INIT(&di, int, int, dict_hash_int, dict_eq_int, NULL); 590 DICT_INIT(&d2, int, int, dict_hash_int_silly, dict_eq_int, NULL);
|
prototype.c | 139 DICT_INIT(&plib->prototypes, char *, struct prototype, 142 DICT_INIT(&plib->named_types, char *, struct named_type, 459 DICT_INIT(&cache->protolibs, char *, struct protolib *,
|
summary.c | 170 DICT_INIT(dict_opt_c, char *, struct opt_c_struct,
|
proc.c | 152 DICT_INIT(proc->breakpoints,
|
/external/e2fsprogs/e2fsck/ |
dict.h | 94 extern dict_t *dict_init(dict_t *, dictcount_t, dict_comp_t);
|
pass1b.c | 230 dict_init(&ino_dict, DICTCOUNT_T_MAX, dict_int_cmp); 231 dict_init(&clstr_dict, DICTCOUNT_T_MAX, dict_int_cmp);
|
dict.c | 335 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) function [all...] |
pass2.c | 843 dict_init(&de_dict, DICTCOUNT_T_MAX, dict_de_cmp); [all...] |
/external/e2fsprogs/lib/quota/ |
mkquota.c | 236 dict_init(dict, DICTCOUNT_T_MAX, dict_uint_cmp);
|
/prebuilts/python/linux-x86/2.7.5/bin/ |
python | |
python2 | |
python2.7 | |