Home
last modified time | relevance | path

Searched refs:count0 (Results 1 – 25 of 821) sorted by relevance

12345678910>>...33

/dports/net/mpich/mpich-3.4.3/test/mpi/rma/
H A Dmixedsync.c37 count0 = 1000; in main()
41 count = count0 + count1 + count2 + 2; in main()
52 for (i = 0; i < count0; i++) in main()
55 buf1[i] = i + count0; in main()
57 buf2[i] = i + count0 + count1; in main()
81 MPI_Put(buf0, count0, MPI_INT, dest, 0, count0, MPI_INT, win); in main()
100 MPI_Put(buf0, count0, MPI_INT, dest, 1, count0, MPI_INT, win); in main()
133 MPI_Accumulate(buf0, count0, MPI_INT, dest, 0, count0, MPI_INT, MPI_SUM, win); in main()
145 MPI_Accumulate(buf0, count0, MPI_INT, dest, 1, count0, MPI_INT, MPI_REPLACE, win); in main()
177 MPI_Accumulate(buf0, count0, MPI_INT, dest, 0, count0, MPI_INT, MPI_REPLACE, win); in main()
[all …]
/dports/net/mpich2/mpich2-1.5/test/mpi/rma/
H A Dmixedsync.c38 count0 = 1000; in main()
42 count = count0 + count1 + count2 + 2; in main()
53 for (i=0; i<count0; i++) buf0[i] = i; in main()
81 MPI_Put( buf0, count0, MPI_INT, dest, 0, count0, MPI_INT, win ); in main()
103 MPI_Put( buf0, count0, MPI_INT, dest, 1, count0, MPI_INT, win ); in main()
114 for (i=0; i<count0+count1+count2; i++) { in main()
139 MPI_Accumulate( buf0, count0, MPI_INT, dest, 0, count0, MPI_INT, in main()
155 MPI_Accumulate( buf0, count0, MPI_INT, dest, 1, count0, MPI_INT, in main()
190 MPI_Accumulate( buf0, count0, MPI_INT, dest, 0, count0, MPI_INT, in main()
206 MPI_Accumulate( buf0, count0, MPI_INT, dest, 1, count0, MPI_INT, in main()
[all …]
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/tests/boost/
H A Dbartest.py16 count0 = bar.Foo.instance_count
19 self.assertEqual(bar.Foo.instance_count, count0 + 1)
24 self.assertEqual(bar.Foo.instance_count, count0)
28 count0 = bar.Foo.instance_count
31 self.assertEqual(bar.Foo.instance_count, count0 + 1)
43 self.assertEqual(bar.Foo.instance_count, count0+1)
51 count0 = bar.Foo.instance_count
67 self.assertEqual(bar.Foo.instance_count, count0+1)
71 self.assertEqual(bar.Foo.instance_count, count0)
76 count0 = bar.Foo.instance_count
[all …]
/dports/comms/wsjtz/wsjtx/lib/
H A Dfast9.f9011 integer*8 count0,count1,clkfreq local
60 call system_clock(count0,clkfreq)
63 t(1)=t(1)+float(count1-count0)/float(clkfreq)
86 call system_clock(count0,clkfreq)
89 t(2)=t(2)+float(count1-count0)/float(clkfreq)
94 call system_clock(count0,clkfreq)
97 t(3)=t(3)+float(count1-count0)/float(clkfreq)
101 call system_clock(count0,clkfreq)
120 call system_clock(count0,clkfreq)
124 t(5)=t(5)+float(count1-count0)/float(clkfreq)
[all …]
H A Dsec0.f909 integer*8 count0,count1,clkfreq local
10 save count0
14 count0=count1
17 t=float(count1-count0)/float(clkfreq)
/dports/print/catdvi/catdvi-0.14/
H A Dpageref.c46 field = &r.count0; in pageref_parse()
51 field = &r.count0; in pageref_parse()
107 return pageref_count0_cmp(a->count0, b->count0); in pageref_cmp()
112 else return pageref_count0_cmp(a->count0, b->count0); in pageref_cmp()
138 this->count0 in pageref_print()
145 this->count0, in pageref_print()
154 this->count0, in pageref_print()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-mime-filter-bestenc.c30 guint count0; /* count of NUL characters */ member
73 count0 = priv->count0, in G_DEFINE_TYPE_WITH_PRIVATE() local
102 count0++; in G_DEFINE_TYPE_WITH_PRIVATE()
137 priv->count0 = count0; in G_DEFINE_TYPE_WITH_PRIVATE()
181 priv->count0 = 0; in mime_filter_bestenc_reset()
256 printf ("count0 = %d, count8 = %d, total = %d\n", priv->count0, priv->count8, priv->total); in camel_mime_filter_bestenc_get_best_encoding()
258 printf (" %d%% require encoding?\n", (priv->count0 + priv->count8) * 100 / priv->total); in camel_mime_filter_bestenc_get_best_encoding()
270 else if (istext && (priv->count0 == 0 && priv->count8 < (priv->total * 17 / 100))) in camel_mime_filter_bestenc_get_best_encoding()
280 if (priv->count8 + priv->count0 == 0) in camel_mime_filter_bestenc_get_best_encoding()
290 if (priv->count0 == 0) in camel_mime_filter_bestenc_get_best_encoding()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/sim/io_cap_gen/cap_pattern_verifier/
H A Dcap_pattern_verifier_tb.sv31 wire [31:0] count0, errors0, count1, errors1; net
45 .count(count0),
83 `ASSERT_ERROR(count0==0,"Invalid state: count");
92 `ASSERT_ERROR(count0==100,"Invalid state: count");
106 `ASSERT_ERROR(count0==65536,"Invalid state: count");
121 `ASSERT_ERROR(count0==100,"Invalid state: count");
136 `ASSERT_ERROR(count0==109,"Invalid state: count");
171 `ASSERT_ERROR(count0==0,"Invalid state: count");
187 `ASSERT_ERROR(count0==6,"Invalid state: count");
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/test/objmgr/
H A Did_unit_test_bad.cpp319 const_iterator(int count0) in const_iterator()
320 : t0(0), count0(count0), t1(0), t2(0), i(0) in const_iterator()
328 const_iterator(AtEnd, int count0) in const_iterator()
329 : t0(count0), count0(count0), t1(0), t2(0), i(0) in const_iterator()
372 if ( ++t0 < count0 ) { in operator ++()
379 int t0, count0, t1, t2, i; member
386 return const_iterator(count0); in begin()
390 return const_iterator(at_end, count0); in end()
394 random_orders(int count0) in random_orders()
395 : count0(count0) in random_orders()
[all …]
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dvi.c28 int count0, count1, vi_mov_flag;
702 int count = count0*count1; in cur_left()
741 int count = count0*count1; in cur_up()
752 int count = count0*count1; in cur_down()
798 for (;count0; count0--) TT.cursor = text_nsol(TT.cursor); in vi_yy()
811 for (;count0; count0--) TT.cursor = text_nsol(TT.cursor); in vi_dd()
839 int count = count0*count1; in vi_movw()
1086 if (!count0) return 1; in vi_D()
1089 if (--count0) vi_dd(reg, count0, 1); in vi_D()
1105 while (count0--) { in vi_join()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dasync_read.cs22 int count0 = 0; in Main()
29 count0 ++; in Main()
43 count0 ++; // async_callback is invoked for the "finished reading" case too in Main()
45 Console.WriteLine ("Count: " + count + " " + count0); in Main()
46 if (sum != sum0 || count != count0) in Main()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec.c175 unsigned *count0, unsigned count1, in vbo_merge_draws() argument
184 if (start0 + *count0 != start1) in vbo_merge_draws()
221 if (*count0 % 2) in vbo_merge_draws()
225 if (*count0 % 3) in vbo_merge_draws()
230 if (*count0 % 4) in vbo_merge_draws()
234 if (*count0 % 6) in vbo_merge_draws()
240 *count0 % ctx->TessCtrlProgram.patch_vertices) in vbo_merge_draws()
248 *count0 += count1; in vbo_merge_draws()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec.c175 unsigned *count0, unsigned count1, in vbo_merge_draws() argument
184 if (start0 + *count0 != start1) in vbo_merge_draws()
221 if (*count0 % 2) in vbo_merge_draws()
225 if (*count0 % 3) in vbo_merge_draws()
230 if (*count0 % 4) in vbo_merge_draws()
234 if (*count0 % 6) in vbo_merge_draws()
240 *count0 % ctx->TessCtrlProgram.patch_vertices) in vbo_merge_draws()
248 *count0 += count1; in vbo_merge_draws()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec.c175 unsigned *count0, unsigned count1, in vbo_merge_draws() argument
184 if (start0 + *count0 != start1) in vbo_merge_draws()
221 if (*count0 % 2) in vbo_merge_draws()
225 if (*count0 % 3) in vbo_merge_draws()
230 if (*count0 % 4) in vbo_merge_draws()
234 if (*count0 % 6) in vbo_merge_draws()
240 *count0 % ctx->TessCtrlProgram.patch_vertices) in vbo_merge_draws()
248 *count0 += count1; in vbo_merge_draws()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec.c175 unsigned *count0, unsigned count1, in vbo_merge_draws() argument
184 if (start0 + *count0 != start1) in vbo_merge_draws()
221 if (*count0 % 2) in vbo_merge_draws()
225 if (*count0 % 3) in vbo_merge_draws()
230 if (*count0 % 4) in vbo_merge_draws()
234 if (*count0 % 6) in vbo_merge_draws()
240 *count0 % ctx->TessCtrlProgram.patch_vertices) in vbo_merge_draws()
248 *count0 += count1; in vbo_merge_draws()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec.c175 unsigned *count0, unsigned count1, in vbo_merge_draws() argument
184 if (start0 + *count0 != start1) in vbo_merge_draws()
221 if (*count0 % 2) in vbo_merge_draws()
225 if (*count0 % 3) in vbo_merge_draws()
230 if (*count0 % 4) in vbo_merge_draws()
234 if (*count0 % 6) in vbo_merge_draws()
240 *count0 % ctx->TessCtrlProgram.patch_vertices) in vbo_merge_draws()
248 *count0 += count1; in vbo_merge_draws()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec.c175 unsigned *count0, unsigned count1, in vbo_merge_draws() argument
184 if (start0 + *count0 != start1) in vbo_merge_draws()
221 if (*count0 % 2) in vbo_merge_draws()
225 if (*count0 % 3) in vbo_merge_draws()
230 if (*count0 % 4) in vbo_merge_draws()
234 if (*count0 % 6) in vbo_merge_draws()
240 *count0 % ctx->TessCtrlProgram.patch_vertices) in vbo_merge_draws()
248 *count0 += count1; in vbo_merge_draws()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec.c175 unsigned *count0, unsigned count1, in vbo_merge_draws() argument
184 if (start0 + *count0 != start1) in vbo_merge_draws()
221 if (*count0 % 2) in vbo_merge_draws()
225 if (*count0 % 3) in vbo_merge_draws()
230 if (*count0 % 4) in vbo_merge_draws()
234 if (*count0 % 6) in vbo_merge_draws()
240 *count0 % ctx->TessCtrlProgram.patch_vertices) in vbo_merge_draws()
248 *count0 += count1; in vbo_merge_draws()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/vbo/
H A Dvbo_exec.c174 unsigned *count0, unsigned count1, in vbo_merge_draws() argument
183 if (start0 + *count0 != start1) in vbo_merge_draws()
220 if (*count0 % 2) in vbo_merge_draws()
224 if (*count0 % 3) in vbo_merge_draws()
229 if (*count0 % 4) in vbo_merge_draws()
233 if (*count0 % 6) in vbo_merge_draws()
239 *count0 % ctx->TessCtrlProgram.patch_vertices) in vbo_merge_draws()
247 *count0 += count1; in vbo_merge_draws()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec.c175 unsigned *count0, unsigned count1, in vbo_merge_draws() argument
184 if (start0 + *count0 != start1) in vbo_merge_draws()
221 if (*count0 % 2) in vbo_merge_draws()
225 if (*count0 % 3) in vbo_merge_draws()
230 if (*count0 % 4) in vbo_merge_draws()
234 if (*count0 % 6) in vbo_merge_draws()
240 *count0 % ctx->TessCtrlProgram.patch_vertices) in vbo_merge_draws()
248 *count0 += count1; in vbo_merge_draws()
/dports/lang/clover/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec.c175 unsigned *count0, unsigned count1, in vbo_merge_draws() argument
184 if (start0 + *count0 != start1) in vbo_merge_draws()
221 if (*count0 % 2) in vbo_merge_draws()
225 if (*count0 % 3) in vbo_merge_draws()
230 if (*count0 % 4) in vbo_merge_draws()
234 if (*count0 % 6) in vbo_merge_draws()
240 *count0 % ctx->TessCtrlProgram.patch_vertices) in vbo_merge_draws()
248 *count0 += count1; in vbo_merge_draws()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/tests/
H A Dimage.tex7 \advance\count0 by 1
14 \advance\count0 by 1
21 \advance\count0 by 1
28 \advance\count0 by 1
34 \advance\count0 by 1
/dports/graphics/embree/embree-3.13.2/common/sys/
H A Dbarrier.cpp147 : count0(nullptr), count1(nullptr), mode(0), flag0(0), flag1(0), threadCount(0) in LinearBarrierActive()
155 delete[] count0; in ~LinearBarrierActive()
163 if (count0) delete[] count0; count0 = new unsigned char[N]; in init()
169 for (size_t i=0; i<N; i++) count0[i] = 0; in init()
184 while (likely(count0[i] == 0)) in wait()
194 count0[threadIndex] = 1; in wait()
207 count0[i] = 0; in wait()
/dports/www/varnish-modules/varnish-modules-0.18.0/src/tests/vsthrottle/
H A Dtest01.vtc12 set resp.http.foo-count0 = vsthrottle.remaining("foo", 1, 1s);
23 set resp.http.bar-count0 = vsthrottle.remaining("bar", 1, 1s);
29 set resp.http.f4-count0 = vsthrottle.remaining(req.http.not-found, 1, 1s);
41 expect resp.http.foo-count0 == "1"
46 expect resp.http.bar-count0 == "1"
49 expect resp.http.f4-count0 == "-1"
/dports/biology/py-pysam/pysam-0.18.0/samtools/
H A Dbam_index.c124 uint64_t (*count0)[2] = calloc(sam_hdr_nref(header)+1, sizeof(*count0)); in slow_idxstats() local
125 uint64_t (*counts)[2] = count0+1; in slow_idxstats()
126 if (!count0) in slow_idxstats()
131 free(count0); in slow_idxstats()
139 free(count0); in slow_idxstats()
160 free(count0); in slow_idxstats()

12345678910>>...33