Searched refs:slow (Results 1 - 24 of 24) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_rw.c42 goto slow;
48 goto slow;
55 slow:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dhashassign.t102 my %slow;
103 $slow{Dromedary} = 1;
104 $slow{Camel} = 2;
106 ok (eq_hash (\%slow, \%direct), "direct list assignment to hash");
108 ok (eq_hash (\%slow, \%direct), "direct list assignment to hash using =>");
110 $slow{Llama} = 0; # A llama is not a camel :-)
111 ok (!eq_hash (\%direct, \%slow), "different hashes should not be equal!");
/osnet-11/usr/src/lib/libtsol/common/
H A Dmisc.c47 static bslabel_t slow, shigh; /* static Admin Low and High SLs */ variable
69 * Uses slow, shigh.
76 if (!BLTYPE(&slow, SUN_SL_ID)) {
79 BSLLOW(&slow);
84 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh)))
131 * Uses slow, shigh.
143 if (!BLTYPE(&slow, SUN_SL_ID)) {
146 BSLLOW(&slow);
151 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh))) {
H A Dbtos.c51 static bslabel_t slow; /* static admin_low high sensitivity label */ variable
141 * Uses ADMIN_HIGH, ADMIN_LOW, shigh, slow.
183 if (!BLTYPE(&slow, SUN_SL_ID)) {
186 BSLLOW(&slow);
190 if (BLEQUAL(label, &slow)) {
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c138 slow: if ((t->bt_rfp = fdopen(rfd, "rb")) == NULL)
180 goto slow;
187 goto slow;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAnyDBM_File.pm59 Speed ? ? slow ok fast
H A DDigest.pm292 are so slow.
H A Doverload.pm802 the stashes, which are rarely used directly, thus should not slow down
1290 are not cached, the calculator is very slow.
H A DMemoize.pm407 This function is very slow. Why? To compute fib(14), it first wants
H A DCGI.pm7827 the script attempts to allocate the memory the system may slow 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%
/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
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm387 # chuck it all out, quick or slow
549 only twice as slow as perlglob.exe (GSAR 28-MAY-97)
H A DFind.pm304 If you do set C<$File::Find::dont_use_nlink> to 1, you will notice slow-downs.
/osnet-11/usr/src/lib/libc/sparcv9/gen/
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/lib/Pod/
H A DPerldoc.pm246 -r Recursive search (slow)
H A DMan.pm1367 Pod::Man is excessively slow.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm300 # twice as slow as $x = [ @$y ], but necc. to retain $x as ref :(
428 # slow variant
528 # the general div algorithmn here is about O(N*N) and thus quite slow, so
723 # the general div algorithmn here is about O(N*N) and thus quite slow, so
1105 # slow way since $y to big
2079 slow) fallback routines to emulate these:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm769 # For slow connections, we save lots of bandwidth by printing only once
1084 reduces output and may help increase testing speed over slow
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp74 This may significantly slow down the generated code, but this is the way
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm2334 slow. For example, suppose you have a million-record file, and you
2449 always be fairly slow, because everything after the new record must be
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm3774 If you find the Calc module to slow, try to install any of the replacement
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure859 --enable-dependency-tracking do not reject slow dependency extractors
1471 # As a last resort, use the slow shell script. We don't cache a
/osnet-11/usr/src/grub/grub2/
H A Dconfigure2022 --enable-dependency-tracking do not reject slow dependency extractors
2810 # As a last resort, use the slow shell script. Don't cache a
2927 # As a last resort, use the slow shell script. Don't cache a
3659 # As a last resort, use the slow shell script. Don't cache a
5141 # As a last resort, use the slow shell script. Don't cache a
30239 # As a last resort, use the slow shell script. Don't cache a
[all...]

Completed in 260 milliseconds