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

  /external/chromium_org/third_party/openssl/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/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_org/third_party/tcmalloc/chromium/src/tests/
atomicops_unittest.cc 110 #define NUM_BITS(T) (sizeof(T) * 8)
123 (NUM_BITS(AtomicType) - 2)) + 11;
146 (NUM_BITS(AtomicType) - 2)) + 11;
163 AtomicType test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
atomicops_unittest.cc 110 #define NUM_BITS(T) (sizeof(T) * 8)
123 (NUM_BITS(AtomicType) - 2)) + 11;
146 (NUM_BITS(AtomicType) - 2)) + 11;
163 AtomicType test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2);
  /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_org/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);
  /external/chromium_org/base/allocator/
allocator_unittests.cc 155 #define NUM_BITS(T) (sizeof(T) * 8)
168 (NUM_BITS(AtomicType) - 2)) + 11;
191 (NUM_BITS(AtomicType) - 2)) + 11;
208 AtomicType test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2);
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 823 milliseconds