Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dmacros.h36 #define MSEC_TO_NANOS(x) (static_cast<uint64_t>(x * UINT64_C(1000000))) macro
38 #define MSEC_TO_NANOS(x) ((uint64_t)(x * UINT64_C(1000000))) // NOLINT macro