OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kFastlogNumBits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
sampler.h
135
static const int
kFastlogNumBits
= 10;
136
static const int kFastlogMask = (1 <<
kFastlogNumBits
) - 1;
137
static double log_table_[1<<
kFastlogNumBits
]; // Constant
172
const uint32_t y = x_high >> (20 -
kFastlogNumBits
) & kFastlogMask;
/external/chromium_org/third_party/tcmalloc/vendor/src/
sampler.h
135
static const int
kFastlogNumBits
= 10;
136
static const int kFastlogMask = (1 <<
kFastlogNumBits
) - 1;
137
static double log_table_[1<<
kFastlogNumBits
]; // Constant
172
const uint32_t y = x_high >> (20 -
kFastlogNumBits
) & kFastlogMask;
Completed in 132 milliseconds