OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_octave
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
spkrvar.h
11
int
sc_octave
; /* currently selected octave */
member in struct:spkr_softc
spkr.c
149
sc->
sc_octave
= DFLT_OCTAVE;
261
pitch = notetab[c - 'A'] + sc->
sc_octave
* OCTAVE_NOTES;
283
if (sc->
sc_octave
< NOCTAVES - 1) {
284
++sc->
sc_octave
;
290
if (sc->
sc_octave
> 0) {
291
--sc->
sc_octave
;
327
GETNUM(cp, sc->
sc_octave
);
328
KASSERTMSG(sc->
sc_octave
>= 0, "%d",
329
sc->
sc_octave
);
330
if (sc->
sc_octave
>= NOCTAVES
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025