Home
last modified time | relevance | path

Searched refs:no_eras (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/reed_solomon/
H A Ddecode_rs.c109 if (no_eras > 0) {
113 for (i = 1; i < no_eras; i++) {
132 r = no_eras;
133 el = no_eras;
161 if (2 * el <= r + no_eras - 1) {
162 el = r + no_eras - el;
H A Dreed_solomon.c362 uint16_t *s, int no_eras, int *eras_pos, uint16_t invmsk, in decode_rs8() argument
413 uint16_t *s, int no_eras, int *eras_pos, uint16_t invmsk, in decode_rs16() argument
/openbmc/linux/include/linux/
H A Drslib.h67 uint16_t *s, int no_eras, int *eras_pos, uint16_t invmsk,
78 uint16_t *s, int no_eras, int *eras_pos, uint16_t invmsk,