mod_shift_cnt      34 lib/mpi/mpi-pow.c 	int mod_shift_cnt;
mod_shift_cnt      73 lib/mpi/mpi-pow.c 	mod_shift_cnt = count_leading_zeros(mod->d[msize - 1]);
mod_shift_cnt      74 lib/mpi/mpi-pow.c 	if (mod_shift_cnt)
mod_shift_cnt      75 lib/mpi/mpi-pow.c 		mpihelp_lshift(mp, mod->d, msize, mod_shift_cnt);
mod_shift_cnt     261 lib/mpi/mpi-pow.c 		if (mod_shift_cnt) {
mod_shift_cnt     263 lib/mpi/mpi-pow.c 			    mpihelp_lshift(res->d, rp, rsize, mod_shift_cnt);
mod_shift_cnt     280 lib/mpi/mpi-pow.c 		if (mod_shift_cnt)
mod_shift_cnt     281 lib/mpi/mpi-pow.c 			mpihelp_rshift(rp, rp, rsize, mod_shift_cnt);
mod_shift_cnt     286 lib/mpi/mpi-pow.c 		if (mod_shift_cnt)
mod_shift_cnt     287 lib/mpi/mpi-pow.c 			mpihelp_rshift(mp, mp, msize, mod_shift_cnt);