Searched refs:down (Results 1 - 25 of 34) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dinc.t123 my %down = (1=>0, ab => -1);
135 my $ans = $down{$_};
136 my $down;
137 eval {$down = --$_};
138 ok ((defined $down and $down eq $ans), $down, $@);
154 my $down;
155 eval {$down = $_--};
156 ok ((defined $down an
[all...]
/osnet-11/usr/src/lib/libc/amd64/fp/
H A D__xgetRD.s31 / 01 - Round down
/osnet-11/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s27 / 01 - Round down
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dsendkey.c168 {"down", 0, 0xe0, 0, 0x50},
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist143 127 Network is down
162 147 Host is down
/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_field.c159 /* down - return active field on page below f */
161 down(FIELD *f) function
256 return (_set_current_field(f, down(C(f))));
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu_entry.c186 /* Print a down arrow. */
205 int up, int down, enum update_mode mode)
224 down = 1;
292 /* Draw up and down arrows. */
295 if (down)
311 int up, int down, enum update_mode mode)
316 up, down, mode);
324 int down[screen->nterms]; local
330 down[i] = 0;
351 /* Scroll down
203 update_screen(struct screen *screen, struct per_term_screen *term_screen, int region_start, int region_column, int up, int down, enum update_mode mode) argument
309 update_screen_all(struct screen *screen, int region_start, int region_column, int up, int down, enum update_mode mode) argument
[all...]
/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dmenu.h69 struct ITEM *down; member in struct:ITEM
H A Dprivate.h137 #define Down(i) (i)->down
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t123 lock_keys(%hash, qw(foo bar baz up down));
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s163 ! DO NOT remove these NOPs. It will slow down the halfword loop by 15%
H A Dascii_strcasecmp.s217 andn %i1, 3, %i1 ! round s1 pointer down to next word
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s90 and %o1, -8, %o1 ! round s1 down to next aligned dword
H A Dascii_strcasecmp.s217 andn %i1, 3, %i1 ! round s1 pointer down to next word
H A Dstrncpy.s337 ! do not remove these pads, loop above may slow down otherwise
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm97 program can slow your whole program down. See L<perlre> for
H A DCC.pm1849 seen to be used at compile time. The down side is that any subs which
H A DConcise.pm883 'top-to-bottom'. Because this mode grows both to the right and down,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm60 # Move items down to close the gap
251 Remove the first element of the array (shifting other elements down)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c1299 a UV. In range NV has been rounded down to nearest UV and
4132 /* pull up or down? */
4146 if (after) { /* anything to pull down? */
4175 /* push up or down? */
4340 register char *down; local
4365 down = (char*)(s - 1);
4367 while (down > up) {
4369 *up++ = *down;
4370 *down-- = (char)tmp;
4376 down
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm154 rounds the higher resolution timer values up, down, or to the nearest second
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm26 logs that are neither time stamped nor fully identified. Tracking down
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm328 shutdown Socket close down just half of a socket connection
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm2101 # in case of 01234 we round down, for 6789 up, and only in case 5 we look
2105 ($mode eq 'trunc') || # trunc by round down
2106 ($digit_after =~ /[01234]/) || # round down anyway,
2115 ($mode eq 'zero') # round down if zero, sign adjusted below
3351 round to minus infinity, i.e. always round down. E.g., when
3357 round to zero, i.e. positive numbers down, negative ones up.
3402 wether it must round up or down.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm913 down to the console automatically if all other media fail.

Completed in 67 milliseconds

12