Searched refs:xstride (Results 1 – 1 of 1) sorted by relevance
561 int xstride = 1 << (window - 2); in MOD_EXP_CTIME_COPY_FROM_PREBUF() local565 idx &= xstride - 1; /* equivalent of idx % xstride */ in MOD_EXP_CTIME_COPY_FROM_PREBUF()575 for (j = 0; j < xstride; j++) { in MOD_EXP_CTIME_COPY_FROM_PREBUF()576 …acc |= ((table[j + 0 * xstride] & y0) | (table[j + 1 * xstride] & y1) | (table[j + 2 * xstride] & … in MOD_EXP_CTIME_COPY_FROM_PREBUF()