Searched refs:pitchtab (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/speaker/
H A Dspkr.c175 static int pitchtab[] = variable
228 tone(pitchtab[pitch], sound);
330 if (octave >= nitems(pitchtab) / OCTAVE_NOTES)
336 if (octave < nitems(pitchtab) / OCTAVE_NOTES - 1)

Completed in 154 milliseconds