HomeSort by relevance Sort by last modified time
    Searched defs:highbit (Results 1 - 5 of 5) 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...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.h 46 ub4 highbit; /* for HEX, highest interesting bit */ member in struct:gencode
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 297 milliseconds