Home
last modified time | relevance | path

Searched refs:e2 (Results 1 – 2 of 2) sorted by relevance

/security/selinux/ss/
A Debitmap.c28 bool ebitmap_equal(const struct ebitmap *e1, const struct ebitmap *e2) in ebitmap_equal() argument
32 if (e1->highbit != e2->highbit) in ebitmap_equal()
36 n2 = e2->node; in ebitmap_equal()
79 const struct ebitmap *e2) in ebitmap_and() argument
89 if (ebitmap_get_bit(e2, bit)) { in ebitmap_and()
218 int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2, in ebitmap_contains() argument
224 if (e1->highbit < e2->highbit) in ebitmap_contains()
228 n2 = e2->node; in ebitmap_contains()
A Debitmap.h123 bool ebitmap_equal(const struct ebitmap *e1, const struct ebitmap *e2);
126 const struct ebitmap *e2);
127 int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2,

Completed in 4 milliseconds