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

  /src/usr.sbin/fwctl/
fwdv.c 268 int lsystem=-1, pad_acc, cycle_acc, cycle, f_frac; local in function:dvsend
337 pad_acc = 0;
395 pad_acc += pad_rate[lsystem].n;
396 if (pad_acc >= pad_rate[lsystem].d) {
397 pad_acc -= pad_rate[lsystem].d;
fwdv.c 268 int lsystem=-1, pad_acc, cycle_acc, cycle, f_frac; local in function:dvsend
337 pad_acc = 0;
395 pad_acc += pad_rate[lsystem].n;
396 if (pad_acc >= pad_rate[lsystem].d) {
397 pad_acc -= pad_rate[lsystem].d;

Completed in 22 milliseconds