Searched refs:ta (Results 1 – 1 of 1) sorted by relevance
| /hal_espressif-latest/components/wpa_supplicant/src/tls/ |
| D | libtommath.h | 1634 mp_int ta, tb, tq, q; in mp_div() local 1656 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL)) != MP_OKAY) { in mp_div() 1663 if (((res = mp_abs(a, &ta)) != MP_OKAY) || in mp_div() 1671 if (mp_cmp(&tb, &ta) != MP_GT) { in mp_div() 1672 if (((res = mp_sub(&ta, &tb, &ta)) != MP_OKAY) || in mp_div() 1691 mp_exch(d, &ta); in mp_div() 1695 mp_clear_multi(&ta, &tb, &tq, &q, NULL); in mp_div()
|