Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/test/
H A DREADME13 ./ltest.pl band 800 200 >A
14 ./ltest.pl filter 600-1000 >B
25 ./ltest.pl -l resample >A
26 ./ltest.pl -l resample -qs 0.80 0 >B
46 About ltest:
55 What ltest does:
92 That's pretty much it... the ltest perl-script glues it together and outputs
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dpci_hotplug_core.c207 unsigned long ltest; in test_write_file() local
211 ltest = simple_strtoul(buf, NULL, 10); in test_write_file()
212 test = (u32)(ltest & 0xffffffff); in test_write_file()