Searched refs:COUNTER (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/usr.bin/make/unit-tests/
H A Dcounter.mk13 COUNTER= # zero macro
15 NEXT= ${COUNTER::=${COUNTER} a}${COUNTER:[#]}
27 @echo A=${A:Q} B=${B:Q} C=${C:Q} COUNTER=${COUNTER:[#]:Q}
H A Dcounter-append.mk13 COUNTER= # zero macro
15 NEXT= ${COUNTER::+=a}${COUNTER:[#]}
27 @echo A=${A:Q} B=${B:Q} C=${C:Q} COUNTER=${COUNTER:[#]:Q}
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/
H A Drun38 COUNTER=1
202 while [ $COUNTER -le $LOOP ]; do
204 echo "Running $COUNTER of $LOOP iterations"
218 echo "Failed after $COUNTER of $LOOP iterations"
222 COUNTER=`expr $COUNTER + 1`
223 if [ $COUNTER -le $LOOP ]; then
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/
H A Drun38 COUNTER=1
202 while [ $COUNTER -le $LOOP ]; do
204 echo "Running $COUNTER of $LOOP iterations"
218 echo "Failed after $COUNTER of $LOOP iterations"
222 COUNTER=`expr $COUNTER + 1`
223 if [ $COUNTER -le $LOOP ]; then
/netbsd-current/external/bsd/openldap/dist/tests/
H A Drun.in104 COUNTER=1
261 while [ $COUNTER -le $LOOP ]; do
263 echo "Running $COUNTER of $LOOP iterations"
279 echo "Failed after $COUNTER of $LOOP iterations"
283 COUNTER=`expr $COUNTER + 1`
284 if [ $COUNTER -le $LOOP ]; then
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.h39 #define HIST_TYPE_FOR_COUNTER(COUNTER) \
40 ((enum hist_type) ((COUNTER) - GCOV_FIRST_VALUE_COUNTER))
H A Dgcov-io.h250 #define DEF_GCOV_COUNTER(COUNTER, NAME, MERGE_FN) COUNTER,
H A Dgcov-dump.c427 #define DEF_GCOV_COUNTER(COUNTER, NAME, MERGE_FN) NAME,
H A Dcoverage.c117 #define DEF_GCOV_COUNTER(COUNTER, NAME, FN_TYPE) STR(__gcov_merge ## FN_TYPE),
124 #define DEF_GCOV_COUNTER(COUNTER, NAME, FN_TYPE) NAME,
410 /* Allocate NUM counters of type COUNTER. Returns nonzero if the
437 /* Generate a tree to access COUNTER NO. */
453 /* Generate a tree to access the address of COUNTER NO. */
747 /* Build a coverage variable of TYPE for function FN_DECL. If COUNTER
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.h39 #define HIST_TYPE_FOR_COUNTER(COUNTER) \
40 ((enum hist_type) ((COUNTER) - GCOV_FIRST_VALUE_COUNTER))
H A Dgcov-io.h270 #define DEF_GCOV_COUNTER(COUNTER, NAME, MERGE_FN) COUNTER,
H A Dgcov-dump.cc434 #define DEF_GCOV_COUNTER(COUNTER, NAME, MERGE_FN) NAME,
H A Dcoverage.cc119 #define DEF_GCOV_COUNTER(COUNTER, NAME, FN_TYPE) STR(__gcov_merge ## FN_TYPE),
126 #define DEF_GCOV_COUNTER(COUNTER, NAME, FN_TYPE) NAME,
412 /* Allocate NUM counters of type COUNTER. Returns nonzero if the
439 /* Generate a tree to access COUNTER NO. */
455 /* Generate a tree to access the address of COUNTER NO. */
755 /* Build a coverage variable of TYPE for function FN_DECL. If COUNTER
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
H A Dkbkdf.c52 COUNTER = 0, enumerator in enum:__anon526
303 ctx->mode = COUNTER;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-util.c87 #define DEF_GCOV_COUNTER(COUNTER, NAME, FN_TYPE) __gcov_merge ## FN_TYPE,
768 #define DEF_GCOV_COUNTER(COUNTER, NAME, FN_TYPE) \
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-util.c85 #define DEF_GCOV_COUNTER(COUNTER, NAME, FN_TYPE) __gcov_merge ## FN_TYPE,
825 #define DEF_GCOV_COUNTER(COUNTER, NAME, FN_TYPE) \
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-snmp.c118 #define COUNTER 1 macro
580 case COUNTER:

Completed in 337 milliseconds