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

  /src/sys/dev/audio/
audiodef.h 151 u_int freq_current; /* counter */ member in struct:audio_track
audio.c 4034 t = track->freq_current;
4086 track->freq_current = t;
4128 t = track->freq_current;
4151 track->freq_current = t % 65536;
4514 track->freq_current = 65536;
4517 track->freq_current = 0;
6378 track->freq_current = 65536;
6380 track->freq_current = 0;

Completed in 17 milliseconds