Searched refs:count (Results 151 - 175 of 3861) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dmisc1.C16 static int count; member in class:C
19 ++count;
23 --count;
34 int C::count = 0; member in class:C
44 if (C::count)
H A Dp9732b.C4 int count; variable
12 base () { ++count; }
13 ~base () { --count; }
14 base(const base&o) { ++count; }
28 if (count != 0)
H A Dp789a.C11 static int count; member in struct:foo
15 x = count++;
20 --count;
23 int foo::count; member in class:foo
37 // The count should be nine, if not, fail the test.
38 if (foo::count != 9)
41 if (foo::count != 0)
H A Dp2736.C8 int count; variable
17 if (++count != which)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtest-readenv.c82 int count = 0; local
89 count = read_environment(fn, &env);
90 if(count != 3) {
91 warnx("test 1: variable count %d != 3", count);
96 count = read_environment(fn, &env);
97 if(count != 1) {
98 warnx("test 2: variable count %d != 1", count);
103 count
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dsession.h38 void name (WINDOW *window, int count, unsigned char key)
121 extern void info_next_line (WINDOW *window, int count, unsigned char key);
122 extern void info_prev_line (WINDOW *window, int count, unsigned char key);
123 extern void info_end_of_line (WINDOW *window, int count, unsigned char key);
124 extern void info_beginning_of_line (WINDOW *window, int count, unsigned char key);
125 extern void info_forward_char (WINDOW *window, int count, unsigned char key);
126 extern void info_backward_char (WINDOW *window, int count, unsigned char key);
127 extern void info_forward_word (WINDOW *window, int count, unsigned char key);
128 extern void info_backward_word (WINDOW *window, int count, unsigned char key);
129 extern void info_beginning_of_node (WINDOW *window, int count, unsigne
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-sr.c8 vector unsigned short test_sr_1 (vector unsigned short ra, vector unsigned short count) argument
10 return spu_sr (ra, count);
13 vector signed short test_sr_2 (vector signed short ra, vector unsigned short count) argument
15 return spu_sr (ra, count);
18 vector unsigned int test_sr_3 (vector unsigned int ra, vector unsigned int count) argument
20 return spu_sr (ra, count);
23 vector signed int test_sr_4 (vector signed int ra, vector unsigned int count) argument
25 return spu_sr (ra, count);
38 vector unsigned short test_sr_7 (vector unsigned short ra, unsigned int count) argument
40 return spu_sr (ra, count);
43 test_sr_8(vector signed short ra, unsigned int count) argument
58 test_sr_11(vector unsigned int ra, unsigned int count) argument
63 test_sr_12(vector signed int ra, unsigned int count) argument
71 test_sra_1(vector unsigned short ra, vector unsigned short count) argument
76 test_sra_2(vector signed short ra, vector unsigned short count) argument
81 test_sra_3(vector unsigned int ra, vector unsigned int count) argument
86 test_sra_4(vector signed int ra, vector unsigned int count) argument
101 test_sra_7(vector unsigned short ra, unsigned int count) argument
106 test_sra_8(vector signed short ra, unsigned int count) argument
121 test_sra_11(vector unsigned int ra, unsigned int count) argument
126 test_sra_12(vector signed int ra, unsigned int count) argument
193 test_srqw_13(vector unsigned char ra, unsigned int count) argument
198 test_srqw_14(vector signed char ra, unsigned int count) argument
203 test_srqw_15(vector unsigned short ra, unsigned int count) argument
208 test_srqw_16(vector signed short ra, unsigned int count) argument
213 test_srqw_17(vector unsigned int ra, unsigned int count) argument
218 test_srqw_18(vector signed int ra, unsigned int count) argument
223 test_srqw_19(vector unsigned long ra, unsigned int count) argument
228 test_srqw_20(vector signed long ra, unsigned int count) argument
233 test_srqw_21(vector unsigned long long ra, unsigned int count) argument
238 test_srqw_22(vector signed long long ra, unsigned int count) argument
243 test_srqw_23(vector float ra, unsigned int count) argument
248 test_srqw_24(vector double ra, unsigned int count) argument
315 test_srqwbyte_13(vector unsigned char ra, unsigned int count) argument
320 test_srqwbyte_14(vector signed char ra, unsigned int count) argument
325 test_srqwbyte_15(vector unsigned short ra, unsigned int count) argument
330 test_srqwbyte_16(vector signed short ra, unsigned int count) argument
335 test_srqwbyte_17(vector unsigned int ra, unsigned int count) argument
340 test_srqwbyte_18(vector signed int ra, unsigned int count) argument
345 test_srqwbyte_19(vector unsigned long ra, unsigned int count) argument
350 test_srqwbyte_20(vector signed long ra, unsigned int count) argument
355 test_srqwbyte_21(vector unsigned long long ra, unsigned int count) argument
360 test_srqwbyte_22(vector signed long long ra, unsigned int count) argument
365 test_srqwbyte_23(vector float ra, unsigned int count) argument
370 test_srqwbyte_24(vector double ra, unsigned int count) argument
437 test_srqwbytebc_13(vector unsigned char ra, unsigned int count) argument
442 test_srqwbytebc_14(vector signed char ra, unsigned int count) argument
447 test_srqwbytebc_15(vector unsigned short ra, unsigned int count) argument
452 test_srqwbytebc_16(vector signed short ra, unsigned int count) argument
457 test_srqwbytebc_17(vector unsigned int ra, unsigned int count) argument
462 test_srqwbytebc_18(vector signed int ra, unsigned int count) argument
467 test_srqwbytebc_19(vector unsigned long ra, unsigned int count) argument
472 test_srqwbytebc_20(vector signed long ra, unsigned int count) argument
477 test_srqwbytebc_21(vector unsigned long long ra, unsigned int count) argument
482 test_srqwbytebc_22(vector signed long long ra, unsigned int count) argument
487 test_srqwbytebc_23(vector float ra, unsigned int count) argument
492 test_srqwbytebc_24(vector double ra, unsigned int count) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/list/cons/
H A D4.h38 std::size_t count; local
46 for (i = list0301.begin(), count = 0;
48 ++i, ++count)
49 VERIFY(*i == A[count]);
50 VERIFY(count == N);
55 for (i = list0302.begin(), count = 0;
57 ++i, ++count)
58 VERIFY(*i == A[count]);
59 VERIFY(count == N);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/list/cons/
H A D4.cc39 std::size_t count; local
44 for (i = list0301.begin(), count = 0;
46 ++i, ++count)
47 VERIFY(*i == A[count]);
48 VERIFY(count == N);
53 for (i = list0302.begin(), count = 0;
55 ++i, ++count)
56 VERIFY(*i == A[count]);
57 VERIFY(count == N);
H A D6.cc41 std::size_t count; local
48 for (i = list0501.begin(), count = 0;
50 ++i, ++count)
51 VERIFY(*i == A[count]);
52 VERIFY(count == N);
57 for (i = list0501.begin(), count = 0;
59 ++i, ++count)
60 VERIFY(*i == B[count]);
61 VERIFY(count == M);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcopy4.C24 int count = 0; variable
29 if (x != ++count)
41 ~A() { count++; if (count != 3 && count != 5 && count != 6) die (-1); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators28.C10 void* operator new(size_t sz, int count, int type);
13 void* new_test::operator new(size_t sz, int count, int type) argument
17 printf("%d %d %d\n", sz, count, type);
19 p = new char[sz * count];
27 int count = 13; local
29 test = new(count, 1) new_test;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp789a.C11 static int count; member in struct:foo
15 x = count++;
20 --count;
23 int foo::count; member in class:foo
37 // The count should be nine, if not, fail the test.
38 if (foo::count != 9)
41 if (foo::count != 0)
H A Dp2736.C10 int count; variable
19 if (++count != which)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcopy4.C24 int count = 0; variable
29 if (x != ++count)
41 ~A() { count++; if (count != 3 && count != 5 && count != 6) die (-1); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators28.C10 void* operator new(size_t sz, int count, int type);
13 void* new_test::operator new(size_t sz, int count, int type) argument
17 printf("%d %d %d\n", sz, count, type);
19 p = new char[sz * count];
27 int count = 13; local
29 test = new(count, 1) new_test;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/scripts/
H A Dwait4amd2die.in3 # Usage: wait4amd2die [delay [count]]
4 # If not specified, delay=5 seconds and count=6 (total 30 seconds)
28 count=$2
30 count=10
34 maxcount=`expr $count + 1`
44 echo "wait4amd2die: delay $delay sec ($i of $count)..."
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dmemcmp.c6 @deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, size_t @var{count})
8 Compares the first @var{count} bytes of two areas of memory. Returns
22 memcmp (const PTR str1, const PTR str2, size_t count) argument
27 while (count-- > 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dmemcmp.c5 memcmp (const void *str1, const void *str2, size_t count) argument
10 while (count-- > 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/libgccExtras/
H A Dashlsi3.c45 USItype __ashlsi3(USIunion value, HItype count) { argument
49 /* Ignore a zero count until we get into the (count < 16)
54 /* if (count == 0) return value.l; */
56 if (count < 16) {
57 /* Shift low and high words by the count. */
58 result.s.low = value.s.low << count;
59 result.s.high = value.s.high << count;
61 /* There is now a hole in the lower `count' bits of the high
62 word. Shift the upper `count' bit
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/special/
H A Dconpr-2a.cc5 static int count; member in class:foo_t
7 foo_t(void) { x=++count; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr45869.c4 foo (unsigned int count, void **list) argument
8 for (i = 1; i < count; i++)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dmemcmp.c6 @deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, size_t @var{count})
8 Compares the first @var{count} bytes of two areas of memory. Returns
22 memcmp (const PTR str1, const PTR str2, size_t count) argument
27 while (count-- > 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/special/
H A Dconpr-2a.cc5 static int count; member in class:foo_t
7 foo_t(void) { x=++count; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/
H A Dmemcmp.c5 memcmp (const void *str1, const void *str2, size_t count) argument
10 while (count-- > 0)

Completed in 283 milliseconds

1234567891011>>