Searched refs:ret_word (Results 1 – 1 of 1) sorted by relevance
1532 BN_ULONG b_word, ret_word; in file_quotient() local1563 ret_word = BN_div_word(ret, b_word); in file_quotient()1564 if (ret_word != remainder_word) { in file_quotient()1568 ret_word, remainder_word); in file_quotient()1577 ret_word = BN_mod_word(a, b_word); in file_quotient()1578 if (ret_word != remainder_word) { in file_quotient()1582 ret_word, remainder_word); in file_quotient()
Completed in 9 milliseconds