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

  /external/dropbear/libtommath/mtest/
mpi.h 17 #define MP_LT -1
mpi.c 85 #define MP_LT -1
    [all...]
  /external/dropbear/libtommath/
tommath.h 135 #define MP_LT -1 /* less than */
  /external/wpa_supplicant_8/src/tls/
libtommath.c 94 #define MP_LT -1 /* less than */
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 93 milliseconds