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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dq_htb.c39 " [ceil R2] [cburst B2] [mtu MTU] [quantum Q]\n"
45 " ceil definite upper class rate (no borrows) {rate}\n"
46 " cburst burst but for ceil {computed}\n"
161 } else if (strcmp(*argv, "ceil") == 0) {
163 if (opt.ceil.rate) {
164 fprintf(stderr, "Double \"ceil\" spec\n");
167 if (get_rate(&opt.ceil.rate, *argv)) {
168 explain1("ceil");
201 /* if ceil params are missing, use the same as rate */
202 if (!opt.ceil
[all...]
H A Dq_hfsc.c370 if (dmax != 0 && ceil(umax * 1000000.0 / dmax) > rate) {
375 sc->m1 = ceil(umax * 1000000.0 / dmax); /* in bps */
384 sc->d = ceil(dmax - umax * 1000000.0 / rate); /* in usec */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/include/private/
H A Dfast_float_math_hack.h7 #define ceil ceilf macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Dqos.c301 unsigned int ceil; local
341 "\t$TCA parent 1: classid 1:1 htb rate %ukbit ceil %ukbit %s\n",
350 if ((sscanf(p, "%u-%u", &rate, &ceil) != 2) || (rate < 1)) continue;
351 if (ceil > 0) sprintf(s, "ceil %ukbit ", calc(bw, ceil));
359 i, rate, ceil,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dinternal.h299 return (x > 0) ? floor(x + 0.5) : ceil(x - 0.5);
306 return (x > 0) ? floor(x + 0.5) : ceil(x - 0.5);
313 return (x > 0) ? floor(x) : ceil(x);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_analysis/
H A Dreplaygain_analysis.c121 * but that seemed to fail to take into account the ceil() part of the
258 sampleWindow = (int) ceil (samplefreq * RMS_WINDOW_TIME);
392 upper = (Int32_t) ceil (elems * (1. - RMS_PERCENTILE));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_htb.c145 struct qdisc_rate_table *ceil; /* ceiling rate (limits borrows too) */ member in struct:htb_class
712 * borrowing from "level". It accounts bytes to ceil leaky bucket for
741 HTB_ACCNT(ctokens, cbuffer, ceil);
1158 opt.ceil = cl->ceil->rate;
1281 qdisc_put_rtab(cl->ceil);
1399 ctab = qdisc_get_rtab(&hopt->ceil, tb[TCA_HTB_CTAB - 1]);
1506 if (cl->ceil)
1507 qdisc_put_rtab(cl->ceil);
1508 cl->ceil
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h237 struct tc_ratespec ceil; member in struct:tc_htb_opt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h239 struct tc_ratespec ceil; member in struct:tc_htb_opt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32/
H A Dudiv.S108 add %g3,%g2,%g3 ! %g3 = ceil(d / 2)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_damp.c399 damp->decay_array_size = ceil ((double) damp->max_suppress_time / DELTA_T);
410 i = ceil ((double)damp->max_suppress_time / DELTA_REUSE) + 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dresample2.c187 c->filter_length= FFMAX((int)ceil(filter_size/factor), 1);
H A Dratecontrol.c290 int stuffing= ceil((rcc->buffer_index - buffer_size)/8);
H A Daac.c950 return (x > 0) ? floor(x) : ceil(x);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-fsearch.c586 lmin = (int) ceil (l / (2 / FUZZY_THRESHOLD - 1));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dpsy.c174 lo_curve= ceil(toOC(bin*binHz+1)*2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale.c1157 else if (flags&SWS_LANCZOS) sizeFactor= param[0] != SWS_PARAM_DEFAULT ? ceil(2*param[0]) : 6;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/
H A Dmksquashfs.c1848 int max_digits = ceil(log10(max));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.c9506 ctxt->value->floatval = ceil(ctxt->value->floatval);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c9548 ctxt->value->floatval = ceil(ctxt->value->floatval);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.c9506 ctxt->value->floatval = ceil(ctxt->value->floatval);

Completed in 564 milliseconds