Home
last modified time | relevance | path

Searched refs:getLog2 (Results 1 – 5 of 5) sorted by relevance

/external/scudo/standalone/
Drelease.h64 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()
Dcommon.h73 inline uptr getLog2(uptr X) { in getLog2() function
/external/aac/libSBRdec/src/
DHFgen_preFlat.cpp135 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/
DTensorFFT.h223 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/
Drelease_test.cpp63 : PageSizeScaledLog(scudo::getLog2(scudo::getPageSizeCached())) {} in StringRangeRecorder()