OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 17 17:09:57 GMT 2025