Home
last modified time | relevance | path

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

/linux/lib/reed_solomon/
H A Dtest_rslib.c81 int *errlocs; member
103 kfree(ws->errlocs); in free_ws()
127 ws->errlocs = kmalloc_array(nn + nroots, sizeof(int), GFP_KERNEL); in alloc_ws()
128 if (!ws->errlocs) in alloc_ws()
131 ws->derrlocs = ws->errlocs + nn; in alloc_ws()
143 * stored in derrlocs, while errlocs has one of three values in every position:
156 int *errlocs = ws->errlocs; in get_rcw_we() local
174 memset(errlocs, 0, len * sizeof(*errlocs)); in get_rcw_we()
221 fix_err(uint16_t * data,int nerrs,uint16_t * corr,int * errlocs) fix_err() argument
266 int *errlocs = ws->errlocs; test_uc() local
[all...]