HomeSort by relevance Sort by last modified time
    Searched refs:dict_isfull (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/support/
dict.h 111 extern int dict_isfull(dict_t *);
129 #define dict_isfull(D) (SFX_CHECK(D)->dict_nodecount == (D)->dict_maxcount) macro
131 #define dict_isfull(D) ((D)->dict_nodecount == (D)->dict_maxcount) macro
dict.c 563 * a dictionary that is already full (for which the dict_isfull()
575 dict_assert (!dict_isfull(dict));
953 #undef dict_isfull macro
968 int dict_isfull(dict_t *dict) function
    [all...]

Completed in 204 milliseconds