Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/include/linux/
Drslib.h45 uint16_t *index_of; member
/linux-2.6.39/arch/powerpc/kvm/
De500_tlb.h34 #define index_of(tlbsel, esel) (((tlbsel) << 16) | ((esel) & 0xFFFF)) macro
/linux-2.6.39/mm/
Dslab.c306 static __always_inline int index_of(const size_t size) in index_of() function