Home
last modified time | relevance | path

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

12345678910>>...25

/netbsd/external/bsd/openldap/dist/tests/scripts/
H A Dtest025-limits89 if test x"$COUNT" != x ; then
112 if test x"$COUNT" != x ; then
136 if test x"$COUNT" != x ; then
150 if test x"$COUNT" != x ; then
180 if test x"$COUNT" != x ; then
194 if test x"$COUNT" != x ; then
224 if test x"$COUNT" != x ; then
233 if test x"$COUNT" != x ; then
234 COUNT=0
253 if test x"$COUNT" != x ; then
[all …]
H A Dtest022-ppolicy100 if test $COUNT != 2 ; then
148 COUNT=`grep "grace logins" $SEARCHOUT | wc -l`
149 if test $COUNT != 3 ; then
266 if test $COUNT != 0 ; then
299 if test $COUNT != 1 ; then
370 if test $COUNT != 1 ; then
376 if test $COUNT != 1 ; then
388 if test $COUNT != 1 ; then
415 if test $COUNT != 1 ; then
668 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/external/bsd/ntp/dist/
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=\`expr \$COUNT + 1\`
115 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
116 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
[all …]
/netbsd/tests/crypto/opencrypto/
H A Dh_ioctl.c61 #define COUNT 2 macro
100 struct session_n_op css[COUNT]; in test_ngsession()
111 sg.count = COUNT; in test_ngsession()
130 u_int32_t sids[COUNT]; in test_nfsession()
134 sf.count = COUNT; in test_nfsession()
153 struct crypt_n_op css[COUNT]; in test_ncryptm()
166 mop.count = COUNT; in test_ncryptm()
187 struct crypt_n_op cnos[COUNT]; in test_ncryptretm()
215 mop.count = COUNT; in test_ncryptretm()
231 cret.count = COUNT; in test_ncryptretm()
[all …]
/netbsd/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/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/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/external/gpl3/gdb/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
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
295 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
296 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctz (X)) argument
301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
302 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
[all …]
/netbsd/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
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
295 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
296 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctz (X)) argument
301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
302 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
[all …]
/netbsd/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
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
295 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
296 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctz (X)) argument
301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
302 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
[all …]
/netbsd/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
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
295 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
296 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctz (X)) argument
301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
302 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
[all …]
/netbsd/external/gpl3/gdb.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
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
295 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
296 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctz (X)) argument
301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
302 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
[all …]
/netbsd/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
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
295 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
296 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctz (X)) argument
301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
302 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
[all …]
/netbsd/external/gpl3/gdb/dist/sim/m32c/
H A Dmem.c71 #define COUNT(isput,bytes) \ macro
326 COUNT (1, 1); in mem_put_qi()
341 COUNT (1, 2); in mem_put_hi()
352 COUNT (1, 3); in mem_put_psi()
364 COUNT (1, 4); in mem_put_si()
382 COUNT (0, 0); in mem_get_pc()
491 COUNT (0, 1); in mem_get_qi()
503 COUNT (0, 2); in mem_get_hi()
516 COUNT (0, 3); in mem_get_psi()
530 COUNT (0, 4); in mem_get_si()
/netbsd/external/gpl3/gdb.old/dist/sim/m32c/
H A Dmem.c71 #define COUNT(isput,bytes) \ macro
326 COUNT (1, 1); in mem_put_qi()
341 COUNT (1, 2); in mem_put_hi()
352 COUNT (1, 3); in mem_put_psi()
364 COUNT (1, 4); in mem_put_si()
382 COUNT (0, 0); in mem_get_pc()
491 COUNT (0, 1); in mem_get_qi()
503 COUNT (0, 2); in mem_get_hi()
516 COUNT (0, 3); in mem_get_psi()
530 COUNT (0, 4); in mem_get_si()
/netbsd/external/gpl3/gdb/dist/sim/rx/
H A Dmem.c55 #define COUNT(isput,bytes) \ macro
357 COUNT (1, 1); in mem_put_qi()
391 COUNT (1, 2); in mem_put_hi()
411 COUNT (1, 3); in mem_put_psi()
433 COUNT (1, 4); in mem_put_si()
451 COUNT (0, 0); in mem_get_pc()
485 COUNT (0, 1); in mem_get_qi()
518 COUNT (0, 2); in mem_get_hi()
540 COUNT (0, 3); in mem_get_psi()
564 COUNT (0, 4); in mem_get_si()
/netbsd/external/gpl3/gdb.old/dist/sim/rx/
H A Dmem.c55 #define COUNT(isput,bytes) \ macro
357 COUNT (1, 1); in mem_put_qi()
391 COUNT (1, 2); in mem_put_hi()
411 COUNT (1, 3); in mem_put_psi()
433 COUNT (1, 4); in mem_put_si()
451 COUNT (0, 0); in mem_get_pc()
485 COUNT (0, 1); in mem_get_qi()
518 COUNT (0, 2); in mem_get_hi()
540 COUNT (0, 3); in mem_get_psi()
564 COUNT (0, 4); in mem_get_si()
/netbsd/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/sys/kern/
H A Dvfs_cache.c530 COUNT(ncs_long); in cache_lookup()
550 COUNT(ncs_miss); in cache_lookup()
564 COUNT(ncs_badhits); in cache_lookup()
608 COUNT(ncs_goodhits); in cache_lookup()
652 COUNT(ncs_long); in cache_lookup_linked()
712 COUNT(ncs_denied); in cache_lookup_linked()
725 COUNT(ncs_miss); in cache_lookup_linked()
734 COUNT(ncs_neghits); in cache_lookup_linked()
877 COUNT(ncs_revmiss); in cache_revlookup()
1437 COUNT(ncs_pass2); in namecache_count_pass2()
[all …]
/netbsd/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/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-gcd_22.c26 #ifndef COUNT
27 #define COUNT 150000 macro
48 int count = COUNT; in main()
/netbsd/external/apache2/llvm/dist/clang/utils/ABITest/layout/
H A DMakefile9 COUNT := 1000 macro
65 $(ABITESTGEN) $(TESTARGS) -o $@ --min=$(shell expr $* '*' $(COUNT)) --count=$(COUNT)

12345678910>>...25