Home
last modified time | relevance | path

Searched defs:log2 (Results 1 – 2 of 2) sorted by relevance

/system/core/metricsd/uploader/
Dmetrics_log_base_unittest.cc50 MetricsLogBase log2("id", 0, MetricsLogBase::INITIAL_STABILITY_LOG, "1.2.3"); in TEST() local
/system/core/libmemunreachable/
DAllocator.cpp107 static inline unsigned int log2(size_t n) { in log2() function