Searched defs:e2 (Results 1 - 1 of 1) sorted by relevance

/security/selinux/ss/
H A Debitmap.c27 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2) argument
31 if (e1->highbit != e2->highbit)
35 n2 = e2->node;
188 * Check to see if all the bits set in e2 are also set in e1. Optionally,
189 * if last_e2bit is non-zero, the highest set bit in e2 cannot exceed
192 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2, u32 last_e2bit) argument
197 if (e1->highbit < e2->highbit)
201 n2 = e2->node;

Completed in 35 milliseconds