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

/freebsd-10.0-release/lib/libz/
H A Dinflate.h87 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) {
H A Dinflate.c118 state->dmax = 32768U;
680 state->dmax = 1U << len;
1115 if (state->offset > state->dmax) {
H A Dinfback.c63 state->dmax = 32768U;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h85 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c80 unsigned dmax; /* maximum distance from zlib header */ local
107 dmax = state->dmax;
179 if (dist > dmax) {
H A Dinflate.c123 state->dmax = 32768U;
634 state->dmax = 1U << len;
1057 if (state->offset > state->dmax) {
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_lib.c246 OPENSSL_cleanse(a->d,a->dmax*sizeof(a->d[0]));
291 ret->dmax=0;
298 /* The caller MUST check that words > b->dmax before calling this */
391 * words <= b->dmax && top < words
392 * because BN_dup() does not preserve 'dmax'!
396 if (words > b->dmax)
406 r->dmax = words;
439 if (words > b->dmax)
445 b->dmax=words;
451 if (b->top < b->dmax)
[all...]
H A Dbn.h300 (dest)->dmax=(b)->dmax, \
323 int dmax; /* Size of the d array. */ member in struct:bignum_st
699 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
701 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
749 if(_bnum1->top < _bnum1->dmax) { \
753 * wouldn't be constructed with top!=dmax. */ \
758 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \
783 assert((words) <= (_bnum2)->dmax && (words) >= (_bnum2)->top); \
H A Dbn_ctx.c164 fprintf(stderr,"%03x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
244 fprintf(stderr,"%02x ", pool->vals[loop++].dmax);
H A Dbn_div.c276 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
H A Dbn_lcl.h315 int ind = (a)->dmax - (a)->top; \
H A Dbn_mont.c373 tmod.dmax=2;
H A Dbn_exp.c654 tmp.dmax = am.dmax = top;
/freebsd-10.0-release/sbin/fsck_ffs/
H A Dpass5.c62 ufs2_daddr_t d, dbase, dmax, start; local
150 dmax = blknum(fs, fs->fs_size + fs->fs_frag - 1);
151 for (d = fs->fs_size; d < dmax; d++)
174 dmax = dbase + fs->fs_fpg;
175 if (dmax > fs->fs_size)
176 dmax = fs->fs_size;
177 newcg->cg_ndblk = dmax - dbase;
250 d < dmax;
/freebsd-10.0-release/sbin/growfs/
H A Dgrowfs.c324 ufs2_daddr_t i, cbase, dmax; local
338 dmax = cbase + sblock.fs_fpg;
339 if (dmax > sblock.fs_size)
340 dmax = sblock.fs_size;
353 acg.cg_ndblk = dmax - cbase;
563 ufs2_daddr_t cbase, dmax, dupper; local
606 dmax = cbase + sblock.fs_fpg;
607 if (dmax > sblock.fs_size)
608 dmax = sblock.fs_size;
639 acg.cg_ndblk = dmax
[all...]
/freebsd-10.0-release/crypto/openssl/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)))
996 if (!psign->r || psign->r->dmax!=20/sizeof(BN_ULONG) ||
997 !psign->s || psign->s->dmax!=20/sizeof(BN_ULONG))
1032 if (r && r->dmax==m->top)
H A De_chil.c270 {mp.size = bn->dmax * sizeof(BN_ULONG); mp.buf = (unsigned char *)bn->d;}
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec2_smpl.c191 for (i = dest->a.top; i < dest->a.dmax; i++) dest->a.d[i] = 0;
192 for (i = dest->b.top; i < dest->b.dmax; i++) dest->b.d[i] = 0;
215 for (i = group->a.top; i < group->a.dmax; i++) group->a.d[i] = 0;
220 for (i = group->b.top; i < group->b.dmax; i++) group->b.d[i] = 0;
/freebsd-10.0-release/usr.sbin/wlconfig/
H A Dwlconfig.c231 double dmax = (double) max; local
234 return((value/dmax) * 100);
/freebsd-10.0-release/usr.sbin/makefs/ffs/
H A Dmkfs.c592 daddr_t cbase, dmax; local
604 dmax = cbase + sblock.fs_fpg;
605 if (dmax > sblock.fs_size)
606 dmax = sblock.fs_size;
618 acg.cg_ndblk = dmax - cbase;
/freebsd-10.0-release/crypto/openssl/crypto/rsa/
H A Drsa_crpt.c229 RAND_add(rsa->d->d, rsa->d->dmax * sizeof rsa->d->d[0], 0.0);
/freebsd-10.0-release/sbin/newfs/
H A Dmkfs.c641 ufs2_daddr_t cbase, dmax; local
652 dmax = cbase + sblock.fs_fpg;
653 if (dmax > sblock.fs_size)
654 dmax = sblock.fs_size;
667 acg.cg_ndblk = dmax - cbase;
/freebsd-10.0-release/contrib/diff/src/
H A Danalyze.c100 lin const dmax = xlim - yoff; /* Maximum valid diagonal. */ local
119 fmax < dmax ? fd[++fmax + 1] = -1 : --fmax;
146 bmax < dmax ? bd[++bmax + 1] = LIN_MAX : --bmax;
/freebsd-10.0-release/usr.sbin/ppp/
H A Dcommand.c214 int n, cmax, dmax, cols, cxlen; local
233 cmax = dmax = 0;
238 if ((n = strlen(cmd->helpmes)) > dmax)
239 dmax = n;
242 cols = 80 / (dmax + cmax + 3);
253 cmd->name, cxlen, cxlen, cx, dmax, dmax, cmd->helpmes);

Completed in 163 milliseconds