Home
last modified time | relevance | path

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

/linux-3.4.99/lib/reed_solomon/
Ddecode_rs.c34 uint16_t lambda[nroots + 1], syn[nroots]; variable
96 memset(&lambda[1], 0, nroots * sizeof(lambda[0]));
97 lambda[0] = 1;
101 lambda[1] = alpha_to[rs_modnn(rs,
106 tmp = index_of[lambda[j - 1]];
108 lambda[j] ^=
116 b[i] = index_of[lambda[i]];
128 if ((lambda[i] != 0) && (s[r - i - 1] != nn)) {
131 index_of[lambda[i]] +
142 t[0] = lambda[0];
[all …]
/linux-3.4.99/drivers/mtd/devices/
Ddocecc.c192 gf lambda[NN-KK + 1], s[NN-KK + 1]; /* Err+Eras Locator poly in eras_dec_rs() local
232 CLEAR(&lambda[1],NN-KK); in eras_dec_rs()
233 lambda[0] = 1; in eras_dec_rs()
237 lambda[1] = Alpha_to[modnn(PRIM * eras_pos[0])]; in eras_dec_rs()
241 tmp = Index_of[lambda[j - 1]]; in eras_dec_rs()
243 lambda[j] ^= Alpha_to[modnn(u + tmp)]; in eras_dec_rs()
252 reg[i] = Index_of[lambda[i]]; in eras_dec_rs()
282 b[i] = Index_of[lambda[i]]; in eras_dec_rs()
294 if ((lambda[i] != 0) && (s[r - i] != A0)) { in eras_dec_rs()
295 discr_r ^= Alpha_to[modnn(Index_of[lambda[i]] + s[r - i])]; in eras_dec_rs()
[all …]
/linux-3.4.99/drivers/staging/media/go7007/
Dgo7007-fw.c940 int lambda = (go->format == GO7007_FORMAT_MJPEG || go->dvd_mode) ? in brctrl_to_package() local
969 0xBF22, go->ipb ? LAMBDA_table[0][lambda / 2 + 50] in brctrl_to_package()
971 0xBF23, go->ipb ? LAMBDA_table[1][lambda] : 32767, in brctrl_to_package()
973 0xBF25, lambda > 99 ? 32767 : LAMBDA_table[3][lambda], in brctrl_to_package()
/linux-3.4.99/sound/soc/codecs/
Dwm2200.c1647 u16 lambda; member
1722 fll_div->lambda = 0; in fll_factors()
1728 fll_div->lambda = (fratio * Fref) / gcd_fll; in fll_factors()
1732 fll_div->n, fll_div->theta, fll_div->lambda); in fll_factors()
1805 WM2200_FLL_LAMBDA_MASK, factors.lambda); in wm2200_set_fll()
Dwm8962.c2683 u16 lambda; member
2762 fll_div->lambda = 0; in fll_factors()
2768 fll_div->lambda = (fratio * Fref) / gcd_fll; in fll_factors()
2772 fll_div->n, fll_div->theta, fll_div->lambda); in fll_factors()
2832 if (fll_div.theta || fll_div.lambda) in wm8962_set_fll()
2848 snd_soc_write(codec, WM8962_FLL_CONTROL_7, fll_div.lambda); in wm8962_set_fll()
Dwm8996.c2079 u16 lambda; member
2164 fll_div->lambda = 0; in fll_factors()
2170 fll_div->lambda = (fratio * Fref) / gcd_fll; in fll_factors()
2174 fll_div->n, fll_div->theta, fll_div->lambda); in fll_factors()
2240 if (fll_div.theta || fll_div.lambda) in wm8996_set_fll()
2259 snd_soc_write(codec, WM8996_FLL_EFS_1, fll_div.lambda); in wm8996_set_fll()
Dwm5100.c1669 u16 lambda; member
1744 fll_div->lambda = 0; in fll_factors()
1750 fll_div->lambda = (fratio * Fref) / gcd_fll; in fll_factors()
1754 fll_div->n, fll_div->theta, fll_div->lambda); in fll_factors()
1830 factors.lambda); in wm5100_set_fll()
/linux-3.4.99/Documentation/
DCodingStyle485 (lambda ()
495 (lambda ()
/linux-3.4.99/tools/perf/Documentation/
Dperf-script-python.txt311 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \