Home
last modified time | relevance | path

Searched defs:sgn (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/dvb-frontends/
H A Dlg2160.c560 static int lg216x_get_sgn(struct lg216x_state *state, u8 *sgn) in lg216x_get_sgn()
/linux/lib/
H A Dtest_bpf.c846 static const int sgn[][2] = {{1, 1}, {1, -1}, {-1, 1}, {-1, -1}}; in __bpf_fill_pattern() local