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

12

/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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))
H A Dlonglong.h129 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
130 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))
133 #define count_leading_zeros(COUNT,X) \
139 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
141 #define count_trailing_zeros(COUNT,X) \
155 (COUNT) = __a; \
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh310 COUNT=1
314 if [ ${COUNT} -gt ${RSYNCTRIES} ]
326 echo "Rsync failed! Tries: ${COUNT}"
331 COUNT=$((COUNT+1))
/freebsd-9.3-release/tools/regression/bin/mv/
H A Dregress.sh6 COUNT=0
11 COUNT=`expr $COUNT + 1`
33 echo "$COUNT - $NAME"
/freebsd-9.3-release/tools/regression/usr.sbin/newsyslog/
H A Dregress.sh5 COUNT=0
15 COUNT=`expr $COUNT + 1`
29 echo "$COUNT - $NAME"
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/usr.sbin/ypserv/
H A Dypinit.sh124 COUNT=`${YPWHICH} -d ${DOMAIN} -m 2>/dev/null | grep -i ${MASTER} | wc -l | tr -d " "`
125 if [ "$COUNT" = "0" ]

Completed in 302 milliseconds

12