Lines Matching refs:res_tab
5861 mp_digit res_tab[PRIME_SIZE], step, kstep;5932 if ((err = mp_mod_d(a, ltm_prime_tab[x], res_tab + x)) != MP_OKAY) {5955 res_tab[x] += kstep;5958 if (res_tab[x] >= ltm_prime_tab[x]) {5959 res_tab[x] -= ltm_prime_tab[x];5963 if (res_tab[x] == 0) {