Searched refs:NUM_BITS (Results 1 - 7 of 7) sorted by relevance

/external/openssl/crypto/bn/
H A Dexptest.c70 #define NUM_BITS (BN_BITS*2) macro
147 BN_rand(a,NUM_BITS+c,0,0);
151 BN_rand(b,NUM_BITS+c,0,0);
155 BN_rand(m,NUM_BITS+c,0,1);
/external/chromium_org/v8/test/cctest/
H A Dtest-atomicops.cc40 #define NUM_BITS(T) (sizeof(T) * 8) macro
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);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Datomicops_unittest.cc110 #define NUM_BITS(T) (sizeof(T) * 8) macro
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/
H A Datomicops_unittest.cc110 #define NUM_BITS(T) (sizeof(T) * 8) macro
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/base/
H A Datomicops_unittest.cc82 #define NUM_BITS(T) (sizeof(T) * 8) macro
95 (NUM_BITS(AtomicType) - 2)) + 11;
118 (NUM_BITS(AtomicType) - 2)) + 11;
135 (NUM_BITS(AtomicType) - 1));
145 test_val = static_cast<uint64_t>(1) << (NUM_BITS(AtomicType) / 2);
/external/chromium_org/base/allocator/
H A Dallocator_unittest.cc154 #define NUM_BITS(T) (sizeof(T) * 8) macro
167 (NUM_BITS(AtomicType) - 2)) + 11;
190 (NUM_BITS(AtomicType) - 2)) + 11;
207 AtomicType test_val = static_cast<uint64_t>(1) << (NUM_BITS(AtomicType) / 2);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 433 milliseconds