Searched refs:MAPBIT (Results 1 - 2 of 2) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Debitmap.h28 #define MAPBIT 1ULL /* a bit in the node bitmap */ macro
70 if (n->map & (MAPBIT << (bit - n->startbit)))
/external/selinux/libsepol/src/
H A Debitmap.c259 if (n->map & (MAPBIT << (bit - n->startbit)))
286 n->map |= (MAPBIT << (bit - n->startbit));
288 n->map &= ~(MAPBIT << (bit - n->startbit));
327 new->map = (MAPBIT << (bit - new->startbit));

Completed in 76 milliseconds