Searched refs:dif (Results 1 – 1 of 1) sorted by relevance
78 int max, min, dif; in BN_uadd() local94 dif = max - min; in BN_uadd()109 while (dif) { in BN_uadd()110 dif--; in BN_uadd()127 int max, min, dif; in BN_usub() local136 dif = max - min; in BN_usub()138 if (dif < 0) { /* hmm... should not be happening */ in BN_usub()154 while (dif) { in BN_usub()155 dif--; in BN_usub()
Completed in 4 milliseconds