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

/openwrt/package/network/config/qos-scripts/files/usr/lib/qos/
H A Dtcrules.awk2 dmax=100
37 # sum(d * m1) must not exceed dmax * (linespeed - allocated)
38 dmax = 0
46 if (d[i] > dmax) dmax = d[i]
51 ds_avail = dmax * (linespeed - allocated)
/openwrt/package/network/services/ead/src/tinysrp/
H A Dbn_lib.c198 memset(a->d,0,a->dmax*sizeof(a->d[0]));
234 ret->dmax=0;
252 if (words > b->dmax)
360 b->dmax=words;
365 for (i=(b->dmax - b->top)>>3; i>0; i--,A+=8)
370 for (i=(b->dmax - b->top)&7; i>0; i--,A++)
H A Dbn.h233 int dmax; /* Size of the d array. */ member in struct:bignum_st
401 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
403 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
H A Dbn_div.c206 wnum.dmax= snum->dmax+1; /* a bit of a lie */
H A Dbn_lcl.h231 # define bn_check_top(a) assert ((a)->top >= 0 && (a)->top <= (a)->dmax);
H A Dt_conf.c950 tmod.dmax=2;

Completed in 92 milliseconds