HomeSort by relevance Sort by last modified time
    Searched refs:MAPBIT (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsepol/include/sepol/policydb/
ebitmap.h 28 #define MAPBIT 1ULL /* a bit in the node bitmap */
70 if (n->map & (MAPBIT << (bit - n->startbit)))
  /external/selinux/libsepol/src/
ebitmap.c 259 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 320 milliseconds