Searched refs:getLog2 (Results 1 – 5 of 5) sorted by relevance
/external/scudo/standalone/ |
D | release.h | 64 CounterSizeBitsLog = getLog2(CounterSizeBits); in PackedCounterArray() 69 PackingRatioLog = getLog2(PackingRatio); in PackedCounterArray() 146 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in FreePagesRangeTracker() 230 const uptr PageSizeLog = getLog2(PageSize); in releaseFreeMemoryToOS()
|
D | common.h | 73 inline uptr getLog2(uptr X) { in getLog2() function
|
/external/aac/libSBRdec/src/ |
D | HFgen_preFlat.cpp | 135 const UCHAR getLog2[32] = {0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, variable 731 int sum_saftey = getLog2[numBands - 1]; in polyfit() 811 x_sf = getLog2[x_int]; in polyval()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorFFT.h | 223 const Index log_len = is_power_of_two ? getLog2(line_len) : getLog2(good_composite); 311 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE static Index getLog2(Index m) {
|
/external/scudo/standalone/tests/ |
D | release_test.cpp | 63 : PageSizeScaledLog(scudo::getLog2(scudo::getPageSizeCached())) {} in StringRangeRecorder()
|