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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_times_power.c297 int istart = j - lengthp + 1, istop = lengthx - 1; local
304 if (0 > istart)
305 istart = 0;
309 _multiply_base_two_vector((short unsigned) (istop - istart + 1), &(pbf->bsignificand[istart]), &(pp[j - istop]), product);
316 _multiply_base_ten_vector((short unsigned) (istop - istart + 1), &(pbf->bsignificand[istart]), &(pp[j - istop]), product);
/illumos-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]),
/illumos-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)) {
/illumos-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))) {
/illumos-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c664 diskaddr_t istart, jstart, isize, jsize, endsect; local
735 istart = vtoc->efi_parts[i].p_start;
739 if ((jstart <= istart) &&
740 (istart <= endsect)) {
1080 diskaddr_t istart, jstart, isize, jsize, endsect; local
1140 istart = vtoc->efi_parts[i].p_start;
1144 if ((jstart <= istart) &&
1145 (istart <= endsect)) {
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c1006 diskaddr_t istart, jstart, isize, jsize, endsect; local
1065 istart = vtoc->efi_parts[i].p_start;
1069 if ((jstart <= istart) &&
1070 (istart <= endsect)) {
/illumos-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 57 milliseconds