Searched refs:prod_high (Results 1 - 3 of 3) sorted by last modified time

/linux-master/lib/crypto/mpi/
H A Dgeneric_mpih-mul2.c25 mpi_limb_t prod_high, prod_low; local
36 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb);
39 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high;
H A Dgeneric_mpih-mul3.c25 mpi_limb_t prod_high, prod_low; local
36 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb);
39 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high;
H A Dgeneric_mpih-mul1.c25 mpi_limb_t prod_high, prod_low; local
37 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb);
39 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high;

Completed in 158 milliseconds