| /src/sys/external/bsd/acpica/dist/compiler/ |
| aslcompiler.l | 79 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 (3); return (PARSEOP_EXP_DIVIDE); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| watchpoints.c | 24 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; /* Outside loop * [all...] |
| signals.c | 7 static int count = 0; variable 13 ++count; 19 ++count; 25 ++count; 38 ++count; /* first */ 40 ++count; /* second */ 44 return count;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| watchpoints.c | 24 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; /* Outside loop * [all...] |
| signals.c | 7 static int count = 0; variable 13 ++count; 19 ++count; 25 ++count; 38 ++count; /* first */ 40 ++count; /* second */ 44 return count;
|
| /src/external/bsd/libfido2/dist/src/ |
| buf.c | 11 fido_buf_read(const unsigned char **buf, size_t *len, void *dst, size_t count) 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) 26 if (count > *len) 29 memcpy(*buf, src, count); 30 *buf += count; 31 *len -= count; [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/h8300/ |
| parityhi2.c | 31 int count = 0; local 34 count++; 35 return count & 1;
|
| popcounthi2.c | 31 int count = 0; local 34 count++; 35 return count;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/h8300/ |
| parityhi2.c | 31 int count = 0; local 34 count++; 35 return count & 1;
|
| popcounthi2.c | 31 int count = 0; local 34 count++; 35 return count;
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_087.c | 11 count(void) function
|
| /src/external/gpl3/gcc/dist/libgomp/config/accel/ |
| omp-lock.h | 10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; member in struct:__anon14427 12 typedef struct { int owner, count; } omp_nest_lock_25_t; member in struct:__anon14428
|
| /src/external/gpl3/gcc/dist/libgomp/config/linux/ |
| omp-lock.h | 10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; member in struct:__anon14432 12 typedef struct { int owner, count; } omp_nest_lock_25_t; member in struct:__anon14433
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/accel/ |
| omp-lock.h | 10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; member in struct:__anon16838 12 typedef struct { int owner, count; } omp_nest_lock_25_t; member in struct:__anon16839
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/linux/ |
| omp-lock.h | 10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; member in struct:__anon16842 12 typedef struct { int owner, count; } omp_nest_lock_25_t; member in struct:__anon16843
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/ |
| omp-lock.h | 10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; member in struct:__anon16845 12 typedef struct { int owner, count; } omp_nest_lock_25_t; member in struct:__anon16846
|
| simple-bar.h | 36 unsigned count; member in struct:__anon16847 40 gomp_simple_barrier_init (gomp_simple_barrier_t *bar, unsigned count) 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");
|
| /src/external/gpl3/gcc/dist/libgomp/config/nvptx/ |
| simple-bar.h | 36 unsigned count; member in struct:__anon14435 40 gomp_simple_barrier_init (gomp_simple_barrier_t *bar, unsigned count) 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");
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| dnlcstat | 12 # 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';
|
| xvmstat | 11 # 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';
|
| /src/external/cddl/dtracetoolkit/dist/Kernel/ |
| dnlcstat | 12 # 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';
|
| /src/external/cddl/dtracetoolkit/dist/Mem/ |
| xvmstat | 11 # 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';
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| spaces.c | 22 @deftypefn Extension char* spaces (int @var{count}) 48 spaces (int count) 54 if (count > maxsize) 57 buf = (char *) malloc (count + 1); 60 for (t = buf + count ; t != buf ; ) 64 maxsize = count; 65 buf[count] = '\0'; 67 return (const char *) (buf + maxsize - count);
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| spaces.c | 22 @deftypefn Extension char* spaces (int @var{count}) 48 spaces (int count) 54 if (count > maxsize) 57 buf = (char *) malloc (count + 1); 60 for (t = buf + count ; t != buf ; ) 64 maxsize = count; 65 buf[count] = '\0'; 67 return (const char *) (buf + maxsize - count);
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| spaces.c | 22 @deftypefn Extension char* spaces (int @var{count}) 48 spaces (int count) 54 if (count > maxsize) 57 buf = (char *) malloc (count + 1); 60 for (t = buf + count ; t != buf ; ) 64 maxsize = count; 65 buf[count] = '\0'; 67 return (const char *) (buf + maxsize - count);
|