HomeSort by relevance Sort by last modified time
    Searched defs:MP_LT (Results 1 - 5 of 5) 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_6/wpa_supplicant/src/tls/
libtommath.c 83 #define MP_LT -1 /* less than */
430 if (mp_cmp_mag (a, b) == MP_LT) {
462 if (mp_cmp_mag (a, b) != MP_LT) {
675 return MP_LT;
696 return MP_LT;
708 return MP_LT;
847 if (mp_cmp (&u, &v) != MP_LT) {
888 while (mp_cmp_d(&C, 0) == MP_LT) {
895 while (mp_cmp_mag(&C, b) != MP_LT) {
922 return MP_LT;
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 83 #define MP_LT -1 /* less than */
430 if (mp_cmp_mag (a, b) == MP_LT) {
462 if (mp_cmp_mag (a, b) != MP_LT) {
675 return MP_LT;
696 return MP_LT;
708 return MP_LT;
847 if (mp_cmp (&u, &v) != MP_LT) {
888 while (mp_cmp_d(&C, 0) == MP_LT) {
895 while (mp_cmp_mag(&C, b) != MP_LT) {
922 return MP_LT;
    [all...]

Completed in 367 milliseconds