OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dict_isempty
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/lib/support/
dict.h
110
extern int
dict_isempty
(dict_t *);
134
#define
dict_isempty
(D) ((D)->dict_nodecount == 0)
macro
dict.c
305
dict_assert (
dict_isempty
(dict));
671
dict_assert (!
dict_isempty
(dict));
862
* (that is,
dict_isempty
(dict) returns 1) a null pointer is returned.
878
* (that is,
dict_isempty
(dict) returns 1) a null pointer is returned.
952
#undef
dict_isempty
macro
963
int
dict_isempty
(dict_t *dict)
function
1063
dict_assert (
dict_isempty
(dict));
1308
if (!
dict_isempty
(d))
[
all
...]
/external/f2fs-tools/fsck/
dict.h
110
extern int
dict_isempty
(dict_t *);
134
#define
dict_isempty
(D) ((D)->dict_nodecount == 0)
macro
dict.c
290
dict_assert(
dict_isempty
(dict));
646
dict_assert(!
dict_isempty
(dict));
836
* (that is,
dict_isempty
(dict) returns 1) a null pointer is returned.
851
* (that is,
dict_isempty
(dict) returns 1) a null pointer is returned.
922
#undef
dict_isempty
macro
933
int
dict_isempty
(dict_t *dict)
function
1033
dict_assert(
dict_isempty
(dict));
1278
if (!
dict_isempty
(d))
[
all
...]
Completed in 248 milliseconds