OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/
libtommath.c
60
#define
MP_LT
-1 /* less than */
390
if (mp_cmp_mag (a, b) ==
MP_LT
) {
422
if (mp_cmp_mag (a, b) !=
MP_LT
) {
631
return
MP_LT
;
652
return
MP_LT
;
664
return
MP_LT
;
800
if (mp_cmp (&u, &v) !=
MP_LT
) {
841
while (mp_cmp_d(&C, 0) ==
MP_LT
) {
848
while (mp_cmp_mag(&C, b) !=
MP_LT
) {
874
return
MP_LT
;
[
all
...]
/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
...]
Completed in 1083 milliseconds