Searched refs:U64_DIV_BY_CONST_U16 (Results 1 – 7 of 7) sorted by relevance
20 return U64_DIV_BY_CONST_U16(val, divBy_); in cpuMathU64DivByU16()
20 #define U64_DIV_BY_CONST_U16(u64, u16) \ macro
279 …return (time_s * NS_PER_S) + U64_DIV_BY_CONST_U16(((RTC_PREDIV_S - ssr) * NS_PER_S), (RTC_PREDIV_S… in rtcGetTime()
74 uint64_t t = U64_DIV_BY_CONST_U16(data->number, 10); in StrPrvPrintfEx_number()
400 interval_us = U64_DIV_BY_CONST_U16(interval, 1000); in osChreSensorConfigure()
1999 (uint32_t) U64_DIV_BY_CONST_U16((ap - mApHubSyncDebug.apFirst), 1000u); in syncDebugAdd()2001 (uint32_t) U64_DIV_BY_CONST_U16((hub - mApHubSyncDebug.hubFirst), 1000u); in syncDebugAdd()
2627 …limit_ns = U64_DIV_BY_CONST_U16((data_timestamp - T(last_sync_data_ts)) * 10, 1000); // 1% (100ms…2628 …adjust_ns = U64_DIV_BY_CONST_U16((data_timestamp - T(last_sync_data_ts)) * 1, 10000); // 0.01% (10…