Home
last modified time | relevance | path

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

/linux-4.1.27/lib/reed_solomon/
Ddecode_rs.c99 if (no_eras > 0) {
103 for (i = 1; i < no_eras; i++) {
122 r = no_eras;
123 el = no_eras;
151 if (2 * el <= r + no_eras - 1) {
152 el = r + no_eras - el;
Dreed_solomon.c325 uint16_t *s, int no_eras, int *eras_pos, uint16_t invmsk, in decode_rs8() argument
369 uint16_t *s, int no_eras, int *eras_pos, uint16_t invmsk, in decode_rs16() argument
/linux-4.1.27/include/linux/
Drslib.h64 uint16_t *s, int no_eras, int *eras_pos, uint16_t invmsk,
75 uint16_t *s, int no_eras, int *eras_pos, uint16_t invmsk,