Home
last modified time | relevance | path

Searched defs:startbit (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libsepol/include/sepol/policydb/
Debitmap.h32 uint32_t startbit; /* starting position in the total bitmap */ member
/third_party/selinux/libsepol/src/
Debitmap.c280 uint32_t startbit = bit & ~(MAPSIZE - 1); in ebitmap_set_bit() local