Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/macppc/dev/
Dxlights.c234 int k, nsamp; in xlights_theosDOT() local
244 nsamp = sc->sc_freq + in xlights_theosDOT()
246 nsamp /= 16; /* scale, per led */ in xlights_theosDOT()
247 nsamp /= 4; /* scale, why?, sizeof(uint32_t)? */ in xlights_theosDOT()
254 for (k = 0; k < nsamp;) { in xlights_theosDOT()
/openbsd/src/usr.bin/sndiod/
Ddev.c626 int nsamp; in dev_cycle() local
647 nsamp = d->round * d->pchan; in dev_cycle()
648 memset(base, 0, nsamp * sizeof(adata_t)); in dev_cycle()
663 nsamp = d->round * d->pchan; in dev_cycle()
664 memset(base, 0, nsamp * sizeof(adata_t)); in dev_cycle()