Searched refs:maxoffs (Results 1 – 4 of 4) sorted by relevance
197 undef($maxoffs);510 $minoffs,$maxoffs,1072 undef $maxoffs;1103 $maxoffs = &max(@offs);1113 ($minoffs == $maxoffs) && ($minoffs -= 0.1,$maxoffs += 0.1);1120 if (($maxoffs - $minoffs) > $MinClip)1122 $f = (&abs($minoffs) < &abs($maxoffs)) ? $FuzzLow : $FuzzBig;1126 $maxy = (($maxoffs - $m) <= ($f * $i))1127 ? $maxoffs : ($m + $f * $i);1132 $maxy = $maxoffs;[all …]
542 uint_t *noffs, *maxoffs; in dt_probe_define() local584 maxoffs = &pip->pi_maxenoffs; in dt_probe_define()588 maxoffs = &pip->pi_maxoffs; in dt_probe_define()591 if (*noffs == *maxoffs) { in dt_probe_define()592 uint_t new_max = *maxoffs * 2; in dt_probe_define()598 bcopy(*offs, new_offs, sizeof (uint32_t) * *maxoffs); in dt_probe_define()601 *maxoffs = new_max; in dt_probe_define()610 assert(*noffs < *maxoffs); in dt_probe_define()
1023 u_char maxoffs; /* Max scsi offset */ member3176 unsigned char maxoffs; member3416 np->maxoffs = ncr_chip_table[i].maxoffs;3421 np->maxoffs = 8;3626 tp->tinfo.user.offset = usrsync != 0 ? np->maxoffs : 0;3640 np->minsync, np->maxsync, np->maxoffs,4223 if (spi->sync_offset > np->maxoffs)4224 spi->sync_offset = np->maxoffs;
1608 u_char maxoffs; /* Max scsi offset (ST) */ member2736 tp->tinfo.user.offset = np->maxoffs; in sym_prepare_setting()5633 if (ofs > np->maxoffs) in sym_sync_nego()5634 {chg = 1; ofs = np->maxoffs;} in sym_sync_nego()5754 else if (ofs > np->maxoffs) in sym_ppr_nego()5755 {chg = 1; ofs = np->maxoffs;} in sym_ppr_nego()5965 if (tp->tinfo.goal.offset > np->maxoffs) in sym_nego_default()5966 tp->tinfo.goal.offset = np->maxoffs; in sym_nego_default()8214 if (tip->offset > np->maxoffs)8215 tip->offset = np->maxoffs;[all …]