OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_cmp_d
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/tls/
bignum.c
129
return
mp_cmp_d
((mp_int *) a, b);
libtommath.c
708
static int
mp_cmp_d
(mp_int * a, mp_digit b)
function
898
if (
mp_cmp_d
(&v, 1) != MP_EQ) {
904
while (
mp_cmp_d
(&C, 0) == MP_LT) {
[
all
...]
Completed in 31 milliseconds