Searched refs:xstride (Results 1 – 1 of 1) sorted by relevance
564 int xstride = 1 << (window - 2); in MOD_EXP_CTIME_COPY_FROM_PREBUF() local568 idx &= xstride - 1; /* equivalent of idx % xstride */ in MOD_EXP_CTIME_COPY_FROM_PREBUF()578 for (j = 0; j < xstride; j++) { in MOD_EXP_CTIME_COPY_FROM_PREBUF()579 acc |= ( (table[j + 0 * xstride] & y0) | in MOD_EXP_CTIME_COPY_FROM_PREBUF()580 (table[j + 1 * xstride] & y1) | in MOD_EXP_CTIME_COPY_FROM_PREBUF()581 (table[j + 2 * xstride] & y2) | in MOD_EXP_CTIME_COPY_FROM_PREBUF()582 (table[j + 3 * xstride] & y3) ) in MOD_EXP_CTIME_COPY_FROM_PREBUF()