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

/external/wpa_supplicant_8/hostapd/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...]
/external/wpa_supplicant_8/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...]
/external/wpa_supplicant_8/wpa_supplicant/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 137 milliseconds