/titanic_44/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 …]
|
/titanic_44/usr/src/uts/common/zmod/ |
H A D | inffast.c | 80 unsigned dmax; /* maximum distance from zlib header */ local 107 dmax = state->dmax; 179 if (dist > dmax) {
|
H A D | inflate.h | 85 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
H A D | inflate.c | 123 state->dmax = 32768U; 634 state->dmax = 1U << len; 1057 if (state->offset > state->dmax) {
|
/titanic_44/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 | 2051 daddr32_t cbase, dmax; in cg_constants() local 2059 dmax = cbase + sblock.fs_fpg; in cg_constants() 2060 if (dmax > sblock.fs_size) in cg_constants() 2061 dmax = sblock.fs_size; in cg_constants() 2070 *ndblk = dmax - cbase; in cg_constants()
|
/titanic_44/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 152 uint64_t smin, smax, dmax; in commit_create() local 199 resource_get_max(res, &dmax) != PO_SUCCESS) in commit_create() 201 if (smin < dmax) { in commit_create() 328 uint64_t smin, smax, dmax; in commit_update() local 335 resource_get_max(pool_elem_res(e2), &dmax) != in commit_update() 338 if (smin < dmax) { in commit_update()
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | immu_dvma.c | 2562 uint_t psize, size, pcnt, dmax; in immu_map_dvmaseg() local 2587 pcnt = dmax = 0; in immu_map_dvmaseg() 2674 } else if (IMMU_CONTIG_PADDR(dcookies[dmax], paddr)) { in immu_map_dvmaseg() 2675 dcookies[dmax].dck_npages++; in immu_map_dvmaseg() 2678 if (dmax == (IMMU_NDCK - 1)) { in immu_map_dvmaseg() 2683 npages, dcookies, dmax + 1, rdip, in immu_map_dvmaseg() 2689 uint_t, npages, uint_t, dmax+1); in immu_map_dvmaseg() 2693 dmax = 0; in immu_map_dvmaseg() 2695 dmax++; in immu_map_dvmaseg() 2696 dcookies[dmax].dck_paddr = paddr; in immu_map_dvmaseg() [all …]
|
/titanic_44/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 2485 diskaddr_t dmax; in initcg() local 2522 dmax = cbase + sblock.fs_fpg; in initcg() 2523 if (dmax > sblock.fs_size) /* last cg may be smaller than normal */ in initcg() 2524 dmax = sblock.fs_size; in initcg() 2539 icg.cg_ndblk = dmax - cbase; in initcg() 2677 for (d = dupper; d + sblock.fs_frag <= dmax - cbase; ) { in initcg() 2727 if (d < dmax - cbase) { in initcg() 2728 icg.cg_frsum[dmax - cbase - d]++; in initcg() 2729 for (; d < dmax - cbase; d++) { in initcg() 3859 diskaddr_t dmax; in checksummarysize() local [all …]
|
/titanic_44/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 1569 uint64_t smin, smax, dmax; in process_min_max() local 1586 (void) pool_value_get_uint64(pv, &dmax); in process_min_max() 1591 if (smin < dmax) { in process_min_max()
|