Searched refs:delta (Results 101 - 105 of 105) sorted by relevance

12345

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs.h931 struct zfs_stat *fsp, struct zfs_stat *tsp, int delta, void *arg);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl4088 # $delta is positive for a forward search, negative for a backward one.
4089 my $delta = $from < $to ? +1 : -1;
4092 my $limit = $delta > 0 ? $#dbline : 1;
4096 # If $delta is positive (going forward), $limit will be $#dbline.
4098 # $delta of 1 (positive), so the result is > 0 and we should use $to
4102 # times $delta of 1 (positive), so the result is < 0 and we should
4105 # If $delta is negative (going backward), $limit will be 1.
4106 # If $to is zero, ($limit - $to) will be 1, times $delta of -1
4111 # times $delta of -1 (negative), so the result is not > 0, and
4114 # If $to is 1, ($limit - $to) will zero, times $delta o
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c682 I32 delta = 0; local
881 delta += max1 - min1;
1150 delta += (minnext + deltanext) * maxcount - minnext * mincount;
1658 *deltap = is_inf_internal ? I32_MAX : delta;
H A Dsv.c4317 register STRLEN delta; local
4320 delta = ptr - SvPVX(sv);
4340 SvLEN(sv) -= delta;
4341 SvCUR(sv) -= delta;
4342 SvPVX(sv) += delta;
4343 SvIVX(sv) += delta;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm165 'Delta' => q|$\Delta$|, # greek capital letter delta
190 'delta' => q|$\delta$|, # greek small letter delta

Completed in 83 milliseconds

12345