Searched refs:RK_WORD_SIZE (Results 1 – 2 of 2) sorted by relevance
18 #define RK_WORD_SIZE 32 macro123 for (b = 0; b < RK_WORD_SIZE; b++) { in rk_bn_highest_bit()129 return (int)(bn->n_words - 1) * RK_WORD_SIZE + b; in rk_bn_highest_bit()
771 #define RK_WORD_SIZE 32 macro797 for (b = 0; b < RK_WORD_SIZE; b++) { in mpa_highest_bit_index()802 return (int)(rk_mpanum_size(src) - 1) * RK_WORD_SIZE + b; in mpa_highest_bit_index()