Searched refs:maxbit (Results 1 – 2 of 2) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | ebitmap.h | 88 extern int ebitmap_not(ebitmap_t *dst, const ebitmap_t *e1, unsigned int maxbit); 89 … int ebitmap_andnot(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2, unsigned int maxbit);
|
/third_party/selinux/libsepol/src/ |
D | ebitmap.c | 102 int ebitmap_not(ebitmap_t *dst, const ebitmap_t *e1, unsigned int maxbit) in ebitmap_not() argument 106 for (i=0; i < maxbit; i++) { in ebitmap_not() 115 int ebitmap_andnot(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2, unsigned int maxbit) in ebitmap_andnot() argument 120 rc = ebitmap_not(&e3, e2, maxbit); in ebitmap_andnot()
|