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

  /external/libsepol/include/sepol/policydb/
ebitmap.h 36 uint32_t highbit; /* highest position in the total bitmap */ member in struct:ebitmap
39 #define ebitmap_length(e) ((e)->highbit)
  /external/libsepol/src/
ebitmap.c 57 dst->highbit = (e1->highbit > e2->highbit) ? e1->highbit : e2->highbit;
69 dst->highbit = tmp.highbit;
154 if (e1->highbit != e2->highbit)
196 dst->highbit = src->highbit
252 uint32_t highbit = startbit + MAPSIZE; local
    [all...]

Completed in 39 milliseconds