OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RESAMP_STEP
usr.bin/aucat/dsp.c
126
const int resamp_filt[RESAMP_LENGTH / RESAMP_STEP + 1] = {
usr.bin/aucat/dsp.c
435
qf = q & (RESAMP_STEP - 1);
usr.bin/sndiod/dsp.c
366
qf = q & (RESAMP_STEP - 1);
usr.bin/sndiod/dsp.c
57
const int resamp_filt[RESAMP_LENGTH / RESAMP_STEP + 1] = {