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

/freebsd-10.2-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.2-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.2-release/crypto/openssl/crypto/bn/
H A Dbn_lib.c235 OPENSSL_cleanse(a->d, a->dmax * sizeof(a->d[0]));
279 ret->dmax = 0;
286 /* The caller MUST check that words > b->dmax before calling this */
385 * This function does not work if words <= b->dmax && top < words because
386 * BN_dup() does not preserve 'dmax'! (But bn_dup_expand() is not used
390 if (words > b->dmax) {
397 r->dmax = words;
430 if (words > b->dmax) {
437 b->dmax = words;
445 if (b->top < b->dmax) {
[all...]
H A Dbn.h313 (dest)->dmax=(b)->dmax, \
336 int dmax; /* Size of the d array. */ member in struct:bignum_st
748 (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) ? \
754 # define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
803 if(_bnum1->top < _bnum1->dmax) { \
807 * wouldn't be constructed with top!=dmax. */ \
813 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \
838 assert((words) <= (_bnum2)->dmax && (words) >= (_bnum2)->top); \
H A Dbn_ctx.c160 fprintf(stderr, "%03x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
243 fprintf(stderr, "%02x ", pool->vals[loop++].dmax);
H A Dbn_div.c296 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
H A Dbn_lcl.h310 int ind = (a)->dmax - (a)->top; \
H A Dbn_mont.c391 tmod.dmax = 2;
H A Dbn_exp.c707 tmp.dmax = am.dmax = top;
/freebsd-10.2-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.2-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.2-release/crypto/openssl/engines/
H A De_sureware.c719 if (rsatmp->e->dmax != (int)(el / sizeof(BN_ULONG)) ||
720 rsatmp->n->dmax != (int)(el / sizeof(BN_ULONG)))
763 if (dsatmp->pub_key->dmax != (int)(el / sizeof(BN_ULONG))
764 || dsatmp->p->dmax != (int)(el / sizeof(BN_ULONG))
765 || dsatmp->q->dmax != 20 / sizeof(BN_ULONG)
766 || dsatmp->g->dmax != (int)(el / sizeof(BN_ULONG)))
1048 if (psign->r->dmax != 20 / sizeof(BN_ULONG) ||
1049 psign->s->dmax != 20 / sizeof(BN_ULONG))
1080 if (r->dmax == m->top) {
H A De_chil.c278 {mp.size = bn->dmax * sizeof(BN_ULONG); mp.buf = (unsigned char *)bn->d;}
/freebsd-10.2-release/crypto/openssl/crypto/ec/
H A Dec2_smpl.c200 for (i = dest->a.top; i < dest->a.dmax; i++)
202 for (i = dest->b.top; i < dest->b.dmax; i++)
229 for (i = group->a.top; i < group->a.dmax; i++)
238 for (i = group->b.top; i < group->b.dmax; i++)
/freebsd-10.2-release/usr.sbin/wlconfig/
H A Dwlconfig.c231 double dmax = (double) max; local
234 return((value/dmax) * 100);
/freebsd-10.2-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.2-release/crypto/openssl/crypto/rsa/
H A Drsa_crpt.c222 RAND_add(rsa->d->d, rsa->d->dmax * sizeof rsa->d->d[0], 0.0);
/freebsd-10.2-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.2-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.2-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 272 milliseconds