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

12

/freebsd-9.3-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-9.3-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-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_lib.c234 OPENSSL_cleanse(a->d, a->dmax * sizeof(a->d[0]));
278 ret->dmax = 0;
285 /* The caller MUST check that words > b->dmax before calling this */
384 * This function does not work if words <= b->dmax && top < words because
385 * BN_dup() does not preserve 'dmax'! (But bn_dup_expand() is not used
389 if (words > b->dmax) {
396 r->dmax = words;
429 if (words > b->dmax) {
436 b->dmax = words;
444 if (b->top < b->dmax) {
[all...]
H A Dbn.h283 (dest)->dmax=(b)->dmax, \
306 int dmax; /* Size of the d array. */ member in struct:bignum_st
713 (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) ? \
719 # define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
768 if(_bnum1->top < _bnum1->dmax) { \
772 * wouldn't be constructed with top!=dmax. */ \
777 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \
802 assert(words <= (_bnum2)->dmax && words >= (_bnum2)->top); \
H A Dbn_div.c271 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
524 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
H A Dbn_ctx.c160 fprintf(stderr, "%02x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
243 fprintf(stderr, "%02x ", pool->vals[loop++].dmax);
H A Dbn_lcl.h288 int ind = (a)->dmax - (a)->top; \
H A Dbn_mont.c646 tmod.dmax = 2;
/freebsd-9.3-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-9.3-release/sbin/growfs/
H A Dgrowfs.c328 ufs2_daddr_t i, cbase, dmax; local
342 dmax = cbase + sblock.fs_fpg;
343 if (dmax > sblock.fs_size)
344 dmax = sblock.fs_size;
357 acg.cg_ndblk = dmax - cbase;
567 ufs2_daddr_t cbase, dmax, dupper; local
610 dmax = cbase + sblock.fs_fpg;
611 if (dmax > sblock.fs_size)
612 dmax = sblock.fs_size;
643 acg.cg_ndblk = dmax
[all...]
/freebsd-9.3-release/crypto/openssl/engines/
H A De_sureware.c717 if (!rsatmp->e || rsatmp->e->dmax != (int)(el / sizeof(BN_ULONG)) ||
718 !rsatmp->n || rsatmp->n->dmax != (int)(el / sizeof(BN_ULONG)))
760 || dsatmp->pub_key->dmax != (int)(el / sizeof(BN_ULONG))
761 || !dsatmp->p || dsatmp->p->dmax != (int)(el / sizeof(BN_ULONG))
762 || !dsatmp->q || dsatmp->q->dmax != 20 / sizeof(BN_ULONG)
763 || !dsatmp->g || dsatmp->g->dmax != (int)(el / sizeof(BN_ULONG)))
1045 if (!psign->r || psign->r->dmax != 20 / sizeof(BN_ULONG) ||
1046 !psign->s || psign->s->dmax != 20 / sizeof(BN_ULONG))
1077 if (r && r->dmax == m->top) {
/freebsd-9.3-release/usr.sbin/wlconfig/
H A Dwlconfig.c231 double dmax = (double) max; local
234 return((value/dmax) * 100);
/freebsd-9.3-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-9.3-release/crypto/openssl/crypto/ec/
H A Dec2_smpl.c188 for (i = dest->a.top; i < dest->a.dmax; i++)
190 for (i = dest->b.top; i < dest->b.dmax; i++)
217 for (i = group->a.top; i < group->a.dmax; i++)
226 for (i = group->b.top; i < group->b.dmax; i++)
/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_lib.c203 RAND_add(rsa->d->d, rsa->d->dmax * sizeof rsa->d->d[0], 0.0);
/freebsd-9.3-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-9.3-release/contrib/cvs/diff/
H A Danalyze.c107 int const dmax = xlim - yoff; /* Maximum valid diagonal. */ local
126 fmax < dmax ? fd[++fmax + 1] = -1 : --fmax;
153 bmax < dmax ? bd[++bmax + 1] = INT_MAX : --bmax;
/freebsd-9.3-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-9.3-release/crypto/openssl/demos/engines/zencod/
H A Dhw_zencod.c755 ptr_zencod_init_number(&y, (r->dmax - 1) * sizeof(BN_ULONG) * 8,
1055 if (!bn_wexpand(bn_prv, dh->p->dmax) || !bn_wexpand(bn_pub, dh->p->dmax)) {
/freebsd-9.3-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 412 milliseconds

12