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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.h83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */ local
105 dmax = state->dmax;
177 if (dist > dmax) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.h83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */ local
105 dmax = state->dmax;
177 if (dist > dmax) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.h75 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */ local
105 dmax = state->dmax;
173 if (dist > dmax) {
H A Dinflate.c35 state->dmax = 32768U;
376 state->dmax = 1U << len;
636 if (state->offset > state->dmax) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dq_hfsc.c54 "SC := [ [ umax BYTE ] dmax SEC ] rate BPS\n"
57 " dmax : maximum delay\n"
336 unsigned int umax = 0, dmax = 0, rate = 0; local
347 if (matches(*argv, "dmax") == 0) {
349 if (get_usecs(&dmax, *argv) < 0) {
350 explain1("dmax");
365 if (umax != 0 && dmax == 0) {
366 fprintf(stderr, "HFSC: umax given but dmax is zero.\n");
370 if (dmax != 0 && ceil(umax * 1000000.0 / dmax) > rat
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_lib.c265 OPENSSL_cleanse(a->d,a->dmax*sizeof(a->d[0]));
310 ret->dmax=0;
317 /* The caller MUST check that words > b->dmax before calling this */
401 * words <= b->dmax && top < words
402 * because BN_dup() does not preserve 'dmax'!
406 if (words > b->dmax)
416 r->dmax = words;
449 if (words > b->dmax)
455 b->dmax=words;
461 if (b->top < b->dmax)
[all...]
H A Dbn.h260 (dest)->dmax=(b)->dmax, \
283 int dmax; /* Size of the d array. */ member in struct:bignum_st
637 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
639 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
687 if(_bnum1->top < _bnum1->dmax) { \
691 * wouldn't be constructed with top!=dmax. */ \
696 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \
H A Dbn_ctx.c164 fprintf(stderr,"%02x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
244 fprintf(stderr,"%02x ", pool->vals[loop++].dmax);
H A Dbn_div.c233 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_lib.c266 OPENSSL_cleanse(a->d,a->dmax*sizeof(a->d[0]));
303 ret->dmax=0;
309 /* The caller MUST check that words > b->dmax before calling this */
401 * words <= b->dmax && top < words
402 * because BN_dup() does not preserve 'dmax'!
406 if (words > b->dmax)
416 r->dmax = words;
444 if (words > b->dmax)
453 b->dmax=words;
528 tmp_dmax = a->dmax;
[all...]
H A Dbn_div.c232 wnum.dmax= snum->dmax+1; /* a bit of a lie */
H A Dbn.h237 int dmax; /* Size of the d array. */ member in struct:bignum_st
460 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
462 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
H A Dbn_lcl.h260 # define bn_check_top(a) assert ((a)->top >= 0 && (a)->top <= (a)->dmax);
H A Dbn_mont.c292 tmod.dmax=2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Ddiffseq.h154 const OFFSET dmax = xlim - yoff; /* Maximum valid diagonal. */ local
178 if (fmax < dmax)
211 if (bmax < dmax)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Ddiffseq.h154 const OFFSET dmax = xlim - yoff; /* Maximum valid diagonal. */ local
178 if (fmax < dmax)
211 if (bmax < dmax)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Dhw_sureware.c667 if (!rsatmp->e || rsatmp->e->dmax!=(int)(el/sizeof(BN_ULONG))||
668 !rsatmp->n || rsatmp->n->dmax!=(int)(el/sizeof(BN_ULONG)))
706 if (!dsatmp->pub_key || dsatmp->pub_key->dmax!=(int)(el/sizeof(BN_ULONG))||
707 !dsatmp->p || dsatmp->p->dmax!=(int)(el/sizeof(BN_ULONG)) ||
708 !dsatmp->q || dsatmp->q->dmax!=20/sizeof(BN_ULONG) ||
709 !dsatmp->g || dsatmp->g->dmax!=(int)(el/sizeof(BN_ULONG)))
980 if (!psign->r || psign->r->dmax!=20/sizeof(BN_ULONG) ||
981 !psign->s || psign->s->dmax!=20/sizeof(BN_ULONG))
1016 if (r && r->dmax==m->top)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_sureware.c682 if (!rsatmp->e || rsatmp->e->dmax!=(int)(el/sizeof(BN_ULONG))||
683 !rsatmp->n || rsatmp->n->dmax!=(int)(el/sizeof(BN_ULONG)))
721 if (!dsatmp->pub_key || dsatmp->pub_key->dmax!=(int)(el/sizeof(BN_ULONG))||
722 !dsatmp->p || dsatmp->p->dmax!=(int)(el/sizeof(BN_ULONG)) ||
723 !dsatmp->q || dsatmp->q->dmax!=20/sizeof(BN_ULONG) ||
724 !dsatmp->g || dsatmp->g->dmax!=(int)(el/sizeof(BN_ULONG)))
998 if (!psign->r || psign->r->dmax!=20/sizeof(BN_ULONG) ||
999 !psign->s || psign->s->dmax!=20/sizeof(BN_ULONG))
1034 if (r && r->dmax==m->top)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h260 (dest)->dmax=(b)->dmax, \
283 int dmax; /* Size of the d array. */ member in struct:bignum_st
637 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
639 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
687 if(_bnum1->top < _bnum1->dmax) { \
691 * wouldn't be constructed with top!=dmax. */ \
696 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbn.h237 int dmax; /* Size of the d array. */ member in struct:bignum_st
460 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
462 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/bcmcrypto/
H A Dbn.h264 int dmax; /* Size of the d array. */ member in struct:bignum_st
485 (a)->dmax) ? (a) : bn_expand2((a), (bits) / BN_BITS2 + 1))
486 #define bn_wexpand(a, words) (((words) <= (a)->dmax) ? (a) : bn_expand2((a), (words)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec2_smpl.c179 for (i = dest->a.top; i < dest->a.dmax; i++) dest->a.d[i] = 0;
180 for (i = dest->b.top; i < dest->b.dmax; i++) dest->b.d[i] = 0;
203 for (i = group->a.top; i < group->a.dmax; i++) group->a.d[i] = 0;
208 for (i = group->b.top; i < group->b.dmax; i++) group->b.d[i] = 0;

Completed in 211 milliseconds

12