OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ebitmap_andnot
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libsepol/include/sepol/policydb/
ebitmap.h
84
extern int
ebitmap_andnot
(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2, unsigned int maxbit);
/external/selinux/libsepol/src/
ebitmap.c
114
int
ebitmap_andnot
(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2, unsigned int maxbit)
function
/external/selinux/policycoreutils/mcstrans/src/
mcstrans.c
441
if (
ebitmap_andnot
(&word->normal, &word->cat, &group->def, maxbit) < 0)
1203
if (
ebitmap_andnot
(&set, &w->cat, &g->def, maxbit) < 0) goto err;
1212
if (
ebitmap_andnot
(&mraw->cat, &tmp, &clear, maxbit) < 0) goto err;
1411
if (
ebitmap_andnot
(&unhandled, &temp, &bit_diff, maxbit) < 0)
[
all
...]
Completed in 218 milliseconds