Searched refs:istart (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libc/port/fp/
H A D__x_power.c241 int lengthx, lengthp, istart, istop; local
418 istart = j - lengthp + 1;
419 if (istart < 0)
420 istart = 0;
428 __multiply_base_two_vector(istop - istart + 1,
429 &(pbf->bsignificand[istart]),
440 __multiply_base_ten_vector(istop - istart + 1,
441 &(pbf->bsignificand[istart]),
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A D_times_power.c299 int istart = j - lengthp + 1, istop = lengthx - 1; local
306 if (0 > istart)
307 istart = 0;
311 _multiply_base_two_vector((short unsigned) (istop - istart + 1), &(pbf->bsignificand[istart]), &(pp[j - istop]), product);
318 _multiply_base_ten_vector((short unsigned) (istop - istart + 1), &(pbf->bsignificand[istart]), &(pp[j - istop]), product);
/opensolaris-onvv-gate/usr/src/cmd/fmthard/
H A Dfmthard.c707 diskaddr_t istart; local
767 istart = vtoc->v_part[i].p_start;
772 if ((jstart <= istart) &&
773 (istart <= endsect)) {
801 diskaddr_t istart; local
831 istart = efi->efi_parts[i].p_start;
836 if ((jstart <= istart) &&
837 (istart <= endsect)) {
/opensolaris-onvv-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c656 diskaddr_t istart, jstart, isize, jsize, endsect; local
727 istart = vtoc->efi_parts[i].p_start;
731 if ((jstart <= istart) &&
732 (istart <= endsect)) {
1072 diskaddr_t istart, jstart, isize, jsize, endsect; local
1132 istart = vtoc->efi_parts[i].p_start;
1136 if ((jstart <= istart) &&
1137 (istart <= endsect)) {
/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dlabel.c936 diskaddr_t istart, jstart, isize, jsize, endsect; local
995 istart = vtoc->efi_parts[i].p_start;
999 if ((jstart <= istart) &&
1000 (istart <= endsect)) {
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_nvram.c52 uint8_t *istart, *iend; /* ila */ local
138 istart = ddi_modsym(modhp, buf, &errno);
220 if (pmcs_fw_flash(pwp, (void *)istart,
221 (uint32_t)((size_t)iend - (size_t)istart))) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1556 off_t istart, len; /* istart, special for idb */ local
1583 istart = blkroundup(fs, (lp->l_start));
1668 istart = (uoff + nbytes);
1680 for (i = istart; i < (lp->l_start + lp->l_len); i += fs->fs_bsize) {

Completed in 119 milliseconds