Searched refs:OsU64DivGetQuotient (Results 1 – 2 of 2) sorted by relevance
68 extern U64 OsU64DivGetQuotient(U64 dividend, U64 divisor);70 #define DIV64(a, b) OsU64DivGetQuotient((a), (b))
79 OS_SEC_TEXT U64 OsU64DivGetQuotient(U64 dividend, U64 divisor) in OsU64DivGetQuotient() function