Home
last modified time | relevance | path

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

/linux-4.4.14/lib/reed_solomon/
Dencode_rs.c25 uint16_t *index_of = rs->index_of; variable
Ddecode_rs.c28 uint16_t *index_of = rs->index_of; variable
/linux-4.4.14/include/linux/
Drslib.h45 uint16_t *index_of; member
/linux-4.4.14/drivers/mtd/nand/
Datmel_nand.c556 int16_t __iomem *index_of = host->pmecc_index_of; in pmecc_substitute() local
606 int16_t __iomem *index_of = host->pmecc_index_of; in pmecc_get_sigma() local
1113 int16_t *index_of, int16_t *alpha_to) in build_gf_tables()
/linux-4.4.14/arch/powerpc/kvm/
De500.h116 #define index_of(tlbsel, esel) (((tlbsel) << 16) | ((esel) & 0xFFFF)) macro