Searched refs:dict_lower_bound (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/support/
H A Ddict.h99 extern dnode_t *dict_lower_bound(dict_t *, const void *);
H A Ddict.c499 dnode_t *dict_lower_bound(dict_t *dict, const void *key) function
1456 dn = dict_lower_bound(d, tok1);
/external/f2fs-tools/fsck/
H A Ddict.h99 extern dnode_t *dict_lower_bound(dict_t *, const void *);
H A Ddict.c477 dnode_t *dict_lower_bound(dict_t *dict, const void *key) function
1426 dn = dict_lower_bound(d, tok1);

Completed in 65 milliseconds