| /src/external/bsd/am-utils/dist/scripts/ |
| wait4amd2die.in | 34 maxcount=`expr $count + 1` 35 while [ $i != $maxcount ]; do
|
| redhat-ctl-amd.in | 58 maxcount=`expr $count + 1` 59 while [ $i != $maxcount ]; do
|
| /src/external/gpl3/gdb/dist/libiberty/testsuite/ |
| demangler-fuzzer.c | 43 fprintf (fp, " -m MAXCOUNT Exit after MAXCOUNT symbols.\n"); 55 int count = 0, maxcount = DEFAULT_MAXCOUNT; local 79 maxcount = atoi (optarg); 90 while (maxcount < 0 || count < maxcount)
|
| /src/external/gpl3/gdb.old/dist/libiberty/testsuite/ |
| demangler-fuzzer.c | 43 fprintf (fp, " -m MAXCOUNT Exit after MAXCOUNT symbols.\n"); 55 int count = 0, maxcount = DEFAULT_MAXCOUNT; local 79 maxcount = atoi (optarg); 90 while (maxcount < 0 || count < maxcount)
|
| /src/sys/compat/netbsd32/ |
| netbsd32_compat_20.c | 100 size_t count, maxcount; local 104 maxcount = SCARG(uap, bufsize) / sizeof(struct netbsd32_statfs); 109 if (sfsp && count < maxcount) { 142 if (sfsp && count > maxcount) 143 *retval = maxcount;
|
| /src/sys/compat/ultrix/ |
| ultrix_fs.c | 217 long count, maxcount; local 222 maxcount = SCARG(uap, bufsize) / sizeof(struct ultrix_fs_data); 241 maxcount = 1; 256 while (count < maxcount && (mp = mountlist_iterator_next(iter))) { 287 if (sfsp != NULL && count > maxcount) 288 *retval = maxcount;
|
| /src/external/gpl3/gcc/dist/libgomp/config/linux/ |
| affinity.c | 475 unsigned long maxcount local 477 if (count > maxcount) 478 count = maxcount;
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/linux/ |
| affinity.c | 475 unsigned long maxcount local 477 if (count > maxcount) 478 count = maxcount;
|
| /src/external/bsd/file/dist/src/ |
| cdf.c | 943 cdf_grow_info(cdf_property_info_t **info, size_t *maxcount, size_t incr) 946 size_t newcount = *maxcount + incr; 959 *maxcount = newcount; 963 *maxcount = 0; 998 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) 1028 inp = cdf_grow_info(info, maxcount, sh.sh_properties); 1095 inp = cdf_grow_info(info, maxcount, nelements); 1148 *maxcount = 0; 1157 size_t maxcount; local 1175 maxcount = 0 [all...] |
| /src/sys/arch/acorn32/stand/nbfs/ |
| nbfs.c | 352 size_t maxcount = r->r3; local 423 if (++count == maxcount)
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| directives.cc | 1948 int maxcount; local 1951 maxcount = 50; 1952 toks = XNEWVEC (cpp_token, maxcount); 1958 if (count == maxcount) 1960 maxcount = maxcount * 3 / 2; 1961 toks = XRESIZEVEC (cpp_token, toks, maxcount);
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| directives.cc | 1927 int maxcount; local 1930 maxcount = 50; 1931 toks = XNEWVEC (cpp_token, maxcount); 1937 if (count == maxcount) 1939 maxcount = maxcount * 3 / 2; 1940 toks = XRESIZEVEC (cpp_token, toks, maxcount);
|
| /src/lib/librpcsvc/ |
| nfs_prot.x | 974 count3 maxcount;
|
| /src/sys/kern/ |
| vfs_syscalls.c | 1437 size_t count, maxcount; local 1441 maxcount = bufsize / entry_sz; 1445 if (sfsp && count < maxcount) { 1475 if (sfsp && count > maxcount) 1476 *retval = maxcount;
|
| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decBasic.c | 196 static uInt maxcount=0; /* worst-seen subtractions count */ local 582 if (divcount>maxcount) { /* new high-water nark */ 583 maxcount=divcount; 584 printf("DivNewMaxCount: %ld\n", (LI)maxcount);
|
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decBasic.c | 196 static uInt maxcount=0; /* worst-seen subtractions count */ local 582 if (divcount>maxcount) { /* new high-water nark */ 583 maxcount=divcount; 584 printf("DivNewMaxCount: %ld\n", (LI)maxcount);
|
| /src/external/gpl3/gdb/dist/libdecnumber/ |
| decBasic.c | 196 static uInt maxcount=0; /* worst-seen subtractions count */ local 582 if (divcount>maxcount) { /* new high-water nark */ 583 maxcount=divcount; 584 printf("DivNewMaxCount: %ld\n", (LI)maxcount);
|
| /src/external/gpl3/gdb.old/dist/libdecnumber/ |
| decBasic.c | 196 static uInt maxcount=0; /* worst-seen subtractions count */ local 582 if (divcount>maxcount) { /* new high-water nark */ 583 maxcount=divcount; 584 printf("DivNewMaxCount: %ld\n", (LI)maxcount);
|
| /src/external/bsd/am-utils/dist/include/ |
| am_xdr_func.h | 832 am_count3 maxcount; member in struct:am_READDIRPLUS3args
|
| /src/external/bsd/am-utils/dist/libamu/ |
| xdr_func.c | 2753 if (!xdr_am_count3(xdrs, &objp->maxcount))
|