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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dvlan.c21 const int b_empty = !b || !b->notempty; local
23 if (a_empty && b_empty)
25 if (a_empty || b_empty)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs_x.c746 svn_boolean_t b_empty = b == NULL || b->expanded_size == 0;
749 if (a_empty && b_empty)
752 if (a_empty != b_empty)
745 svn_boolean_t b_empty = b == NULL || b->expanded_size == 0; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c1561 svn_boolean_t b_empty = !rep_b || rep_b->expanded_size == 0;
1564 if (a_empty && b_empty)
1570 if (a_empty != b_empty)
1559 svn_boolean_t b_empty = !rep_b || rep_b->expanded_size == 0; local
/freebsd-11-stable/contrib/gcc/
H A Dcfgrtl.c555 int b_empty = 0;
567 b_empty = 1;
578 b_empty = 1;
624 if (!b_empty)
549 int b_empty = 0; local

Completed in 136 milliseconds