| /src/external/bsd/openldap/dist/tests/scripts/ |
| test025-limits | 86 COUNT=`awk '/^# numEntries:/ {print $3}' $SEARCHOUT` 89 if test x"$COUNT" != x ; then 90 echo "...success (got $COUNT entries)" 109 COUNT=`awk '/^# numEntries:/ {print $3}' $SEARCHOUT` 112 if test x"$COUNT" != x ; then 113 echo "...success (got $COUNT entries)" 133 COUNT=`awk '/^# numEntries:/ {print $3}' $SEARCHOUT` 136 if test x"$COUNT" != x ; then 137 if test "$COUNT" -gt "$SIZELIMIT" ; then 138 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT [all...] |
| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| t-toom44.c | 9 #define COUNT 1000
|
| t-toom33.c | 9 #define COUNT 1000
|
| t-toom6h.c | 11 #define COUNT 1000
|
| t-toom6-sqr.c | 6 #define COUNT 250
|
| t-toom8-sqr.c | 6 #define COUNT 250
|
| t-toom8h.c | 17 #define COUNT 1000
|
| t-gcd_11.c | 26 #ifndef COUNT 27 #define COUNT 500000 47 int count = COUNT; local 51 TESTS_REPS (count, argv, argc); 58 for (test = 0; test < count; test++)
|
| t-gcd_22.c | 26 #ifndef COUNT 27 #define COUNT 150000 48 int count = COUNT; local 52 TESTS_REPS (count, argv, argc); 60 for (test = 0; test < count; test++)
|
| t-mulmid.c | 32 #ifndef COUNT 33 #define COUNT 5000 55 for (test = 0; test < COUNT; test++)
|
| t-sizeinbase.c | 32 #ifndef COUNT 33 #define COUNT 30 44 int count = COUNT; local 49 TESTS_REPS (count, argv, argc); 63 for (test = 0; test < count; ++test)
|
| toom-sqr-shared.h | 30 #ifndef COUNT 31 #define COUNT 2000 38 int count = COUNT; local 44 TESTS_REPS (count, argv, argc); 57 for (test = 0; test < count; test++)
|
| /src/regress/sys/fs/lfs/ckckp/ |
| run_ckckp | 8 COUNT=$6 12 (cd $TMPMP; $UTILDIR/cleanalot_async -n $COUNT -p $PLEX -b $SIZE) &
|
| /src/external/bsd/ntp/dist/ |
| flock-build | 84 COUNT=0 88 COUNT=\`expr \$COUNT + 1\` 89 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4 90 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait 96 COUNT=\`expr \$COUNT + 1\` 97 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4 98 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait 102 COUNT=\`expr \$COUNT + 1\ [all...] |
| /src/tests/lib/libpthread/ |
| t_barrier.c | 42 #define COUNT 5 76 pthread_t new[COUNT]; 80 PTHREAD_REQUIRE(pthread_barrier_init(&barrier, NULL, COUNT)); 82 for (i = 0; i < COUNT; i++) { 91 for (i = 0; i < COUNT; i++) { 100 ATF_REQUIRE_EQ(after_barrier_count, COUNT);
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| errinfo | 60 $COUNT = 0; 68 $COUNT = 1 if $opt_c; 86 if ($COUNT) { # aggregate style 93 \@Errs[execname, probefunc, errno] = count(); 123 if ($COUNT) { 136 ### Print count header 137 if ($COUNT && $header) { 139 "EXEC","SYSCALL","ERR","COUNT","DESC"); 151 if ($COUNT) {
|
| /src/external/cddl/dtracetoolkit/dist/ |
| errinfo | 60 $COUNT = 0; 68 $COUNT = 1 if $opt_c; 86 if ($COUNT) { # aggregate style 93 \@Errs[execname, probefunc, errno] = count(); 123 if ($COUNT) { 136 ### Print count header 137 if ($COUNT && $header) { 139 "EXEC","SYSCALL","ERR","COUNT","DESC"); 151 if ($COUNT) {
|
| /src/tests/crypto/opencrypto/ |
| h_ioctl.c | 62 #define COUNT 2 101 struct session_n_op css[COUNT]; 103 for (size_t i = 0; i < COUNT; i++) { 112 sg.count = COUNT; 131 u_int32_t sids[COUNT]; 135 sf.count = COUNT; 154 struct crypt_n_op css[COUNT]; 156 for (size_t i = 0; i < COUNT; i++) [all...] |
| /src/regress/sys/kern/ras/ras1/ |
| ras1.c | 37 #define COUNT 10 40 volatile int count = 0; variable 75 count++; 76 if (count > COUNT)
|
| /src/regress/sys/kern/ras/ras2/ |
| ras2.c | 39 #define COUNT 10 42 volatile int count = 0; variable 83 count++; 84 if (count > COUNT)
|
| /src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| t-add.c | 26 #define COUNT 10000 39 for (i = 0; i < COUNT; i++)
|
| t-powm.c | 27 #define COUNT 1000 41 for (i = 0; i < COUNT; i++)
|
| t-logops.c | 27 #define COUNT 10000 30 testlogops (int count) 41 for (i = 0; i < count; i++) 110 testhalves (COUNT*2/3, testlogops); 111 testlogops (COUNT/3);
|
| /src/external/apache2/llvm/dist/clang/utils/ABITest/layout/ |
| Makefile | 3 # COUNT can be over-ridden to change the number of tests generated per 9 COUNT := 1000 65 $(ABITESTGEN) $(TESTARGS) -o $@ --min=$(shell expr $* '*' $(COUNT)) --count=$(COUNT)
|
| /src/external/bsd/pcc/dist/pcc/driver/ |
| list.c | 39 #define COUNT 64 /* element count increments */ 62 * return array count 80 l->array = xmalloc(COUNT * sizeof(char *)); 82 l->arraylen = COUNT; 125 l->arraylen += COUNT;
|