Home
last modified time | relevance | path

Searched refs:dmax (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vhypot.S156 ! dmax = x;
157 ! if ( dmax < y ) dmax = y;
159 ! dmax = vis_fand(dmax,DC0);
160 ! dnorm = vis_fpsub32(DC1,dmax);
186 ! res = dmax * res;
294 fmovd %f36,%f56 ! (1_0) dmax = x;
309 fcmped %fcc2,%f54,%f56 ! (1_1) dmax ? y
311 fmovdg %fcc2,%f54,%f56 ! (1_1) if ( dmax < y ) dmax = y;
321 fand %f56,DC0,%f38 ! (1_1) dmax = vis_fand(dmax,DC0);
332 fmovd %f50,%f32 ! (2_1) dmax = x;
[all …]
/illumos-gate/usr/src/contrib/zlib/
H A Dinffast.c59 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() local
86 dmax = state->dmax; in inflate_fast()
158 if (dist > dmax) { in inflate_fast()
H A Dinflate.h91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
H A Dinflate.c132 state->dmax = 32768U; in inflateResetKeep()
679 state->dmax = 1U << len; in inflate()
1139 if (state->offset > state->dmax) { in inflate()
H A Dinfback.c59 state->dmax = 32768U; in inflateBackInit_()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c52 diskaddr_t dbase, dmax; in pass5() local
163 dmax = dbase + fs->fs_fpg; in pass5()
164 if (dmax > fs->fs_size) in pass5()
165 dmax = fs->fs_size; in pass5()
166 newcg->cg_ndblk = dmax - dbase; in pass5()
236 d < dmax; in pass5()
H A Dutilities.c2058 daddr32_t cbase, dmax; in cg_constants() local
2066 dmax = cbase + sblock.fs_fpg; in cg_constants()
2067 if (dmax > sblock.fs_size) in cg_constants()
2068 dmax = sblock.fs_size; in cg_constants()
2077 *ndblk = dmax - cbase; in cg_constants()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c150 uint64_t smin, smax, dmax; in commit_create() local
197 resource_get_max(res, &dmax) != PO_SUCCESS) in commit_create()
199 if (smin < dmax) { in commit_create()
326 uint64_t smin, smax, dmax; in commit_update() local
333 resource_get_max(pool_elem_res(e2), &dmax) != in commit_update()
336 if (smin < dmax) { in commit_update()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c2564 uint_t psize, size, pcnt, dmax; in immu_map_dvmaseg() local
2591 pcnt = dmax = 0; in immu_map_dvmaseg()
2676 } else if (IMMU_CONTIG_PADDR(dcookies[dmax], paddr)) { in immu_map_dvmaseg()
2677 dcookies[dmax].dck_npages++; in immu_map_dvmaseg()
2680 if (dmax == (IMMU_NDCK - 1)) { in immu_map_dvmaseg()
2685 npages, dcookies, dmax + 1, rdip, in immu_map_dvmaseg()
2691 uint_t, npages, uint_t, dmax+1); in immu_map_dvmaseg()
2695 dmax = 0; in immu_map_dvmaseg()
2697 dmax++; in immu_map_dvmaseg()
2699 dcookies[dmax].dck_paddr = paddr; in immu_map_dvmaseg()
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2510 diskaddr_t dmax; in initcg() local
2547 dmax = cbase + sblock.fs_fpg; in initcg()
2548 if (dmax > sblock.fs_size) /* last cg may be smaller than normal */ in initcg()
2549 dmax = sblock.fs_size; in initcg()
2564 icg.cg_ndblk = dmax - cbase; in initcg()
2702 for (d = dupper; d + sblock.fs_frag <= dmax - cbase; ) { in initcg()
2752 if (d < dmax - cbase) { in initcg()
2753 icg.cg_frsum[dmax - cbase - d]++; in initcg()
2754 for (; d < dmax - cbase; d++) { in initcg()
3884 diskaddr_t dmax; in checksummarysize() local
[all …]
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1567 uint64_t smin, smax, dmax; in process_min_max() local
1584 (void) pool_value_get_uint64(pv, &dmax); in process_min_max()
1589 if (smin < dmax) { in process_min_max()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1644 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
2075 unsigned dmax; /* maximum distance from zlib header */ local
2102 dmax = state->dmax;
2174 if (dist > dmax) {
2342 state->dmax = 32768;
2846 state->dmax = ((unsigned int)1) << len;
3252 if (state->offset > state->dmax) {
/illumos-gate/usr/src/common/ficl/softcore/
H A Dsoftcore.fr113 : dmax ( d1 d2 -- d3 )