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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/reed_solomon/
H A Dencode_rs.c25 uint16_t *index_of = rs->index_of; variable
36 fb = index_of[((((uint16_t) data[i])^invmsk) & msk) ^ par[0]];
H A Ddecode_rs.c28 uint16_t *index_of = rs->index_of; variable
61 alpha_to[rs_modnn(rs, index_of[syn[i]] +
73 alpha_to[rs_modnn(rs, index_of[syn[i]] +
84 s[i] = index_of[s[i]];
106 tmp = index_of[lambda[j - 1]];
116 b[i] = index_of[lambda[i]];
131 index_of[lambda[i]] +
135 discr_r = index_of[discr_r]; /* Index form */
159 rs_modnn(rs, index_of[lambd
[all...]
H A Dreed_solomon.c92 rs->index_of = kmalloc(sizeof(uint16_t) * (rs->nn + 1), GFP_KERNEL);
93 if (rs->index_of == NULL)
101 rs->index_of[0] = rs->nn; /* log(zero) = -inf */
106 rs->index_of[sr] = i;
116 rs->index_of[sr] = i;
139 rs->index_of[rs->genpoly[j]] + root)];
146 rs->index_of[rs->genpoly[0]] + root)];
150 rs->genpoly[i] = rs->index_of[rs->genpoly[i]];
157 kfree(rs->index_of);
178 kfree(rs->index_of);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drslib.h30 * @index_of: Antilog lookup table
45 uint16_t *index_of; member in struct:rs_control
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Drtc_from4.c362 par[5] = rs_decoder->index_of[(((uint16_t) ecc[0] >> 0) & 0x0ff) | (((uint16_t) ecc[1] << 8) & 0x300)];
363 par[4] = rs_decoder->index_of[(((uint16_t) ecc[1] >> 2) & 0x03f) | (((uint16_t) ecc[2] << 6) & 0x3c0)];
364 par[3] = rs_decoder->index_of[(((uint16_t) ecc[2] >> 4) & 0x00f) | (((uint16_t) ecc[3] << 4) & 0x3f0)];
365 par[2] = rs_decoder->index_of[(((uint16_t) ecc[3] >> 6) & 0x003) | (((uint16_t) ecc[4] << 2) & 0x3fc)];
366 par[1] = rs_decoder->index_of[(((uint16_t) ecc[5] >> 0) & 0x0ff) | (((uint16_t) ecc[6] << 8) & 0x300)];
377 syn[i] = rs_decoder->index_of[syn[i]];
H A Dcafe_nand.c402 syn[i] = cafe->rs->index_of[tmp & 0xfff];
403 syn[i+1] = cafe->rs->index_of[(tmp >> 16) & 0xfff];
H A Ddiskonchip.c167 tmp = rs->index_of[ds[j]];
175 syn[i] = rs_modnn(rs, rs->index_of[s[i]] + (NN - FCR - i));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A De500_tlb.h34 #define index_of(tlbsel, esel) (((tlbsel) << 16) | ((esel) & 0xFFFF)) macro
H A De500_tlb.c228 trace_kvm_stlb_inval(index_of(tlbsel, esel), stlbe->mas1, stlbe->mas2,
321 trace_kvm_stlb_write(index_of(tlbsel, esel), stlbe->mas1, stlbe->mas2,
664 return index_of(tlbsel, esel);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslab.c303 static __always_inline int index_of(const size_t size) function
325 #define INDEX_AC index_of(sizeof(struct arraycache_init))
326 #define INDEX_L3 index_of(sizeof(struct kmem_list3))

Completed in 79 milliseconds