Searched refs:FILLTIME (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/speaker/
H A Dspkr.c149 #define FILLTIME 8 /* for articulation, break note in parts */ macro
214 - (whole * (FILLTIME - fill)) / (value * FILLTIME);
215 silence = whole * (FILLTIME-fill) * snum / (FILLTIME * value * sdenom);

Completed in 93 milliseconds