Home
last modified time | relevance | path

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

/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/common/math/
Dmacros.h45 #define SEC_TO_NANOS(x) MSEC_TO_NANOS((x) * UINT64_C(1000)) macro
46 #define MIN_TO_NANOS(x) SEC_TO_NANOS((x) * UINT64_C(60))
53 (SEC_TO_NANOS(1024) / (static_cast<uint64_t>((hz) * 1024)))
56 (SEC_TO_NANOS(1024) / ((uint64_t)((hz) * 1024))) // NOLINT