Home
last modified time | relevance | path

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

12345678910>>...21

/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest025-limits86 COUNT=`awk '/^# numEntries:/ {print $3}' $SEARCHOUT`
89 if test x"$COUNT" != x ; then
90 echo "...success (got $COUNT entries)"
109 COUNT=`awk '/^# numEntries:/ {print $3}' $SEARCHOUT`
112 if test x"$COUNT" != x ; then
113 echo "...success (got $COUNT entries)"
133 COUNT=`awk '/^# numEntries:/ {print $3}' $SEARCHOUT`
136 if test x"$COUNT" != x ; then
137 if test "$COUNT" -gt "$SIZELIMIT" ; then
138 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
[all …]
H A Dtest022-ppolicy99 COUNT=`grep "Account locked" $SEARCHOUT | wc -l`
100 if test $COUNT != 2 ; then
148 COUNT=`grep "grace logins" $SEARCHOUT | wc -l`
149 if test $COUNT != 3 ; then
265 COUNT=`grep "pwdFailureTime" $SEARCHOUT | wc -l`
266 if test $COUNT != 0 ; then
298 COUNT=`grep "Operations are restricted" $SEARCHOUT | wc -l`
299 if test $COUNT != 1 ; then
369 COUNT=`grep "Password fails quality" ${TESTOUT}.2 | wc -l`
370 if test $COUNT != 1 ; then
[all …]
H A Dsql-test000-read438 COUNT=`awk '/^# numEntries:/ {print $3}' $SEARCHFLT`
441 if test x"$COUNT" != x ; then
442 if test "$COUNT" -gt "$SIZELIMIT" ; then
443 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
447 echo "...didn't bump into the requested size limit ($SIZELIMIT; got $COUNT entries)"
455 if test x"$COUNT" != x ; then
456 if test "$COUNT" = "$SIZELIMIT" ; then
459 echo "...error: got $COUNT entries with a requested sizelimit of $SIZELIMIT"
/netbsd-src/tests/crypto/opencrypto/
H A Dh_ioctl.c62 #define COUNT 2 macro
101 struct session_n_op css[COUNT]; in test_ngsession()
103 for (size_t i = 0; i < COUNT; i++) { in test_ngsession()
112 sg.count = COUNT; in test_ngsession()
131 u_int32_t sids[COUNT]; in test_nfsession()
135 sf.count = COUNT; in test_nfsession()
154 struct crypt_n_op css[COUNT]; in test_ncryptm()
156 for (size_t i = 0; i < COUNT; i++) { in test_ncryptm()
167 mop.count = COUNT; in test_ncryptm()
188 struct crypt_n_op cnos[COUNT]; in test_ncryptretm()
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Derrinfo60 $COUNT = 0;
68 $COUNT = 1 if $opt_c;
86 if ($COUNT) { # aggregate style
123 if ($COUNT) {
137 if ($COUNT && $header) {
151 if ($COUNT) {
/netbsd-src/external/cddl/dtracetoolkit/dist/
H A Derrinfo60 $COUNT = 0;
68 $COUNT = 1 if $opt_c;
86 if ($COUNT) { # aggregate style
123 if ($COUNT) {
137 if ($COUNT && $header) {
151 if ($COUNT) {
/netbsd-src/tests/lib/libpthread/
H A 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()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dlonglong.h128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) argument
129 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctz (X)) argument
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) argument
135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X)) argument
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
167 #define count_leading_zeros(COUNT,X) \ argument
173 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
175 #define count_trailing_zeros(COUNT,X) \ argument
189 (COUNT) = __a; \
[all …]
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dlonglong.h128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) argument
129 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctz (X)) argument
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) argument
135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X)) argument
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
167 #define count_leading_zeros(COUNT,X) \ argument
173 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
175 #define count_trailing_zeros(COUNT,X) \ argument
189 (COUNT) = __a; \
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dlonglong.h128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) argument
129 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctz (X)) argument
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) argument
135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X)) argument
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
167 #define count_leading_zeros(COUNT,X) \ argument
173 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
175 #define count_trailing_zeros(COUNT,X) \ argument
189 (COUNT) = __a; \
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dlonglong.h128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) argument
129 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctz (X)) argument
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) argument
135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X)) argument
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
167 #define count_leading_zeros(COUNT,X) \ argument
173 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
175 #define count_trailing_zeros(COUNT,X) \ argument
189 (COUNT) = __a; \
[all …]
/netbsd-src/usr.bin/du/
H A Ddu.c66 #define COUNT (iflag ? 1 : p->fts_statp->st_blocks) macro
216 p->fts_number += COUNT; in main()
218 totalblocks += COUNT; in main()
245 prstat(p->fts_path, COUNT); in main()
246 p->fts_parent->fts_number += COUNT; in main()
248 totalblocks += COUNT; in main()
/netbsd-src/sys/kern/
H A Dvfs_cache.c267 #define COUNT(f) do { \
554 COUNT(ncs_long); in cache_lookup()
574 COUNT(ncs_miss); in cache_lookup()
588 COUNT(ncs_badhits); in cache_lookup()
606 COUNT(ncs_badhits); in cache_lookup()
610 COUNT(ncs_neghits); in cache_lookup()
627 COUNT(ncs_falsehits); in cache_lookup()
631 COUNT(ncs_goodhits); in cache_lookup()
676 COUNT(ncs_long); in cache_lookup_linked()
737 COUNT(ncs_denie in cache_lookup_linked()
265 #define COUNT( global() macro
[all...]
/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Dlist.c39 #define COUNT 64 /* element count increments */ macro
80 l->array = xmalloc(COUNT * sizeof(char *)); in list_alloc()
82 l->arraylen = COUNT; in list_alloc()
125 l->arraylen += COUNT; in list_add_nocopy()
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-gcd_11.c26 #ifndef COUNT
27 #define COUNT 500000 macro
47 int count = COUNT; in main()
H A Dt-sizeinbase.c32 #ifndef COUNT
33 #define COUNT 30 macro
44 int count = COUNT; in main()
H A Dt-mulmid.c32 #ifndef COUNT
33 #define COUNT 5000 macro
55 for (test = 0; test < COUNT; test++) in main()
H A Dt-gcd_22.c26 #ifndef COUNT
27 #define COUNT 150000 macro
48 int count = COUNT; in main()
H A Dtoom-sqr-shared.h30 #ifndef COUNT
31 #define COUNT 2000 macro
38 int count = COUNT; in main()
H A Dt-sqrlo.c32 #ifndef COUNT
33 #define COUNT 10000 macro
43 int count = COUNT; in main()
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/layout/
H A DMakefile9 COUNT := 1000 macro
65 $(ABITESTGEN) $(TESTARGS) -o $@ --min=$(shell expr $* '*' $(COUNT)) --count=$(COUNT)
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-logops.c27 #define COUNT 10000 macro
110 testhalves (COUNT*2/3, testlogops); in testmain()
111 testlogops (COUNT/3); in testmain()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A 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
H A Dsampleproc_example.txt9 PID CMD COUNT
35 PID CMD COUNT
59 around 4000 samples (checking the COUNT column), this is due to
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dsampleproc_example.txt9 PID CMD COUNT
35 PID CMD COUNT
59 around 4000 samples (checking the COUNT column), this is due to

12345678910>>...21