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

  /external/openssl/crypto/bn/
exptest.c 70 #define NUM_BITS (BN_BITS*2)
110 BN_rand(a,NUM_BITS+c,0,0);
114 BN_rand(b,NUM_BITS+c,0,0);
118 BN_rand(m,NUM_BITS+c,0,1);
  /external/chromium/base/
atomicops_unittest.cc 82 #define NUM_BITS(T) (sizeof(T) * 8)
95 (NUM_BITS(AtomicType) - 2)) + 11;
118 (NUM_BITS(AtomicType) - 2)) + 11;
135 (NUM_BITS(AtomicType) - 1));
145 test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2);
  /external/chromium/base/allocator/
allocator_unittests.cc 156 #define NUM_BITS(T) (sizeof(T) * 8)
169 (NUM_BITS(AtomicType) - 2)) + 11;
192 (NUM_BITS(AtomicType) - 2)) + 11;
209 AtomicType test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2);
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 76 milliseconds