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

  /external/v8/test/cctest/
test-atomicops.cc 40 #define NUM_BITS(T) (sizeof(T) * 8)
122 (static_cast<AtomicType>(1) << (NUM_BITS(AtomicType) - 2)) + 11;
145 (static_cast<AtomicType>(1) << (NUM_BITS(AtomicType) - 2)) + 11;
162 static_cast<AtomicType>(1) << (NUM_BITS(AtomicType) - 1);
172 test_val = static_cast<AtomicType>(1) << (NUM_BITS(AtomicType) / 2);
  /frameworks/base/core/java/android/util/
StateSet.java 96 final int NUM_BITS = VIEW_STATE_IDS.length / 2;
97 VIEW_STATE_SETS = new int[1 << NUM_BITS][];

Completed in 83 milliseconds