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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtimeconst.pl195 my($thres) = bint(1) << ($b-1);
202 return $s if ($m >= $thres);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dxgmac.c349 unsigned int thres, v, reg; local
407 thres = (adap->params.vpd.cclk * 1000) / 15625;
408 thres = (thres * mtu) / 1000;
410 thres /= 10;
411 thres = mtu > thres ? (mtu - thres + 7) / 8 : 0;
412 thres = max(thres,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_pp7.c209 static const int thres[16]={ variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dcxgb4vf_main.c936 static int closest_thres(const struct sge *s, int thres) argument
941 delta = thres - s->counter_val[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4_main.c1587 static int closest_thres(const struct sge *s, int thres) argument
1592 delta = thres - s->counter_val[i];

Completed in 92 milliseconds