Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/cpu/cortexm4f/
DcpuMath.c20 return U64_DIV_BY_CONST_U16(val, divBy_); in cpuMathU64DivByU16()
/device/google/contexthub/firmware/inc/cpu/cortexm4f/
DcpuMath.h20 #define U64_DIV_BY_CONST_U16(u64, u16) \ macro
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Drtc.c289 …return (time_s * NS_PER_S) + U64_DIV_BY_CONST_U16(((RTC_PREDIV_S - ssr) * NS_PER_S), (RTC_PREDIV_S… in rtcGetTime()
/device/google/contexthub/firmware/src/
Dprintf.c48 uint64_t t = U64_DIV_BY_CONST_U16(number, 10); in StrPrvPrintfEx_number()