Home
last modified time | relevance | path

Searched refs:e1 (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()
35 n1 = e1->node; in ebitmap_equal()
78 int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1, in ebitmap_and() argument
87 ebitmap_for_each_positive_bit(e1, n, 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()
227 n1 = e1->node; in ebitmap_contains()
A Debitmap.h123 bool ebitmap_equal(const struct ebitmap *e1, const struct ebitmap *e2);
125 int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1,
127 int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2,

Completed in 4 milliseconds