Searched defs:MP_EQ (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtommath/mtest/
H A Dmpi.h18 #define MP_EQ 0 macro
H A Dmpi.c86 #define MP_EQ 0 macro
706 if(s_mp_cmp_d(q, 0) == MP_EQ)
844 if(s_mp_cmp_d(b, 0) == MP_EQ)
1070 if(sgn == MP_ZPOS || s_mp_cmp_d(c, 0) == MP_EQ)
1151 if(mp_cmp_z(b) == MP_EQ)
1203 if(s_mp_cmp_d(&qtmp, 0) == MP_EQ)
1205 if(s_mp_cmp_d(&rtmp, 0) == MP_EQ)
1467 if(mp_cmp_d(a, 0) == MP_EQ || mp_cmp_d(a, 1) == MP_EQ)
1495 if(mp_cmp_z(&t) == MP_EQ)
[all...]
/external/dropbear/libtommath/
H A Dtommath.h136 #define MP_EQ 0 /* equal to */ macro
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c84 #define MP_EQ 0 /* equal to */ macro
710 return MP_EQ;
882 if (mp_cmp_d (&v, 1) != MP_EQ) {
941 return MP_EQ;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c92 #define MP_EQ 0 /* equal to */ macro
718 return MP_EQ;
890 if (mp_cmp_d (&v, 1) != MP_EQ) {
949 return MP_EQ;
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c92 #define MP_EQ 0 /* equal to */ macro
718 return MP_EQ;
890 if (mp_cmp_d (&v, 1) != MP_EQ) {
949 return MP_EQ;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c92 #define MP_EQ 0 /* equal to */ macro
718 return MP_EQ;
890 if (mp_cmp_d (&v, 1) != MP_EQ) {
949 return MP_EQ;

Completed in 138 milliseconds