index_of          444 arch/powerpc/kvm/e500_mmu.c 		kvmppc_mmu_map(vcpu, eaddr, raddr, index_of(tlbsel, esel));
index_of          462 arch/powerpc/kvm/e500_mmu.c 			return index_of(tlbsel, esel);
index_of          138 drivers/mtd/nand/raw/atmel/pmecc.c 	u16 *index_of;
index_of          205 drivers/mtd/nand/raw/atmel/pmecc.c 		gf_tables->index_of[x] = i;
index_of          214 drivers/mtd/nand/raw/atmel/pmecc.c 	gf_tables->index_of[0] = 0;
index_of          243 drivers/mtd/nand/raw/atmel/pmecc.c 	gf_tables->index_of = gf_tables->alpha_to + table_size;
index_of          452 drivers/mtd/nand/raw/atmel/pmecc.c 	s16 *index_of = user->gf_tables->index_of;
index_of          480 drivers/mtd/nand/raw/atmel/pmecc.c 			tmp = index_of[si[j]];
index_of          498 drivers/mtd/nand/raw/atmel/pmecc.c 	s16 *index_of = user->gf_tables->index_of;
index_of          603 drivers/mtd/nand/raw/atmel/pmecc.c 				a = index_of[dmu[i]];
index_of          604 drivers/mtd/nand/raw/atmel/pmecc.c 				b = index_of[dmu[ro]];
index_of          605 drivers/mtd/nand/raw/atmel/pmecc.c 				c = index_of[smu[ro * num + k]];
index_of          630 drivers/mtd/nand/raw/atmel/pmecc.c 				a = index_of[smu[(i + 1) * num + k]];
index_of          632 drivers/mtd/nand/raw/atmel/pmecc.c 				c = index_of[b];
index_of          393 drivers/mtd/nand/raw/cafe_nand.c 			syn[i] = cafe->rs->codec->index_of[tmp & 0xfff];
index_of          394 drivers/mtd/nand/raw/cafe_nand.c 			syn[i+1] = cafe->rs->codec->index_of[(tmp >> 16) & 0xfff];
index_of          163 drivers/mtd/nand/raw/diskonchip.c 		tmp = cd->index_of[ds[j]];
index_of          171 drivers/mtd/nand/raw/diskonchip.c 			syn[i] = rs_modnn(cd, cd->index_of[s[i]] + (NN - FCR - i));
index_of           38 include/linux/rslib.h 	uint16_t	*index_of;
index_of           22 lib/reed_solomon/decode_rs.c 	uint16_t *index_of = rs->index_of;
index_of           72 lib/reed_solomon/decode_rs.c 					alpha_to[rs_modnn(rs, index_of[syn[i]] +
index_of           84 lib/reed_solomon/decode_rs.c 					alpha_to[rs_modnn(rs, index_of[syn[i]] +
index_of           95 lib/reed_solomon/decode_rs.c 		s[i] = index_of[s[i]];
index_of          116 lib/reed_solomon/decode_rs.c 				tmp = index_of[lambda[j - 1]];
index_of          126 lib/reed_solomon/decode_rs.c 		b[i] = index_of[lambda[i]];
index_of          141 lib/reed_solomon/decode_rs.c 							  index_of[lambda[i]] +
index_of          145 lib/reed_solomon/decode_rs.c 		discr_r = index_of[discr_r];	/* Index form */
index_of          169 lib/reed_solomon/decode_rs.c 						rs_modnn(rs, index_of[lambda[i]]
index_of          184 lib/reed_solomon/decode_rs.c 		lambda[i] = index_of[lambda[i]];
index_of          244 lib/reed_solomon/decode_rs.c 		omega[i] = index_of[tmp];
index_of          279 lib/reed_solomon/decode_rs.c 		b[j] = alpha_to[rs_modnn(rs, index_of[num1] +
index_of          280 lib/reed_solomon/decode_rs.c 					       index_of[num2] +
index_of          281 lib/reed_solomon/decode_rs.c 					       nn - index_of[den])];
index_of          296 lib/reed_solomon/decode_rs.c 			tmp ^= alpha_to[rs_modnn(rs, index_of[b[j]] + k)];
index_of           18 lib/reed_solomon/encode_rs.c 	uint16_t *index_of = rs->index_of;
index_of           29 lib/reed_solomon/encode_rs.c 		fb = index_of[((((uint16_t) data[i])^invmsk) & msk) ^ par[0]];
index_of           95 lib/reed_solomon/reed_solomon.c 	rs->index_of = kmalloc_array(rs->nn + 1, sizeof(uint16_t), gfp);
index_of           96 lib/reed_solomon/reed_solomon.c 	if (rs->index_of == NULL)
index_of          104 lib/reed_solomon/reed_solomon.c 	rs->index_of[0] = rs->nn;	/* log(zero) = -inf */
index_of          109 lib/reed_solomon/reed_solomon.c 			rs->index_of[sr] = i;
index_of          119 lib/reed_solomon/reed_solomon.c 			rs->index_of[sr] = i;
index_of          142 lib/reed_solomon/reed_solomon.c 					rs->index_of[rs->genpoly[j]] + root)];
index_of          149 lib/reed_solomon/reed_solomon.c 				rs->index_of[rs->genpoly[0]] + root)];
index_of          153 lib/reed_solomon/reed_solomon.c 		rs->genpoly[i] = rs->index_of[rs->genpoly[i]];
index_of          161 lib/reed_solomon/reed_solomon.c 	kfree(rs->index_of);
index_of          189 lib/reed_solomon/reed_solomon.c 		kfree(cd->index_of);
index_of          234 lib/reed_solomon/test_rslib.c 	uint16_t *index_of = rs->index_of;
index_of          248 lib/reed_solomon/test_rslib.c 					alpha_to[rs_modnn(rs, index_of[syn[i]]
index_of          256 lib/reed_solomon/test_rslib.c 		syn[i] = rs->index_of[syn[i]];