Home
last modified time | relevance | path

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

/linux-5.19.10/lib/reed_solomon/
Dtest_rslib.c36 struct etab { struct
46 static struct etab Tab[] = { argument
442 static int run_exercise(struct etab *e) in run_exercise()
/linux-5.19.10/drivers/isdn/mISDN/
Ddsp_audio.c91 static short etab[] = {0, 132, 396, 924, 1980, 4092, 8316, 16764}; in ulaw2linear() local
97 y += etab[e]; in ulaw2linear()