HomeSort by relevance Sort by last modified time
    Searched defs:MP_EQ (Results 1 - 5 of 5) sorted by null

  /external/dropbear/libtommath/mtest/
mpi.h 18 #define MP_EQ 0
mpi.c 86 #define MP_EQ 0
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/
tommath.h 136 #define MP_EQ 0 /* equal to */
  /external/wpa_supplicant/
libtommath.c 61 #define MP_EQ 0 /* equal to */
666 return MP_EQ;
835 if (mp_cmp_d (&v, 1) != MP_EQ) {
893 return MP_EQ;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 84 #define MP_EQ 0 /* equal to */
710 return MP_EQ;
882 if (mp_cmp_d (&v, 1) != MP_EQ) {
941 return MP_EQ;
    [all...]

Completed in 143 milliseconds