Home
last modified time | relevance | path

Searched refs:COUNT (Results 1 – 25 of 103) sorted by relevance

12345

/freebsd-10-stable/contrib/ntp/
Dflock-build96 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/
Dprstats.pl36 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/
Derrinfo60 $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/
Derrinfo60 $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/
Dsha1.c68 #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/
Dt_barrier.c42 #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/
Dspeed.c212 # 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/
Didea_spd.c201 # 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/
Drc2speed.c200 # 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/
Dcast_spd.c200 # 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()
Dcastopts.c216 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/
Dbfspeed.c200 # 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()
Dbf_opts.c206 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/
Drc5speed.c200 # 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/
Dscan.h33 #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/
Drc4speed.c199 # 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/
Dsampleproc_example.txt9 PID CMD COUNT
35 PID CMD COUNT
59 around 4000 samples (checking the COUNT column), this is due to
Diopattern_example.txt9 %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
Dhotuser_example.txt10 FUNCTION COUNT PCNT
27 FUNCTION COUNT PCNT
55 LIBRARY COUNT PCNT
71 LIBRARY COUNT PCNT
Dtopsysproc_example.txt9 PROCESS COUNT
36 PROCESS COUNT
Dtopsyscall_example.txt9 SYSCALL COUNT
44 SYSCALL COUNT
/freebsd-10-stable/usr.sbin/pc-sysinstall/backend/
Dfunctions-extractimage.sh378 COUNT=1
382 if [ ${COUNT} -gt ${RSYNCTRIES} ]
394 echo "Rsync failed! Tries: ${COUNT}"
399 COUNT=$((COUNT+1))
/freebsd-10-stable/bin/mv/tests/
Dlegacy_test.sh6 COUNT=0
11 COUNT=`expr $COUNT + 1`
33 echo "$COUNT - $NAME"
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
DR600InstrFormats.td359 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;
DR600ClauseMergePass.cpp75 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()

12345