HomeSort by relevance Sort by last modified time
    Searched full:highbit (Results 26 - 33 of 33) sorted by null

12

  /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/icu4c/layout/
KernTable.cpp 112 entrySelector = OpenTypeUtilities::highBit(nPairs);
  /external/libsepol/tests/
test-common.c 220 CU_ASSERT(role->types.negset.highbit == 0);
  /libcore/luni/src/main/java/java/util/
HashMap.java 603 int highBit = e.hash & oldCapacity;
605 newTable[j | highBit] = e;
608 if (nextHighBit != highBit) {
614 highBit = nextHighBit;
    [all...]
Hashtable.java 521 int highBit = e.hash & oldCapacity;
523 newTable[j | highBit] = e;
526 if (nextHighBit != highBit) {
532 highBit = nextHighBit;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 676 const GLuint highBit = 1 << 31;
678 GLuint i, m = highBit >> (GLuint) (span->x % 32);
685 m = highBit;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 676 const GLuint highBit = 1 << 31;
678 GLuint i, m = highBit >> (GLuint) (span->x % 32);
685 m = highBit;
    [all...]
  /external/libsepol/src/
write.c 63 buf[1] = cpu_to_le32(e->highbit);
    [all...]

Completed in 554 milliseconds

12