Home
last modified time | relevance | path

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

/linux/lib/crypto/mpi/
H A Dmpih-div.c23 #ifndef UDIV_TIME
24 #define UDIV_TIME UMUL_TIME macro
48 if (UDIV_TIME > (2 * UMUL_TIME + 6) in mpihelp_mod_1()
49 && (UDIV_TIME - (2 * UMUL_TIME + 6)) * dividend_size > UDIV_TIME) { in mpihelp_mod_1()
398 if (UDIV_TIME > (2 * UMUL_TIME + 6) in mpihelp_divmod_1()
399 && (UDIV_TIME - (2 * UMUL_TIME + 6)) * dividend_size > UDIV_TIME) { in mpihelp_divmod_1()