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

  /external/selinux/libsepol/include/sepol/policydb/
ebitmap.h 39 uint32_t highbit; /* highest position in the total bitmap */ member in struct:ebitmap
42 #define ebitmap_length(e) ((e)->highbit)
  /external/selinux/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
274 uint32_t highbit = startbit + MAPSIZE; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf64-mmix.c 1123 bfd_vma highbit; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 3708 valueT highbit; local
    [all...]
  /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 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 585 milliseconds