Searched refs:count (Results 1 - 25 of 8500) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslcompiler.l79 count (int type);
109 [ ] { count (0); }
110 [\n] { count (0); } /* Handle files with both LF and CR/LF */
111 [\r] { count (0); } /* termination on both Unix and Windows */
112 [ \t] { count (0); }
120 ";" { count (0); return(';'); }
124 "~" { count (3); return (PARSEOP_EXP_NOT); }
125 "!" { count (3); return (PARSEOP_EXP_LOGICAL_NOT); }
126 "*" { count (3); return (PARSEOP_EXP_MULTIPLY); }
127 "/" { count (
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dwatchpoints.c24 int count = -1; variable
33 for (count = 0; count < 4; count++) {
34 ival1 = count; ival2 = count;
35 ival3 = count; ival4 = count;
38 ival1 = count; ival2 = count; /* Outsid
[all...]
H A Dsignals.c7 static int count = 0; variable
13 ++count;
19 ++count;
25 ++count;
38 ++count; /* first */
40 ++count; /* second */
44 return count;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoints.c24 int count = -1; variable
33 for (count = 0; count < 4; count++) {
34 ival1 = count; ival2 = count;
35 ival3 = count; ival4 = count;
38 ival1 = count; ival2 = count; /* Outsid
[all...]
H A Dsignals.c7 static int count = 0; variable
13 ++count;
19 ++count;
25 ++count;
38 ++count; /* first */
40 ++count; /* second */
44 return count;
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dver_test_8.sh25 count=`grep -c -E '(_GLOBAL_OFFSET_TABLE_|\.TOC\.)' ver_test_8_2.so.syms`
27 if test "$count" -gt 1; then
28 echo "Found $count copies of '_GLOBAL_OFFSET_TABLE_|.TOC.' (should be only 1)"
H A Dinitpri2.c29 static int count; variable
34 if (count != 0)
36 count = 1005;
44 if (count != 1005)
54 if (count != 1005)
56 count = 1007;
64 if (count != 1007)
66 count = 1005;
75 if (count != 1007)
77 count
[all...]
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dbuf.c11 fido_buf_read(const unsigned char **buf, size_t *len, void *dst, size_t count) argument
13 if (count > *len)
16 memcpy(dst, *buf, count);
17 *buf += count;
18 *len -= count;
24 fido_buf_write(unsigned char **buf, size_t *len, const void *src, size_t count) argument
26 if (count > *len)
29 memcpy(*buf, src, count);
30 *buf += count;
31 *len -= count;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/h8300/
H A Dpopcounthi2.c31 int count = 0; local
34 count++;
35 return count;
H A Dparityhi2.c31 int count = 0; local
34 count++;
35 return count & 1;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/h8300/
H A Dpopcounthi2.c31 int count = 0; local
34 count++;
35 return count;
H A Dparityhi2.c31 int count = 0; local
34 count++;
35 return count & 1;
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_087.c11 count(void) function
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/linux/
H A Domp-lock.h10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; member in struct:__anon1796
12 typedef struct { int owner, count; } omp_nest_lock_25_t; member in struct:__anon1797
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Domp-lock.h10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; member in struct:__anon1009
12 typedef struct { int owner, count; } omp_nest_lock_25_t; member in struct:__anon1010
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Domp-lock.h10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; member in struct:__anon1012
12 typedef struct { int owner, count; } omp_nest_lock_25_t; member in struct:__anon1013
H A Dsimple-bar.h36 unsigned count; member in struct:__anon1361
40 gomp_simple_barrier_init (gomp_simple_barrier_t *bar, unsigned count) argument
42 bar->count = count * 32;
47 gomp_simple_barrier_reinit (gomp_simple_barrier_t *bar, unsigned count)
49 bar->count = count * 32;
61 asm volatile ("bar.sync 0, %0;" : : "r" (bar->count) : "memory");
67 asm volatile ("bar.arrive 0, %0;" : : "r" (bar->count) : "memory");
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/accel/
H A Domp-lock.h10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; member in struct:__anon1366
12 typedef struct { int owner, count; } omp_nest_lock_25_t; member in struct:__anon1367
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/accel/
H A Domp-lock.h10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; member in struct:__anon1356
12 typedef struct { int owner, count; } omp_nest_lock_25_t; member in struct:__anon1357
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dinit-mixed.c6 static int count; variable
11 if (count != 0)
13 count = 1005;
21 if (count != 1005)
31 if (count != 1005)
33 count = 1006;
38 if (count != 1006)
40 count = 1007;
48 if (count != 1006)
50 count
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Dsimple-bar.h36 unsigned count; member in struct:__anon1630
40 gomp_simple_barrier_init (gomp_simple_barrier_t *bar, unsigned count) argument
42 bar->count = count * 32;
47 gomp_simple_barrier_reinit (gomp_simple_barrier_t *bar, unsigned count)
49 bar->count = count * 32;
61 asm volatile ("bar.sync 0, %0;" : : "r" (bar->count) : "memory");
67 asm volatile ("bar.arrive 0, %0;" : : "r" (bar->count) : "memory");
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Ddnlcstat12 # USAGE: dnlcstat [interval [count]]
49 interval=1; count=-1
54 USAGE: dnlcstat [interval [count]]
65 interval=$1; count=-1; shift
68 count=$1; shift
85 inline int COUNTER = '$count';
H A Dxvmstat11 # USAGE: xvmstat [interval [count]]
66 interval=1; count=-1
71 USAGE: xvmstat [interval [count]]
82 interval=$1; count=-1; shift
85 count=$1; shift
102 inline int COUNTER = '$count';
/netbsd-current/external/cddl/dtracetoolkit/dist/Kernel/
H A Ddnlcstat12 # USAGE: dnlcstat [interval [count]]
49 interval=1; count=-1
54 USAGE: dnlcstat [interval [count]]
65 interval=$1; count=-1; shift
68 count=$1; shift
85 inline int COUNTER = '$count';
/netbsd-current/external/cddl/dtracetoolkit/dist/Mem/
H A Dxvmstat11 # USAGE: xvmstat [interval [count]]
66 interval=1; count=-1
71 USAGE: xvmstat [interval [count]]
82 interval=$1; count=-1; shift
85 count=$1; shift
102 inline int COUNTER = '$count';

Completed in 221 milliseconds

1234567891011>>