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

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c123 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1)) macro
514 * have less than MP_WARRAY digits and the number of
520 if ((digs < MP_WARRAY) &&
2131 if ((a->used * 2 + 1) < MP_WARRAY &&
2352 if (((digs) < MP_WARRAY) &&
2430 mp_digit W[MP_WARRAY];
2604 if (((a->used + b->used + 1) < MP_WARRAY)
2704 mp_word W[MP_WARRAY];
3027 if (((P->used * 2 + 1) < MP_WARRAY) &&
3261 mp_digit W[MP_WARRAY], *tmp
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c123 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1)) macro
514 * have less than MP_WARRAY digits and the number of
520 if ((digs < MP_WARRAY) &&
2131 if ((a->used * 2 + 1) < MP_WARRAY &&
2352 if (((digs) < MP_WARRAY) &&
2430 mp_digit W[MP_WARRAY];
2604 if (((a->used + b->used + 1) < MP_WARRAY)
2704 mp_word W[MP_WARRAY];
3027 if (((P->used * 2 + 1) < MP_WARRAY) &&
3261 mp_digit W[MP_WARRAY], *tmp
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c123 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1)) macro
514 * have less than MP_WARRAY digits and the number of
520 if ((digs < MP_WARRAY) &&
2131 if ((a->used * 2 + 1) < MP_WARRAY &&
2352 if (((digs) < MP_WARRAY) &&
2430 mp_digit W[MP_WARRAY];
2604 if (((a->used + b->used + 1) < MP_WARRAY)
2704 mp_word W[MP_WARRAY];
3027 if (((P->used * 2 + 1) < MP_WARRAY) &&
3261 mp_digit W[MP_WARRAY], *tmp
[all...]

Completed in 99 milliseconds