Home
last modified time | relevance | path

Searched defs:index_of (Results 1 – 6 of 6) sorted by relevance

/linux/lib/reed_solomon/
H A Dencode_rs.c18 uint16_t *index_of = rs->index_of; variable
H A Ddecode_rs.c22 uint16_t *index_of = rs->index_of; variable
[all...]
H A Dtest_rslib.c234 uint16_t *index_of = rs->index_of; in compute_syndrome() local
/linux/include/linux/
H A Drslib.h37 uint16_t *index_of; member
/linux/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c138 u16 *index_of; member
445 s16 *index_of = user->gf_tables->index_of; in atmel_pmecc_substitute() local
491 s16 *index_of = user->gf_tables->index_of; in atmel_pmecc_get_sigma() local
[all...]
/linux/arch/powerpc/kvm/
H A De500.h115 #define index_of(tlbsel, esel) (((tlbsel) << 16) | ((esel) & 0xFFFF)) macro