Home
last modified time | relevance | path

Searched refs:n2 (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/tls/
Dlibtommath.c1604 int res, n, n2; in mp_div() local
1654 n2 = (a->sign == b->sign ? MP_ZPOS : MP_NEG); in mp_div()
1657 c->sign = (mp_iszero(c) == MP_YES) ? MP_ZPOS : n2; in mp_div()