Searched refs:MP_DIGIT_BIT (Results 1 – 3 of 3) sorted by relevance
101 bitcnt = (int) MP_DIGIT_BIT; in ltc_ecc_mulmod()106 i = (int)((buf >> (MP_DIGIT_BIT - 1)) & 1); in ltc_ecc_mulmod()
466 #ifndef MP_DIGIT_BIT467 #define MP_DIGIT_BIT DIGIT_BIT macro473 (int)MP_DIGIT_BIT,
163 #define MP_DIGIT_BIT ltc_mp.bits_per_digit macro
Completed in 6 milliseconds