Searched refs:count (Results 101 - 125 of 3861) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/
H A D43183.cc27 static int count; member in struct:D
31 ++count;
35 int D::count = 0; member in class:D
43 VERIFY( D::count == 0 );
45 VERIFY( D::count == 0 );
47 VERIFY( D::count == 1 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/init/
H A Darray5.C11 int count; variable
18 if (count == num)
20 count++;
28 count--;
43 count = 0;
49 if (count != 0)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dvbuf.c83 /* number of bytes transferred. A short count is returned in case of
173 ssize_t count; local
178 for (count = 0; count < len; count++)
179 if ((buf[count] = VBUF_GET(bp)) < 0)
181 return (count);
183 for (cp = buf, count = len; count > 0; cp += n, count
199 ssize_t count; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dbcmp.c6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
8 Compares the first @var{count} bytes of two areas of memory. Returns
10 @var{count} is zero. A nonzero result only indicates a difference,
23 bcmp (const void *s1, const void *s2, size_t count) argument
25 return memcmp (s1, s2, count);
H A Dbzero.c6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
8 Zeros @var{count} bytes starting at @var{mem}. Use of this function
20 bzero (void *to, size_t count) argument
22 memset (to, 0, count);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/special/
H A Dconpr-3a.cc5 static int count; member in class:foo_t
7 foo_t(void) { x=++count; }
H A Dconpr-3b.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/g++.old-deja/g++.brendan/
H A Dcopy2.C34 int count = 0; variable
39 if (x != ++count)
51 ~Item() { count++; if (count != 7 && count != 10) die (-1); }
59 ~Compound() { count++; if (count != 6 && count != 9) die (-1); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr39007.c5 foo (int *__restrict__ p, int *__restrict__ q, int count) argument
8 for (i = 0; i < count; i++)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dbcmp.c6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
8 Compares the first @var{count} bytes of two areas of memory. Returns
10 @var{count} is zero. A nonzero result only indicates a difference,
23 bcmp (const void *s1, const void *s2, size_t count) argument
25 return memcmp (s1, s2, count);
H A Dbzero.c6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
8 Zeros @var{count} bytes starting at @var{mem}. Use of this function
20 bzero (void *to, size_t count) argument
22 memset (to, 0, count);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/special/
H A Dconpr-3a.cc5 static int count; member in class:foo_t
7 foo_t(void) { x=++count; }
H A Dconpr-3b.cc5 static int count; member in class:foo_t
7 foo_t(void) { x=++count; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcopy2.C34 int count = 0; variable
39 if (x != ++count)
51 ~Item() { count++; if (count != 7 && count != 10) die (-1); }
59 ~Compound() { count++; if (count != 6 && count != 9) die (-1); }
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dser-unix.h24 extern int ser_unix_read_prim (struct serial *scb, size_t count);
26 size_t count);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dbcmp.c6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
8 Compares the first @var{count} bytes of two areas of memory. Returns
10 @var{count} is zero. A nonzero result only indicates a difference,
23 bcmp (const void *s1, const void *s2, size_t count) argument
25 return memcmp (s1, s2, count);
H A Dbzero.c6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
8 Zeros @var{count} bytes starting at @var{mem}. Use of this function
20 bzero (void *to, size_t count) argument
22 memset (to, 0, count);
/netbsd-6-1-5-RELEASE/sys/arch/shark/shark/
H A Dhat.h57 count = count for ISA TIMER 2, which generates HAT clock
72 int hatClkOn(int count, void (*hatFn)(int), int arg,
77 count = new count for ISA TIMER 2
81 int hatClkAdjust(int count);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dbcmp.c6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
8 Compares the first @var{count} bytes of two areas of memory. Returns
10 @var{count} is zero. A nonzero result only indicates a difference,
23 bcmp (const void *s1, const void *s2, size_t count) argument
25 return memcmp (s1, s2, count);
H A Dbzero.c6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
8 Zeros @var{count} bytes starting at @var{mem}. Use of this function
20 bzero (void *to, size_t count) argument
22 memset (to, 0, count);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Decho-area.h62 extern void ea_insert (WINDOW *window, int count, unsigned char key);
63 extern void ea_quoted_insert (WINDOW *window, int count, unsigned char key);
64 extern void ea_beg_of_line (WINDOW *window, int count, unsigned char key);
65 extern void ea_backward (WINDOW *window, int count, unsigned char key);
66 extern void ea_delete (WINDOW *window, int count, unsigned char key);
67 extern void ea_end_of_line (WINDOW *window, int count, unsigned char key);
68 extern void ea_forward (WINDOW *window, int count, unsigned char key);
69 extern void ea_abort (WINDOW *window, int count, unsigned char key);
70 extern void ea_rubout (WINDOW *window, int count, unsigned char key);
71 extern void ea_complete (WINDOW *window, int count, unsigne
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/duration/arithmetic/
H A D1.cc35 VERIFY(d0.count() == 3);
36 VERIFY(d1.count() == -3);
39 VERIFY(d2.count() == 3);
42 VERIFY(d2.count() == 4);
43 VERIFY(d3.count() == 4);
46 VERIFY(d3.count() == 5);
47 VERIFY(d4.count() == 4);
50 VERIFY(d4.count() == 3);
51 VERIFY(d5.count() == 3);
54 VERIFY(d5.count()
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dnet_write.c50 ssize_t count; local
54 count = write (fd, cbuf, rem);
55 if (count < 0) {
59 return count;
61 cbuf += count;
62 rem -= count;
73 ssize_t count; local
82 count = _write (sock, cbuf, rem);
84 count = send (sock, cbuf, rem, 0);
87 rk_IS_SOCKET_ERROR(count)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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/external/gpl3/gcc/dist/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)

Completed in 234 milliseconds

1234567891011>>