OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dict_isfull
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/e2fsck/
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
557
* a dictionary that is already full (for which the
dict_isfull
()
569
assert (!
dict_isfull
(dict));
947
#undef
dict_isfull
macro
962
int
dict_isfull
(dict_t *dict)
function
[
all
...]
Completed in 608 milliseconds