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

12

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/examples/
H A Ddivworst.c6 * Arguments: max difference of exponents dmax, significand size n.
10 * 1/2 <= y < 1, 0 <= Ex - Ey <= dmax, x - y is exactly representable
55 int dmax, n, p; local
60 fprintf (stderr, "Usage: divworst <dmax> <n> [ <p> ]\n");
64 dmax = atoi (argv[1]);
77 mpfr_get_exp (x) <= dmax;
/netbsd-6-1-5-RELEASE/common/dist/zlib/
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) {
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/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) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
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) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/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.c274 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlmathlib.c171 lua_Number dmax = luaL_checknumber(L, 1); local
175 if (d > dmax)
176 dmax = d;
178 lua_pushnumber(L, dmax);
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dpass5.c65 daddr_t dbase, dmax; local
198 dmax = blknum(fs, fs->fs_size + fs->fs_frag - 1);
199 for (d = fs->fs_size; d < dmax; d++)
257 dmax = dbase + fs->fs_fpg;
258 if (dmax > fs->fs_size)
259 dmax = fs->fs_size;
264 newcg->cg_ndblk = dmax - dbase;
345 d < dmax;
/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Dpass5.c87 daddr_t dbase, dmax; local
177 dmax = (c+1) * sblock.e2fs.e2fs_bpg +
181 d < dmax;
/netbsd-6-1-5-RELEASE/sbin/resize_ffs/
H A Dresize_ffs.c460 int dmax; /* Offset of end of post-inode data area */ local
470 dmax = newsb->fs_size - base;
471 if (dmax > newsb->fs_fpg)
472 dmax = newsb->fs_fpg;
486 cg->cg_ndblk = dmax;
544 set_bits(cg_blksfree(cg, 0), dhigh, dmax - dhigh);
577 n = (dmax - dhigh) / newsb->fs_frag;
600 i = dmax - dhigh;
888 int dmax; /* total size of cg */ local
893 dmax
1731 int dmax; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dfstrcmp.c164 const int dmax = xlim - yoff; /* Maximum valid diagonal. */ local
191 if (fmax < dmax)
233 if (bmax < dmax)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/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)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec2_smpl.c190 for (i = dest->a.top; i < dest->a.dmax; i++) dest->a.d[i] = 0;
191 for (i = dest->b.top; i < dest->b.dmax; i++) dest->b.d[i] = 0;
214 for (i = group->a.top; i < group->a.dmax; i++) group->a.d[i] = 0;
219 for (i = group->b.top; i < group->b.dmax; i++) group->b.d[i] = 0;
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/ffs/
H A Dmkfs.c601 daddr_t cbase, dmax; local
613 dmax = cbase + sblock.fs_fpg;
614 if (dmax > sblock.fs_size)
615 dmax = sblock.fs_size;
627 acg.cg_ndblk = dmax - cbase;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_crpt.c229 RAND_add(rsa->d->d, rsa->d->dmax * sizeof rsa->d->d[0], 0.0);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dazalia_codec.c2001 uint32_t dmax; local
2004 dmax = COP_AMPCAP_NUMSTEPS(this->w[nid].inamp_cap);
2006 dmax = COP_AMPCAP_NUMSTEPS(this->w[nid].outamp_cap);
2008 dmax = COP_VKCAP_NUMSTEPS(this->w[nid].d.volume.cap);
2011 dmax = 127;
2013 return dv * MIXER_DELTA(dmax);
2024 uint32_t dmax; local
2027 dmax = COP_AMPCAP_NUMSTEPS(this->w[nid].inamp_cap);
2029 dmax = COP_AMPCAP_NUMSTEPS(this->w[nid].outamp_cap);
2031 dmax
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/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;
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.c697 int dx, dy, adx, ady, sdx, sdy, dmax, d; local
716 dmax = (dx == 0) ? ady : adx;
717 for (d = 1; d <= dmax; d++)
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Danalyze.c105 lin const dmax = xlim - yoff; /* Maximum valid diagonal. */ local
124 fmax < dmax ? fd[++fmax + 1] = -1 : --fmax;
151 bmax < dmax ? bd[++bmax + 1] = LIN_MAX : --bmax;
/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dmkfs.c763 daddr_t cbase, dmax; local
776 dmax = cbase + sblock.fs_fpg;
777 if (dmax > sblock.fs_size)
778 dmax = sblock.fs_size;
792 acg.cg_ndblk = dmax - cbase;

Completed in 305 milliseconds

12