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

  /src/sys/dev/
spkr.c 133 static const int pitchtab[] = variable in typeref:typename:const int[]
144 #define NOCTAVES (int)(__arraycount(pitchtab) / OCTAVE_NOTES)
207 KASSERTMSG(note < __arraycount(pitchtab), "note=%d", note);
223 (*sc->sc_tone)(sc->sc_dev, pitchtab[note], sound);
351 if (pitch >= __arraycount(pitchtab))
spkr.c 133 static const int pitchtab[] = variable in typeref:typename:const int[]
144 #define NOCTAVES (int)(__arraycount(pitchtab) / OCTAVE_NOTES)
207 KASSERTMSG(note < __arraycount(pitchtab), "note=%d", note);
223 (*sc->sc_tone)(sc->sc_dev, pitchtab[note], sound);
351 if (pitch >= __arraycount(pitchtab))

Completed in 21 milliseconds