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

  /src/sys/dev/ic/
athrate-sample.c 141 rate_to_ndx(struct sample_node *sn, int rate) { function in typeref:typename:int
539 ndx = rate_to_ndx(sn, final_rate);
566 ndx0 = rate_to_ndx(sn, rate0);
570 ndx1 = rate_to_ndx(sn, rate1);
574 ndx2 = rate_to_ndx(sn, rate2);
578 ndx3 = rate_to_ndx(sn, rate3);
athrate-sample.c 141 rate_to_ndx(struct sample_node *sn, int rate) { function in typeref:typename:int
539 ndx = rate_to_ndx(sn, final_rate);
566 ndx0 = rate_to_ndx(sn, rate0);
570 ndx1 = rate_to_ndx(sn, rate1);
574 ndx2 = rate_to_ndx(sn, rate2);
578 ndx3 = rate_to_ndx(sn, rate3);

Completed in 67 milliseconds