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

/security/selinux/ss/
H A Debitmap.c31 if (e1->highbit != e2->highbit)
73 dst->highbit = src->highbit;
167 ebmap->highbit = e_iter->startbit + EBITMAP_SIZE;
197 if (e1->highbit < e2->highbit)
237 if (e->highbit < bit)
276 e->highbit = prev->startbit
279 e->highbit
[all...]
H A Debitmap.h41 u32 highbit; /* highest position in the total bitmap */ member in struct:ebitmap
44 #define ebitmap_length(e) ((e)->highbit)

Completed in 51 milliseconds