Searched refs:COUNT (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dspeed.t46 $COUNT++;
63 $COUNT=0;
83 print "# Total calls: $COUNT.\n";
87 $COUNT=0;
96 print (($COUNT > $N) ? "ok 3\n" : "not ok 3\n");
99 $COUNT = 0;
107 print ($COUNT == 0 ? "ok 6\n" : "not ok 6\n");
H A Dnormalize.t41 $COUNT = 0;
42 sub parity { $COUNT++; $_[0] % 2 }
47 print (( ($COUNT == 2) ? '' : 'not '), "ok 5\n");
50 $COUNT = 0;
51 sub par2 { $COUNT++; $_[0] % 2 }
55 print (( ($COUNT == 2) ? '' : 'not '), "ok 7\n");
H A Dcorrectness.t11 { my $COUNT = 0;
13 $FAIL++ if $COUNT++;
28 $f = do { my $COUNT = 0; sub { $FAIL++ if $COUNT++; 12 } };
37 $f = do { my $COUNT = 0; sub { $FAIL++ if $COUNT++; 13 } };
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Derrinfo60 $COUNT = 0;
68 $COUNT = 1 if $opt_c;
86 if ($COUNT) { # aggregate style
123 if ($COUNT) {
137 if ($COUNT && $header) {
139 "EXEC","SYSCALL","ERR","COUNT","DESC");
151 if ($COUNT) {
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Derrinfo60 $COUNT = 0;
68 $COUNT = 1 if $opt_c;
86 if ($COUNT) { # aggregate style
123 if ($COUNT) {
137 if ($COUNT && $header) {
139 "EXEC","SYSCALL","ERR","COUNT","DESC");
151 if ($COUNT) {
/osnet-11/usr/src/lib/libc/port/regex/
H A Dregex.h48 #define COUNT 0x3 macro
H A Dregex.c971 case ASCII_CHAR|COUNT: /* char{min_count,max_count} */
974 * encoded as <ASCII_CHAR|COUNT><ascii_char>\
1006 /* end case ASCII_CHAR|COUNT */
1051 case MULTIBYTE_CHAR|COUNT: /* char{min_count,max_count} */
1054 * encoded as <MULTIBYTE_CHAR|COUNT><multibyte_char>\
1096 /* end case MULTIBYTE_CHAR|COUNT */
1159 case ANY_CHAR|COUNT: /* .{min_count,max_count} */
1162 * encoded as <ANY_CHAR|COUNT>\
1227 } /* end case ANY_CHAR|COUNT */
1297 case IN_ASCII_CHAR_CLASS | COUNT
[all...]
H A Dregcmp.c614 * <compiled_regex...><END_GROUP|COUNT><groupn>\
771 * <regex type|COUNT><compiled_regex...>
775 * <regex type|COUNT><compiled_regex...>
779 * <regex type>|COUNT><compiled_regex...>
784 * <compiled_regex...><END_GROUP|COUNT><groupn>\
794 regex_typep | COUNT);
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmallint.h49 #define COUNT(n) ((void) n++) macro
53 #define COUNT(n) ((void)0) macro
H A Dmalloc.c176 COUNT(nmalloc);
294 COUNT(nrealloc);
486 COUNT(nfree);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmallint.h47 #define COUNT(n) ((void) n++) macro
51 #define COUNT(n) ((void)0) macro
H A Dmalloc.c183 COUNT(nmalloc);
316 COUNT(nrealloc);
495 COUNT(nfree);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm111 =item timeit(COUNT, CODE)
113 Arguments: COUNT is the number of times to run the loop, and CODE is
119 =item timethis ( COUNT, CODE, [ TITLE, [ STYLE ]] )
121 Time COUNT iterations of CODE. CODE may be a string to eval or a
124 TITLE defaults to "timethis COUNT" if none is provided. STYLE
127 The COUNT can be zero or negative: this means the I<minimum number of
151 =item timethese ( COUNT, CODEHASHREF, [ STYLE ] )
158 timethis(COUNT, VALUE, KEY, STYLE)
162 The COUNT can be zero or negative, see timethis().
197 =item clearcache ( COUNT )
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dtail.c108 #define COUNT (1<<0) macro
389 *f |= COUNT;
465 flags |= COUNT;
592 if (!(flags & COUNT))
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c73 #define COUNT_LINKED_LIST(COUNT, PTYPE, START, FIELD) \
81 (COUNT) = cll_counter; \
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c383 /**/COUNT(N_reclaim);
666 /**/COUNT(N_alloc);
695 /**/COUNT(N_last);
724 { /**/COUNT(N_wild);
869 /**/COUNT(N_free);
941 /**/COUNT(N_resize);
H A Dvmhdr.h152 #define COUNT(n) ((n) += 1) macro
158 #define COUNT(n) macro

Completed in 54 milliseconds