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))
|