Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/common/
Dos_cpu_armv7_m_external.h68 extern U64 OsU64DivGetQuotient(U64 dividend, U64 divisor);
70 #define DIV64(a, b) OsU64DivGetQuotient((a), (b))
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
Dprt_div64.c79 OS_SEC_TEXT U64 OsU64DivGetQuotient(U64 dividend, U64 divisor) in OsU64DivGetQuotient() function