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

  /external/e2fsprogs/lib/support/
dict.h 66 dictcount_t dict_nodecount; member in struct:dict_t
129 #define dict_isfull(D) (SFX_CHECK(D)->dict_nodecount == (D)->dict_maxcount)
131 #define dict_isfull(D) ((D)->dict_nodecount == (D)->dict_maxcount)
133 #define dict_count(D) ((D)->dict_nodecount)
134 #define dict_isempty(D) ((D)->dict_nodecount == 0)
  /external/f2fs-tools/fsck/
dict.h 66 dictcount_t dict_nodecount; member in struct:dict_t
129 #define dict_isfull(D) (SFX_CHECK(D)->dict_nodecount == (D)->dict_maxcount)
131 #define dict_isfull(D) ((D)->dict_nodecount == (D)->dict_maxcount)
133 #define dict_count(D) ((D)->dict_nodecount)
134 #define dict_isempty(D) ((D)->dict_nodecount == 0)

Completed in 87 milliseconds