Searched refs:MP_LT (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c94 #define MP_LT -1 /* less than */ macro
443 if (mp_cmp_mag (a, b) == MP_LT) {
475 if (mp_cmp_mag (a, b) != MP_LT) {
691 return MP_LT;
712 return MP_LT;
724 return MP_LT;
863 if (mp_cmp (&u, &v) != MP_LT) {
904 while (mp_cmp_d(&C, 0) == MP_LT) {
911 while (mp_cmp_mag(&C, b) != MP_LT) {
938 return MP_LT;
[all...]

Completed in 118 milliseconds