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);
321 fand %f56,DC0,%f38 ! (1_1) dmax = vis_fand(dmax,DC0);
366 fand %f32,DC0,%f52 ! (2_1) dmax = vis_fand(dmax,DC0);
424 fand %f44,DC0,%f14 ! (3_1) dmax = vis_fand(dmax,DC0);
484 fand %f4,DC0,%f16 ! (0_0) dmax = vis_fand(dmax,DC0);
556 fand %f56,DC0,%f38 ! (1_1) dmax = vis_fand(dmax,DC0);
620 fand %f32,DC0,%f52 ! (2_1) dmax = vis_fand(dmax,DC0);
684 fand %f44,DC0,%f14 ! (3_1) dmax = vis_fand(dmax,DC0);
[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.c2565 uint_t psize, size, pcnt, dmax; in immu_map_dvmaseg() local
2592 pcnt = dmax = 0; in immu_map_dvmaseg()
2678 dcookies[dmax].dck_npages++; in immu_map_dvmaseg()
2681 if (dmax == (IMMU_NDCK - 1)) { in immu_map_dvmaseg()
2686 npages, dcookies, dmax + 1, rdip, in immu_map_dvmaseg()
2692 uint_t, npages, uint_t, dmax+1); in immu_map_dvmaseg()
2696 dmax = 0; in immu_map_dvmaseg()
2698 dmax++; in immu_map_dvmaseg()
2700 dcookies[dmax].dck_paddr = paddr; in immu_map_dvmaseg()
2701 dcookies[dmax].dck_npages = 1; in immu_map_dvmaseg()
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2510 diskaddr_t dmax; in initcg() local
2549 dmax = sblock.fs_size; in initcg()
2564 icg.cg_ndblk = dmax - cbase; in initcg()
2752 if (d < dmax - cbase) { in initcg()
3884 diskaddr_t dmax; in checksummarysize() local
3899 if (dmax > fs_size) in checksummarysize()
3900 dmax = fs_size; in checksummarysize()
3901 cg0frags = dmax - dmin; in checksummarysize()
5142 diskaddr_t dmax; in extendcg() local
5158 if (dmax > sblock.fs_size) in extendcg()
[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 )