Searched refs:count (Results 126 - 150 of 3861) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20040401-1.c1 int __atomic_readv_replacement(unsigned char iov_len, int count, int i) { argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20030307-1.c8 int fcntl_lock(int fd, int op, long long offset, long long count, int type);
10 int vfswrap_lock(char *fsp, int fd, int op, long long offset, long long count, int type) argument
12 return fcntl_lock(fd, op, offset, count, type);
15 int fcntl_lock(int fd, int op, long long offset, long long count, int type) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tls/
H A Dopt-14.c19 int count, total = 0; local
21 for (count = 0; count < 10; count++)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20040319-1.c11 struct bar { int count; int *arr;}; member in struct:bar
15 b->count = 0;
17 if (b->count == 0) /* b->count can't be assumed to be 0 here. */
24 x.arr = &x.count;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/minmax/
H A D3.cc29 static int count; member in struct:compare_counter
33 ++count;
38 int compare_counter::count = 0; member in class:compare_counter
49 VERIFY(compare_counter::count <= (3 * 8 / 2));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/tc1/
H A Ddr20.C8 int count = 0; variable
18 count += 1;
30 printf("%d %x\n", count, &t2);
31 if (count != 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20020706-2.c11 unsigned short int count = 0; local
17 count++;
19 cnt = count + 1;
20 while ((count--) > 1)
H A D20040401-1.c1 int __atomic_readv_replacement(unsigned char iov_len, int count, int i) { argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20030307-1.c8 int fcntl_lock(int fd, int op, long long offset, long long count, int type);
10 int vfswrap_lock(char *fsp, int fd, int op, long long offset, long long count, int type) argument
12 return fcntl_lock(fd, op, offset, count, type);
15 int fcntl_lock(int fd, int op, long long offset, long long count, int type) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A D20040319-1.c11 struct bar { int count; int *arr;}; member in struct:bar
15 b->count = 0;
17 if (b->count == 0) /* b->count can't be assumed to be 0 here. */
24 x.arr = &x.count;
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/libsa/
H A Dwinprintf.c43 int count; local
48 count = wvsprintf(buffer, lpszFmt, ap);
50 if (count > 0) {
53 return count;
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/libsa/
H A Dwinprintf.c44 int count; local
49 count = wvsprintf(buffer, lpszFmt, ap);
51 if (count > 0) {
54 return count;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dstrcspn.c35 size_t count = 0; local
39 ++count;
41 return count;
43 return count;
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/tests/
H A Dchardata.c38 storage->count = -1;
49 if (storage->count < 0)
50 storage->count = 0;
51 if ((len + storage->count) > maxchars) {
52 len = (maxchars - storage->count);
54 if (len + storage->count < sizeof(storage->data)) {
55 memcpy(storage->data + storage->count, s, len);
56 storage->count += len;
68 if (storage->count < 0)
69 storage->count
87 int count; local
116 int count; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsignals.c11 static int count = 0; variable
23 ++count;
29 ++count;
35 ++count;
52 ++count; /* first */
54 ++count; /* second */
58 return count;
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dlock.h94 #define SPINLOCK_BACKOFF(count) \
97 for (__i = (count); __i != 0; __i--) { \
100 if ((count) < SPINLOCK_BACKOFF_MAX) \
101 (count) += (count); \
104 #define SPINLOCK_RUN_HOOK(count) ((count) >= SPINLOCK_BACKOFF_MAX)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dcall1.C6 int count = 0; variable
9 T() { count++; }
10 T(const T&) { count++; }
11 ~T() { if (count==0) abort(); --count; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcopy3.C25 int count = 0; variable
30 if (x != ++count)
42 ~A() { count++; if (count != 4 && count != 5) die (-1); }
H A Dinit3.C9 int count = 0; variable
15 bar1 (int) { if (count != 0) die (); count = 1; }
21 bar2 (int) { if (count != 1) die (); count = 2; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr45055.c12 int x, color, count; local
17 count = bar ();
21 count = color = -1;
22 if (count == 0)
23 color = count = bar ();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/init/
H A Dcall1.C6 int count = 0; variable
9 T() { count++; }
10 T(const T&) { count++; }
11 ~T() { if (count==0) abort(); --count; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcopy3.C25 int count = 0; variable
30 if (x != ++count)
42 ~A() { count++; if (count != 4 && count != 5) die (-1); }
H A Dinit3.C9 int count = 0; variable
15 bar1 (int) { if (count != 0) die (); count = 1; }
21 bar2 (int) { if (count != 1) die (); count = 2; }

Completed in 303 milliseconds

1234567891011>>