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

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

Completed in 101 milliseconds