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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Ddocecc.c70 modnn(int x) function
219 s[i] ^= Alpha_to[modnn(tmp + (B0+i-1)*PRIM*j)];
228 tmp = modnn(tmp + 2 * KK * (B0+i-1)*PRIM);
237 lambda[1] = Alpha_to[modnn(PRIM * eras_pos[0])];
239 u = modnn(PRIM*eras_pos[i]);
243 lambda[j] ^= Alpha_to[modnn(u + tmp)];
254 for (i = 1,k=NN-Ldec; i <= NN; i++,k = modnn(NN+k-Ldec)) {
258 reg[j] = modnn(reg[j] + j);
295 discr_r ^= Alpha_to[modnn(Index_of[lambda[i]] + s[r - i])];
308 t[i+1] = lambda[i+1] ^ Alpha_to[modnn(discr_
[all...]

Completed in 369 milliseconds