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

12

/freebsd-10.0-release/contrib/ntp/
H A Dflock-build72 COUNT=0
76 COUNT=\`expr \$COUNT + 1\`
77 echo $i started build \$COUNT of 4
78 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
82 COUNT=\`expr \$COUNT + 1\`
83 echo $i started build \$COUNT of 4
84 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
88 COUNT
[all...]
/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600Defines.h87 COUNT enumerator in enum:R600Operands::Ops
90 const static int ALUOpTable[3][R600Operands::COUNT] = {
/freebsd-10.0-release/crypto/openssl/crypto/bf/
H A Dbfspeed.c212 #define COUNT(d) (d) macro
215 #define COUNT(d) (count) macro
231 a=((double)COUNT(ca))/d;
251 b=((double)COUNT(cb)*8)/d;
268 c=((double)COUNT(cc)*BUFSIZE)/d;
H A Dbf_opts.c220 tm[index]=((double)COUNT(cb))/tm[index];
274 #define COUNT(d) (d) macro
277 #define COUNT(d) (count) macro
/freebsd-10.0-release/crypto/openssl/crypto/cast/
H A Dcast_spd.c212 #define COUNT(d) (d) macro
215 #define COUNT(d) (count) macro
231 a=((double)COUNT(ca))/d;
251 b=((double)COUNT(cb)*8)/d;
268 c=((double)COUNT(cc)*BUFSIZE)/d;
H A Dcastopts.c230 tm[index]=((double)COUNT(cb))/tm[index];
284 #define COUNT(d) (d) macro
287 #define COUNT(d) (count) macro
/freebsd-10.0-release/crypto/openssl/crypto/rc2/
H A Drc2speed.c212 #define COUNT(d) (d) macro
215 #define COUNT(d) (count) macro
231 a=((double)COUNT(ca))/d;
251 b=((double)COUNT(cb)*8)/d;
268 c=((double)COUNT(cc)*BUFSIZE)/d;
/freebsd-10.0-release/crypto/openssl/crypto/rc5/
H A Drc5speed.c212 #define COUNT(d) (d) macro
215 #define COUNT(d) (count) macro
231 a=((double)COUNT(ca))/d;
251 b=((double)COUNT(cb)*8)/d;
268 c=((double)COUNT(cc)*BUFSIZE)/d;
/freebsd-10.0-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-10.0-release/crypto/openssl/crypto/des/
H A Dspeed.c221 #define COUNT(d) (d) macro
224 #define COUNT(d) (count) macro
235 a=((double)COUNT(ca))/d;
252 b=((double)COUNT(cb)*8)/d;
269 c=((double)COUNT(cc)*BUFSIZE)/d;
290 d=((double)COUNT(cd)*BUFSIZE)/d;
303 e=((double)COUNT(ce))/e;
H A Ddes_opts.c412 tm[index]=((double)COUNT(cb))/tm[index];
470 #define COUNT(d) (d) macro
473 #define COUNT(d) (count) macro
/freebsd-10.0-release/crypto/openssl/crypto/rc4/
H A Drc4speed.c211 #define COUNT(d) (d) macro
214 #define COUNT(d) (count) macro
230 a=((double)COUNT(ca))/d;
244 c=((double)COUNT(cc)*BUFSIZE)/d;
/freebsd-10.0-release/crypto/openssl/crypto/idea/
H A Didea_spd.c213 #define COUNT(d) (d) macro
216 #define COUNT(d) (count) macro
232 a=((double)COUNT(ca))/d;
251 aa=((double)COUNT(cca))/d;
271 b=((double)COUNT(cb)*8)/d;
288 c=((double)COUNT(cc)*BUFSIZE)/d;
/freebsd-10.0-release/tools/regression/bin/mv/
H A Dregress.sh6 COUNT=0
11 COUNT=`expr $COUNT + 1`
33 echo "$COUNT - $NAME"
/freebsd-10.0-release/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.0-release/tools/regression/usr.sbin/newsyslog/
H A Dregress.sh5 COUNT=0
15 COUNT=`expr $COUNT + 1`
29 echo "$COUNT - $NAME"
/freebsd-10.0-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-10.0-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-10.0-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 312 milliseconds

12