OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_cmp
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/tls/
bignum.c
117
return
mp_cmp
((mp_int *) a, (mp_int *) b);
libtommath.c
686
static int
mp_cmp
(mp_int * a, mp_int * b)
function
863
if (
mp_cmp
(&u, &v) != MP_LT) {
[
all
...]
Completed in 30 milliseconds