Searched refs:modnn (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddocecc.c74 modnn(int x) function
223 s[i] ^= Alpha_to[modnn(tmp + (B0+i-1)*PRIM*j)];
232 tmp = modnn(tmp + 2 * KK * (B0+i-1)*PRIM);
241 lambda[1] = Alpha_to[modnn(PRIM * eras_pos[0])];
243 u = modnn(PRIM*eras_pos[i]);
247 lambda[j] ^= Alpha_to[modnn(u + tmp)];
258 for (i = 1,k=NN-Ldec; i <= NN; i++,k = modnn(NN+k-Ldec)) {
262 reg[j] = modnn(reg[j] + j);
299 discr_r ^= Alpha_to[modnn(Index_of[lambda[i]] + s[r - i])];
312 t[i+1] = lambda[i+1] ^ Alpha_to[modnn(discr_
[all...]

Completed in 41 milliseconds