Searched defs:NUM_BITS (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/bn/
H A Dexptest.c70 #define NUM_BITS (BN_BITS*2) macro
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/
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 = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2);
/external/chromium/base/allocator/
H A Dallocator_unittests.cc156 #define NUM_BITS(T) (sizeof(T) * 8) macro
169 (NUM_BITS(AtomicType) - 2)) + 11;
192 (NUM_BITS(AtomicType) - 2)) + 11;
209 AtomicType test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2);

Completed in 264 milliseconds