/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vhypot.S | 156 ! 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 D | inffast.c | 59 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 D | inflate.h | 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
H A D | inflate.c | 132 state->dmax = 32768U; in inflateResetKeep() 679 state->dmax = 1U << len; in inflate() 1139 if (state->offset > state->dmax) { in inflate()
|
H A D | infback.c | 59 state->dmax = 32768U; in inflateBackInit_()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass5.c | 52 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 D | utilities.c | 2058 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 D | pool_commit.c | 150 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 D | immu_dvma.c | 2564 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 D | mkfs.c | 2510 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 D | poolcfg.y | 1567 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 D | ratz.c | 1644 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 D | softcore.fr | 113 : dmax ( d1 d2 -- d3 )
|