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

/external/libsepol/src/
H A Debitmap.c57 dst->highbit = (e1->highbit > e2->highbit) ? e1->highbit : e2->highbit;
69 dst->highbit = tmp.highbit;
154 if (e1->highbit != e2->highbit)
196 dst->highbit
252 uint32_t highbit = startbit + MAPSIZE; local
[all...]
H A Dwrite.c63 buf[1] = cpu_to_le32(e->highbit);
/external/libsepol/tests/
H A Ddebug.c30 for (i = 0; i < bitmap->highbit; i++) {
H A Dtest-common.c220 CU_ASSERT(role->types.negset.highbit == 0);
/external/libsepol/include/sepol/policydb/
H A Debitmap.h36 uint32_t highbit; /* highest position in the total bitmap */ member in struct:ebitmap
39 #define ebitmap_length(e) ((e)->highbit)

Completed in 114 milliseconds