Searched refs:sdiv_qrnnd (Results 1 - 1 of 1) sorted by path

/linux-master/lib/crypto/mpi/
H A Dlonglong.h65 * 4) sdiv_qrnnd(quotient, remainder, high_numerator, low_numerator,
379 #define sdiv_qrnnd(q, r, n1, n0, d) \ macro
549 #define sdiv_qrnnd(q, r, n1, n0, d) \ macro
827 #define sdiv_qrnnd(q, r, nh, nl, d) \ macro
1177 #define sdiv_qrnnd(q, r, n1, n0, d) \ macro
1342 /* If the processor has no udiv_qrnnd but sdiv_qrnnd, go through
1344 #if !defined(udiv_qrnnd) && defined(sdiv_qrnnd)

Completed in 229 milliseconds