OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dict_init
(Results
1 - 2
of
2
) sorted by null
/external/ltrace/
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);
/external/e2fsprogs/e2fsck/
dict.c
335
dict_t *
dict_init
(dict_t *dict, dictcount_t maxcount, dict_comp_t comp)
function
[
all
...]
Completed in 51 milliseconds