HomeSort by: relevance | last modified time | path
    Searched defs:lastpitch (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/
spkr.c 233 int lastpitch = OCTAVE_NOTES * DFLT_OCTAVE; local in function:playstring
281 int d = abs(pitch - lastpitch);
282 if (d > abs(pitch + OCTAVE_NOTES - lastpitch)) {
289 if (d > abs(pitch - OCTAVE_NOTES - lastpitch)) {
297 lastpitch = pitch;

Completed in 13 milliseconds