OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_BITS
(Results
1 - 6
of
6
) sorted by null
/external/openssl/crypto/bn/
exptest.c
70
#define
NUM_BITS
(BN_BITS*2)
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/
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);
/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_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 = static_cast<uint64_t>(1) << (
NUM_BITS
(AtomicType) / 2);
/external/chromium_org/base/allocator/
allocator_unittest.cc
154
#define
NUM_BITS
(T) (sizeof(T) * 8)
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);
Completed in 7368 milliseconds