Searched refs:MP_DIGIT_BIT (Results 1 – 3 of 3) sorted by relevance
108 bitcnt = (int) MP_DIGIT_BIT; in ltc_ecc_mulmod()113 i = (int)((buf >> (MP_DIGIT_BIT - 1)) & 1); in ltc_ecc_mulmod()
437 #ifndef MP_DIGIT_BIT438 #define MP_DIGIT_BIT DIGIT_BIT macro444 (int)MP_DIGIT_BIT,
150 #define MP_DIGIT_BIT ltc_mp.bits_per_digit macro
Completed in 5 milliseconds