Searched refs:MP_PREC (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c114 #ifndef MP_PREC
116 #define MP_PREC 32 /* default digits of precision */ macro
118 #define MP_PREC 8 /* default digits of precision */ macro
380 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
386 for (i = 0; i < MP_PREC; i++) {
393 a->alloc = MP_PREC;
1271 /* ensure there are always at least MP_PREC digits extra on top */
1272 size += (MP_PREC * 2) - (size % MP_PREC);
2505 size += (MP_PREC *
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c114 #ifndef MP_PREC
116 #define MP_PREC 32 /* default digits of precision */ macro
118 #define MP_PREC 8 /* default digits of precision */ macro
380 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
386 for (i = 0; i < MP_PREC; i++) {
393 a->alloc = MP_PREC;
1271 /* ensure there are always at least MP_PREC digits extra on top */
1272 size += (MP_PREC * 2) - (size % MP_PREC);
2505 size += (MP_PREC *
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c114 #ifndef MP_PREC
116 #define MP_PREC 32 /* default digits of precision */ macro
118 #define MP_PREC 8 /* default digits of precision */ macro
380 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
386 for (i = 0; i < MP_PREC; i++) {
393 a->alloc = MP_PREC;
1271 /* ensure there are always at least MP_PREC digits extra on top */
1272 size += (MP_PREC * 2) - (size % MP_PREC);
2505 size += (MP_PREC *
[all...]

Completed in 70 milliseconds