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

  /src/sys/dev/audio/
audio.c 5725 aint2_t over_plus; local in function:audio_pmixer_agc
5746 over_plus = maxval - AINT_T_MAX;
5749 if (over_plus > 0 || over_minus > 0) {
5750 if (over_plus > over_minus) {
audio.c 5725 aint2_t over_plus; local in function:audio_pmixer_agc
5746 over_plus = maxval - AINT_T_MAX;
5749 if (over_plus > 0 || over_minus > 0) {
5750 if (over_plus > over_minus) {

Completed in 30 milliseconds