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

  /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...]
write.c 63 buf[1] = cpu_to_le32(e->highbit);
    [all...]
  /external/libsepol/tests/
debug.c 30 for (i = 0; i < bitmap->highbit; i++) {
test-common.c 220 CU_ASSERT(role->types.negset.highbit == 0);
  /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/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.h 46 ub4 highbit; /* for HEX, highest interesting bit */ member in struct:gencode
  /system/core/libmincrypt/
p256.c 223 static void p256_shr1(const p256_int* a, int highbit, p256_int* b) {
232 (highbit << (P256_BITSPERDIGIT - 1));
  /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 228 milliseconds