Searched refs:UINT64_C (Results 1 – 22 of 22) sorted by relevance
36 #define MSEC_TO_NANOS(x) (static_cast<uint64_t>(x * UINT64_C(1000000)))38 #define MSEC_TO_NANOS(x) ((uint64_t)(x * UINT64_C(1000000))) // NOLINT41 #define SEC_TO_NANOS(x) MSEC_TO_NANOS(x * UINT64_C(1000))42 #define MIN_TO_NANOS(x) SEC_TO_NANOS (x * UINT64_C(60))43 #define HRS_TO_NANOS(x) MIN_TO_NANOS (x * UINT64_C(60))44 #define DAYS_TO_NANOS(x) HRS_TO_NANOS (x * UINT64_C(24))
31 #define NANOHUB_VENDOR_GOOGLE UINT64_C(0x476F6F676C) // "Googl"32 #define NANOHUB_VENDOR_STMICRO UINT64_C(0x53544d6963) // "STMic"33 #define NANOHUB_VENDOR_INVENSENSE UINT64_C(0x496E76656E) // "Inven"42 #define APP_ID_ANY UINT64_C(0xFFFFFFFFFFFFFFFF)43 #define APP_VENDOR_ANY UINT64_C(0xFFFFFFFFFF)
79 len = end - start + UINT64_C(1); in mpuRegionCfg()83 proposedStart = start &~ ((UINT64_C(1) << lenVal) - 1); in mpuRegionCfg()87 …lenVal = (proposedLen & (proposedLen - UINT64_C(1))) ? 64 - __builtin_clzll(proposedLen) : 63 - __… in mpuRegionCfg()89 } while (proposedStart & ((UINT64_C(1) << lenVal) - UINT64_C(1))); in mpuRegionCfg()
28 #define NS_PER_S UINT64_C(1000000000)105 #define RTC_DIV2_PERIOD_NS UINT64_C(61035)106 #define RTC_DIV4_PERIOD_NS UINT64_C(122070)107 #define RTC_DIV8_PERIOD_NS UINT64_C(244141)108 #define RTC_DIV16_PERIOD_NS UINT64_C(488281)
51 #define UINT64_C(c) (c ## ULL) macro54 #define UINTMAX_C(c) UINT64_C(c)
78 #define REP_C UINT64_C152 #define Word_LoMask UINT64_C(0x00000000ffffffff)153 #define Word_HiMask UINT64_C(0xffffffff00000000)154 #define Word_FullMask UINT64_C(0xffffffffffffffff)
56 #define UINT64_C(c) c ## ULL macro
57 #define UINT64_C(c) c ## UL macro
67 #define SENSOR_LATENCY_INVALID UINT64_C(0xFFFFFFFFFFFFFFFF)
94 #define KEY_SEQ_ID_ANY UINT64_C(0xFFFFFF)95 #define HW_ID_ANY UINT64_C(0xFFFFFF)
23 #define S_IN_NS(s) (UINT64_C(1000000000)*(s))
38 static const uint64_t kOneSecond = UINT64_C(1000000000); // in nanoseconds
39 static const uint64_t kOneSecond = UINT64_C(1000000000); // in nanoseconds
268 #define UINT64_C(c) __UINT64_C(c) macro
217 change.status.interval = (UINT32_C(1024000000) / msg->newRate) * UINT64_C(1000); in chreappProcessConfigEvt()
310 info->minInterval = (UINT32_C(1024000000) / max) * UINT64_C(1000); in osChreSensorGetInfo()354 status->interval = (UINT32_C(1024000000) / rate) * UINT64_C(1000); in osChreSensorGetSamplingStatus()
48 static constexpr uint64_t ALL_APPS = UINT64_C(0xFFFFFFFFFFFFFFFF);