| /freebsd-10-stable/contrib/ntp/ |
| D | flock-build | 96 COUNT=0 100 COUNT=\`expr \$COUNT + 1\` 101 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4 102 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait 108 COUNT=\`expr \$COUNT + 1\` 109 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4 110 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait 114 COUNT=\`expr \$COUNT + 1\` 115 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4 116 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait [all …]
|
| /freebsd-10-stable/tools/tools/prstats/ |
| D | prstats.pl | 36 use vars qw($TTY $NOW %MONTH %PR @EVENTS @COUNT @AGE); 190 @COUNT = ( [ 0, 0 ] ); 192 if ($event->[0] == $COUNT[-1]->[0]) { 193 $COUNT[-1]->[1] += $event->[1]; 195 push(@COUNT, [ $event->[0], $COUNT[-1]->[1] + $event->[1] ]); 198 if (@COUNT > 1) { 199 $COUNT[0]->[0] = $COUNT[1]->[0] - 1; 200 unshift(@COUNT, [ 0, 0 ]); 229 foreach $datum (@COUNT) { 232 " ", $COUNT[-1]->[1], [all …]
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/ |
| D | errinfo | 60 $COUNT = 0; 68 $COUNT = 1 if $opt_c; 86 if ($COUNT) { # aggregate style 123 if ($COUNT) { 137 if ($COUNT && $header) { 151 if ($COUNT) {
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/ |
| D | errinfo | 60 $COUNT = 0; 68 $COUNT = 1 if $opt_c; 86 if ($COUNT) { # aggregate style 123 if ($COUNT) { 137 if ($COUNT && $header) { 151 if ($COUNT) {
|
| /freebsd-10-stable/sys/crypto/ |
| D | sha1.c | 68 #define COUNT (ctxt->count) macro 73 ctxt->m.b8[(COUNT % 64)] = (x); \ 74 COUNT++; \ 75 COUNT %= 64; \ 77 if (COUNT % 64 == 0) \ 82 ctxt->m.b8[(COUNT % 64)] = (x); \ 83 COUNT++; \ 84 COUNT %= 64; \ 85 if (COUNT % 64 == 0) \ 197 padstart = COUNT % 64; [all …]
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/ |
| D | t_barrier.c | 42 #define COUNT 5 macro 76 pthread_t new[COUNT]; in ATF_TC_BODY() 80 PTHREAD_REQUIRE(pthread_barrier_init(&barrier, NULL, COUNT)); in ATF_TC_BODY() 82 for (i = 0; i < COUNT; i++) { in ATF_TC_BODY() 91 for (i = 0; i < COUNT; i++) { in ATF_TC_BODY() 100 ATF_REQUIRE_EQ(after_barrier_count, COUNT); in ATF_TC_BODY()
|
| /freebsd-10-stable/crypto/openssl/crypto/des/ |
| D | speed.c | 212 # define COUNT(d) (d) in main() macro 215 # define COUNT(d) (count) in main() macro 226 a = ((double)COUNT(ca)) / d; in main() 242 b = ((double)COUNT(cb) * 8) / d; in main() 258 c = ((double)COUNT(cc) * BUFSIZE) / d; in main() 275 d = ((double)COUNT(cd) * BUFSIZE) / d; in main() 288 e = ((double)COUNT(ce)) / e; in main()
|
| /freebsd-10-stable/crypto/openssl/crypto/idea/ |
| D | idea_spd.c | 201 # define COUNT(d) (d) in main() macro 204 # define COUNT(d) (count) in main() macro 219 a = ((double)COUNT(ca)) / d; in main() 237 aa = ((double)COUNT(cca)) / d; in main() 256 b = ((double)COUNT(cb) * 8) / d; in main() 272 c = ((double)COUNT(cc) * BUFSIZE) / d; in main()
|
| /freebsd-10-stable/crypto/openssl/crypto/rc2/ |
| D | rc2speed.c | 200 # define COUNT(d) (d) in main() macro 203 # define COUNT(d) (count) in main() macro 218 a = ((double)COUNT(ca)) / d; in main() 237 b = ((double)COUNT(cb) * 8) / d; in main() 253 c = ((double)COUNT(cc) * BUFSIZE) / d; in main()
|
| /freebsd-10-stable/crypto/openssl/crypto/cast/ |
| D | cast_spd.c | 200 # define COUNT(d) (d) in main() macro 203 # define COUNT(d) (count) in main() macro 218 a = ((double)COUNT(ca)) / d; in main() 237 b = ((double)COUNT(cb) * 8) / d; in main() 253 c = ((double)COUNT(cc) * BUFSIZE) / d; in main()
|
| D | castopts.c | 216 tm[index]=((double)COUNT(cb))/tm[index]; 270 # define COUNT(d) (d) in main() macro 273 # define COUNT(d) (count) in main() macro
|
| /freebsd-10-stable/crypto/openssl/crypto/bf/ |
| D | bfspeed.c | 200 # define COUNT(d) (d) in main() macro 203 # define COUNT(d) (count) in main() macro 218 a = ((double)COUNT(ca)) / d; in main() 237 b = ((double)COUNT(cb) * 8) / d; in main() 253 c = ((double)COUNT(cc) * BUFSIZE) / d; in main()
|
| D | bf_opts.c | 206 tm[index]=((double)COUNT(cb))/tm[index]; 260 # define COUNT(d) (d) in main() macro 263 # define COUNT(d) (count) in main() macro
|
| /freebsd-10-stable/crypto/openssl/crypto/rc5/ |
| D | rc5speed.c | 200 # define COUNT(d) (d) in main() macro 203 # define COUNT(d) (count) in main() macro 218 a = ((double)COUNT(ca)) / d; in main() 237 b = ((double)COUNT(cb) * 8) / d; in main() 253 c = ((double)COUNT(cc) * BUFSIZE) / d; in main()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | scan.h | 33 #define MAKE_SSTRING_SPACE(STR, COUNT) \ argument 34 if ((STR)->limit - (STR)->ptr < (COUNT)) make_sstring_space (STR, COUNT);
|
| /freebsd-10-stable/crypto/openssl/crypto/rc4/ |
| D | rc4speed.c | 199 # define COUNT(d) (d) in main() macro 202 # define COUNT(d) (count) in main() macro 217 a = ((double)COUNT(ca)) / d; in main() 231 c = ((double)COUNT(cc) * BUFSIZE) / d; in main()
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/ |
| D | sampleproc_example.txt | 9 PID CMD COUNT 35 PID CMD COUNT 59 around 4000 samples (checking the COUNT column), this is due to
|
| D | iopattern_example.txt | 9 %RAN %SEQ COUNT MIN MAX AVG KR KW 29 %RAN %SEQ COUNT MIN MAX AVG KR KW 50 TIME %RAN %SEQ COUNT MIN MAX AVG KR KW
|
| D | hotuser_example.txt | 10 FUNCTION COUNT PCNT 27 FUNCTION COUNT PCNT 55 LIBRARY COUNT PCNT 71 LIBRARY COUNT PCNT
|
| D | topsysproc_example.txt | 9 PROCESS COUNT 36 PROCESS COUNT
|
| D | topsyscall_example.txt | 9 SYSCALL COUNT 44 SYSCALL COUNT
|
| /freebsd-10-stable/usr.sbin/pc-sysinstall/backend/ |
| D | functions-extractimage.sh | 378 COUNT=1 382 if [ ${COUNT} -gt ${RSYNCTRIES} ] 394 echo "Rsync failed! Tries: ${COUNT}" 399 COUNT=$((COUNT+1))
|
| /freebsd-10-stable/bin/mv/tests/ |
| D | legacy_test.sh | 6 COUNT=0 11 COUNT=`expr $COUNT + 1` 33 echo "$COUNT - $NAME"
|
| /freebsd-10-stable/contrib/llvm/lib/Target/R600/ |
| D | R600InstrFormats.td | 359 bits<3> COUNT; 371 let Word1{12-10} = COUNT; 397 bits<6> COUNT; 406 let Word1{15-10} = COUNT; 433 bits<7> COUNT; 442 let Word1{24-18} = COUNT;
|
| D | R600ClauseMergePass.cpp | 75 TII->getOperandIdx(MI->getOpcode(), AMDGPU::OpName::COUNT)).getImm(); in getCFAluSize() 86 int CntIdx = TII->getOperandIdx(AMDGPU::CF_ALU, AMDGPU::OpName::COUNT); in cleanPotentialDisabledCFAlu() 105 int CntIdx = TII->getOperandIdx(AMDGPU::CF_ALU, AMDGPU::OpName::COUNT); in mergeIfPossible()
|