Searched refs:COUNT (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-10-stable/contrib/ntp/
H A 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
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Derrinfo60 $COUNT = 0;
68 $COUNT = 1 if $opt_c;
86 if ($COUNT) { # aggregate style
123 if ($COUNT) {
137 if ($COUNT && $header) {
139 "EXEC","SYSCALL","ERR","COUNT","DESC");
151 if ($COUNT) {
/freebsd-10-stable/cddl/contrib/dtracetoolkit/
H A Derrinfo60 $COUNT = 0;
68 $COUNT = 1 if $opt_c;
86 if ($COUNT) { # aggregate style
123 if ($COUNT) {
137 if ($COUNT && $header) {
139 "EXEC","SYSCALL","ERR","COUNT","DESC");
151 if ($COUNT) {
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_barrier.c42 #define COUNT 5 macro
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);
/freebsd-10-stable/tools/tools/prstats/
H A 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, [
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dscan.h33 #define MAKE_SSTRING_SPACE(STR, COUNT) \
34 if ((STR)->limit - (STR)->ptr < (COUNT)) make_sstring_space (STR, COUNT);
H A Dgcov-io.h349 #define GCOV_TAG_FOR_COUNTER(COUNT) \
350 (GCOV_TAG_COUNTER_BASE + ((gcov_unsigned_t)(COUNT) << 17))
/freebsd-10-stable/crypto/openssl/crypto/bf/
H A Dbfspeed.c200 # define COUNT(d) (d) macro
203 # define COUNT(d) (count) macro
218 a = ((double)COUNT(ca)) / d;
237 b = ((double)COUNT(cb) * 8) / d;
253 c = ((double)COUNT(cc) * BUFSIZE) / d;
H A Dbf_opts.c206 tm[index]=((double)COUNT(cb))/tm[index];
260 # define COUNT(d) (d) macro
263 # define COUNT(d) (count) macro
/freebsd-10-stable/crypto/openssl/crypto/cast/
H A Dcast_spd.c200 # define COUNT(d) (d) macro
203 # define COUNT(d) (count) macro
218 a = ((double)COUNT(ca)) / d;
237 b = ((double)COUNT(cb) * 8) / d;
253 c = ((double)COUNT(cc) * BUFSIZE) / d;
H A Dcastopts.c216 tm[index]=((double)COUNT(cb))/tm[index];
270 # define COUNT(d) (d) macro
273 # define COUNT(d) (count) macro
/freebsd-10-stable/crypto/openssl/crypto/rc2/
H A Drc2speed.c200 # define COUNT(d) (d) macro
203 # define COUNT(d) (count) macro
218 a = ((double)COUNT(ca)) / d;
237 b = ((double)COUNT(cb) * 8) / d;
253 c = ((double)COUNT(cc) * BUFSIZE) / d;
/freebsd-10-stable/crypto/openssl/crypto/rc5/
H A Drc5speed.c200 # define COUNT(d) (d) macro
203 # define COUNT(d) (count) macro
218 a = ((double)COUNT(ca)) / d;
237 b = ((double)COUNT(cb) * 8) / d;
253 c = ((double)COUNT(cc) * BUFSIZE) / d;
/freebsd-10-stable/sys/crypto/
H A 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
[all...]
/freebsd-10-stable/crypto/openssl/crypto/des/
H A Dspeed.c212 # define COUNT(d) (d) macro
215 # define COUNT(d) (count) macro
226 a = ((double)COUNT(ca)) / d;
242 b = ((double)COUNT(cb) * 8) / d;
258 c = ((double)COUNT(cc) * BUFSIZE) / d;
275 d = ((double)COUNT(cd) * BUFSIZE) / d;
288 e = ((double)COUNT(ce)) / e;
H A Ddes_opts.c409 tm[index]=((double)COUNT(cb))/tm[index];
469 # define COUNT(d) (d) macro
472 # define COUNT(d) (count) macro
/freebsd-10-stable/crypto/openssl/crypto/rc4/
H A Drc4speed.c199 # define COUNT(d) (d) macro
202 # define COUNT(d) (count) macro
217 a = ((double)COUNT(ca)) / d;
231 c = ((double)COUNT(cc) * BUFSIZE) / d;
/freebsd-10-stable/crypto/openssl/crypto/idea/
H A Didea_spd.c201 # define COUNT(d) (d) macro
204 # define COUNT(d) (count) macro
219 a = ((double)COUNT(ca)) / d;
237 aa = ((double)COUNT(cca)) / d;
256 b = ((double)COUNT(cb) * 8) / d;
272 c = ((double)COUNT(cc) * BUFSIZE) / d;
/freebsd-10-stable/bin/mv/tests/
H A Dlegacy_test.sh6 COUNT=0
11 COUNT=`expr $COUNT + 1`
33 echo "$COUNT - $NAME"
/freebsd-10-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh378 COUNT=1
382 if [ ${COUNT} -gt ${RSYNCTRIES} ]
394 echo "Rsync failed! Tries: ${COUNT}"
399 COUNT=$((COUNT+1))
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DR600ClauseMergePass.cpp75 TII->getOperandIdx(MI->getOpcode(), AMDGPU::OpName::COUNT)).getImm();
86 int CntIdx = TII->getOperandIdx(AMDGPU::CF_ALU, AMDGPU::OpName::COUNT);
105 int CntIdx = TII->getOperandIdx(AMDGPU::CF_ALU, AMDGPU::OpName::COUNT);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dser-go32.c165 #define COUNT(x) cnts[x]++ macro
167 #define COUNT(x) macro
292 COUNT (CNT_STRAY);
326 COUNT (CNT_ORUN);
330 COUNT (CNT_RX);
353 COUNT (iir);
/freebsd-10-stable/contrib/ncurses/ncurses/
H A Dcurses.priv.h318 #define TR_MUTEX(data) _tracef("%s@%d: me:%08lX COUNT:%2u/%2d/%6d/%2d/%s%9u: " #data, \
/freebsd-10-stable/usr.sbin/ypserv/
H A Dypinit.sh125 COUNT=`${YPWHICH} -d ${DOMAIN} -m 2>/dev/null | grep -i ${MASTER} | wc -l | tr -d " "`
126 if [ "$COUNT" = "0" ]
/freebsd-10-stable/usr.sbin/newsyslog/tests/
H A Dlegacy_test.sh14 COUNT=0
24 COUNT=`expr $COUNT + 1`
38 echo "$COUNT - $NAME"

Completed in 239 milliseconds

12