Home
last modified time | relevance | path

Searched refs:total_count (Results 1 – 25 of 2140) sorted by relevance

12345678910>>...86

/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/typerep/dataloop/
H A Dveccpy.h57 unsigned long total_count = count * nelms; \
61 MPIR_Assert(total_count <= INT_MAX); \
64 for (_i = (int)total_count; _i; _i--) { \
70 for (_i = (int)total_count; _i; _i -= 2) { \
77 for (_i = (int)total_count; _i; _i -= 3) { \
85 for (_i = (int)total_count; _i; _i -= 4) { \
94 for (_i = (int)total_count; _i; _i -= 5) { \
104 for (_i = (int)total_count; _i; _i -= 6) { \
115 for (_i = (int)total_count; _i; _i -= 7) { \
127 for (_i = (int)total_count; _i; _i -= 8) { \
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Doptimization.cpp41 long total_count = 0; variable
55 ++total_count; in apq()
74 ++total_count; in der_apq()
84 ++total_count; in rosen()
90 ++total_count; in der_rosen()
102 ++total_count; in neg_rosen()
108 ++total_count; in der_neg_rosen()
119 ++total_count; in simple()
125 ++total_count; in der_simple()
136 ++total_count; in powell()
[all …]
H A Dconditioning_class.h70 unsigned long low_count, high_count, total_count; in conditioning_class_kernel_test() local
88 DLIB_TEST(total_count == test.get_total()); in conditioning_class_kernel_test()
98 DLIB_TEST(total_count == test.get_total()); in conditioning_class_kernel_test()
136 DLIB_TEST(total_count == test.get_total()); in conditioning_class_kernel_test()
156 DLIB_TEST(total_count == test.get_total()); in conditioning_class_kernel_test()
234 DLIB_TEST(total_count == total); in conditioning_class_kernel_test()
391 DLIB_TEST(total_count == total); in conditioning_class_kernel_test()
529 DLIB_TEST(total_count == test.get_total()); in conditioning_class_kernel_test()
556 DLIB_TEST(total_count == test.get_total()); in conditioning_class_kernel_test()
642 DLIB_TEST(total_count == total); in conditioning_class_kernel_test()
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Doptimization.cpp41 long total_count = 0; variable
55 ++total_count; in apq()
74 ++total_count; in der_apq()
84 ++total_count; in rosen()
90 ++total_count; in der_rosen()
102 ++total_count; in neg_rosen()
108 ++total_count; in der_neg_rosen()
119 ++total_count; in simple()
125 ++total_count; in der_simple()
136 ++total_count; in powell()
[all …]
H A Dconditioning_class.h70 unsigned long low_count, high_count, total_count; in conditioning_class_kernel_test() local
88 DLIB_TEST(total_count == test.get_total()); in conditioning_class_kernel_test()
98 DLIB_TEST(total_count == test.get_total()); in conditioning_class_kernel_test()
136 DLIB_TEST(total_count == test.get_total()); in conditioning_class_kernel_test()
156 DLIB_TEST(total_count == test.get_total()); in conditioning_class_kernel_test()
234 DLIB_TEST(total_count == total); in conditioning_class_kernel_test()
391 DLIB_TEST(total_count == total); in conditioning_class_kernel_test()
529 DLIB_TEST(total_count == test.get_total()); in conditioning_class_kernel_test()
556 DLIB_TEST(total_count == test.get_total()); in conditioning_class_kernel_test()
642 DLIB_TEST(total_count == total); in conditioning_class_kernel_test()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/common/datatype/dataloop/
H A Dveccpy.h68 for (_i = total_count; _i; _i -= 2) { \
75 for (_i = total_count; _i; _i -= 3) { \
83 for (_i = total_count; _i; _i -= 4) { \
92 for (_i = total_count; _i; _i -= 5) { \
102 for (_i = total_count; _i; _i -= 6) { \
113 for (_i = total_count; _i; _i -= 7) { \
125 for (_i = total_count; _i; _i -= 8) { \
180 for (_i = total_count; _i; _i -= 2) { \
187 for (_i = total_count; _i; _i -= 3) { \
195 for (_i = total_count; _i; _i -= 4) { \
[all …]
/dports/ftp/php-fastdfs/fastdfs-6.06/test/
H A Dcombine_result.c25 int total_count; in main() local
44 total_count = 0; in main()
49 total_count, success_count, total_count > 0 ? 100.00 * success_count / total_count : 0.00, in main()
50 time_used, total_count > 0 ? time_used * 1000 / total_count : 0, in main()
121 pEntry->total_count == 0 ? 0 : (int)(pEntry->time_used / pEntry->total_count), in print_stat_by()
123 pEntry->total_count > 0 ? 100.00 * pEntry->success_count / pEntry->total_count : 0.00); in print_stat_by()
135 int total_count; in combine_stat_by() local
160 &total_count, &success_count, &time_used) != 4) in combine_stat_by()
205 pEntry->total_count += total_count; in combine_stat_by()
229 int total_count; in combine_stat_overall() local
[all …]
/dports/ftp/fastdfs/fastdfs-6.06/test/
H A Dcombine_result.c25 int total_count; in main() local
44 total_count = 0; in main()
49 total_count, success_count, total_count > 0 ? 100.00 * success_count / total_count : 0.00, in main()
50 time_used, total_count > 0 ? time_used * 1000 / total_count : 0, in main()
121 pEntry->total_count == 0 ? 0 : (int)(pEntry->time_used / pEntry->total_count), in print_stat_by()
123 pEntry->total_count > 0 ? 100.00 * pEntry->success_count / pEntry->total_count : 0.00); in print_stat_by()
135 int total_count; in combine_stat_by() local
160 &total_count, &success_count, &time_used) != 4) in combine_stat_by()
205 pEntry->total_count += total_count; in combine_stat_by()
229 int total_count; in combine_stat_overall() local
[all …]
/dports/x11/libX11/libX11-1.7.2/src/xlibi18n/
H A DICWrap.c94 int *total_count) in _XIMCountNestedList() argument
100 ++(*total_count); in _XIMCountNestedList()
109 *total_count = 0; in _XIMCountVaList()
116 ++(*total_count); in _XIMCountVaList()
154 int total_count; in XVaCreateNestedList() local
157 _XIMCountVaList(var, &total_count); in XVaCreateNestedList()
171 int total_count; in XSetIMValues() local
199 int total_count; in XGetIMValues() local
232 int total_count; in XCreateIC() local
285 int total_count; in XGetICValues() local
[all …]
/dports/comms/hamlib/hamlib-4.3.1/src/
H A Diofunc.c554 int total_count = 0; in read_block() local
591 total_count); in read_block()
602 total_count, in read_block()
613 total_count); in read_block()
634 total_count += rd_count; in read_block()
678 int total_count = 0; in read_string() local
720 if (0 == total_count) in read_string()
746 total_count, in read_string()
781 if (total_count == 0 && rxbuffer[total_count] == '\\') { rxmax = (rxmax - 1) * 5; } in read_string()
783 ++total_count; in read_string()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sessions/
H A Dsession_restore_browsertest_chromeos.cc99 size_t total_count = 0; in IN_PROC_BROWSER_TEST_F() local
102 ++total_count; in IN_PROC_BROWSER_TEST_F()
123 size_t total_count = 0; in IN_PROC_BROWSER_TEST_F() local
127 ++total_count; in IN_PROC_BROWSER_TEST_F()
151 size_t total_count = 0; in IN_PROC_BROWSER_TEST_F() local
155 ++total_count; in IN_PROC_BROWSER_TEST_F()
174 size_t total_count = 0; in IN_PROC_BROWSER_TEST_F() local
177 ++total_count; in IN_PROC_BROWSER_TEST_F()
223 ++total_count; in IN_PROC_BROWSER_TEST_F()
258 ++total_count; in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/net/freediameter/freeDiameter-1.5.0/extensions/dbg_monitor/
H A Ddbg_monitor.c55 …ue_desc, char * peer, int current_count, int limit_count, int highest_count, long long total_count, in display_info() argument
59 long double throughput = (long double)total_count * 1000000; in display_info()
64 total_count, total->tv_sec, total->tv_nsec/1000, throughput, in display_info()
69 total_count, total->tv_sec, total->tv_nsec/1000, throughput, in display_info()
88 long long total_count; in mn_thr() local
103 …display_info("Local delivery", NULL, current_count, limit_count, highest_count, total_count, &tota… in mn_thr()
106 …display_info("Total received", NULL, current_count, limit_count, highest_count, total_count, &tota… in mn_thr()
109 …display_info("Total sending", NULL, current_count, limit_count, highest_count, total_count, &total… in mn_thr()
119 …getstats(STAT_P_PSM, p, &current_count, &limit_count, &highest_count, &total_count, &total, &block… in mn_thr()
120 …recept", p->info.pi_diamid, current_count, limit_count, highest_count, total_count, &total, &block… in mn_thr()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ireduce_scatter/
H A Direduce_scatter_inter_sched_remote_reduce_local_scatterv.c23 int rank, root, local_size, total_count, i; in MPIR_Ireduce_scatter_inter_sched_remote_reduce_local_scatterv() local
33 total_count = 0; in MPIR_Ireduce_scatter_inter_sched_remote_reduce_local_scatterv()
35 total_count += recvcounts[i]; in MPIR_Ireduce_scatter_inter_sched_remote_reduce_local_scatterv()
44 total_count = 0; in MPIR_Ireduce_scatter_inter_sched_remote_reduce_local_scatterv()
46 disps[i] = total_count; in MPIR_Ireduce_scatter_inter_sched_remote_reduce_local_scatterv()
47 total_count += recvcounts[i]; in MPIR_Ireduce_scatter_inter_sched_remote_reduce_local_scatterv()
53 MPIR_SCHED_CHKPMEM_MALLOC(tmp_buf, void *, total_count * (MPL_MAX(extent, true_extent)), in MPIR_Ireduce_scatter_inter_sched_remote_reduce_local_scatterv()
65 mpi_errno = MPIR_Ireduce_sched_auto(sendbuf, tmp_buf, total_count, in MPIR_Ireduce_scatter_inter_sched_remote_reduce_local_scatterv()
74 mpi_errno = MPIR_Ireduce_sched_auto(sendbuf, tmp_buf, total_count, in MPIR_Ireduce_scatter_inter_sched_remote_reduce_local_scatterv()
80 mpi_errno = MPIR_Ireduce_sched_auto(sendbuf, tmp_buf, total_count, in MPIR_Ireduce_scatter_inter_sched_remote_reduce_local_scatterv()
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dli_boost_intrusive_ptr.i137 static long getTotal_count() { return total_count; } in getTotal_count()
142 …static void increment() { ++total_count; if (debug_shared) cout << " ++xxxxx Klass::increment… in increment()
143 …static void decrement() { --total_count; if (debug_shared) cout << " --xxxxx Klass::decrement… in decrement()
144 static boost::detail::atomic_count total_count; member
161 static long getTotal_count() { return total_count; } in getTotal_count()
166 static boost::detail::atomic_count total_count; member
187 static long getTotal_count() { return total_count; } in getTotal_count()
192 static boost::detail::atomic_count total_count; member
211 static long getTotal_count() { return total_count; } in getTotal_count()
216 static boost::detail::atomic_count total_count; member
[all …]
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DVarCreate.c94 int total_count, typed_count; in XtVaCreateWidget() local
100 _XtCountVaList(var, &total_count, &typed_count); in XtVaCreateWidget()
105 total_count); in XtVaCreateWidget()
119 int total_count, typed_count; in XtVaCreateManagedWidget() local
125 _XtCountVaList(var, &total_count, &typed_count); in XtVaCreateManagedWidget()
130 total_count); in XtVaCreateManagedWidget()
148 int total_count, typed_count; in XtVaAppCreateShell() local
181 int total_count, typed_count; in XtVaCreatePopupShell() local
210 int total_count, typed_count; in XtVaSetValues() local
223 _XtFreeArgList(args, total_count, typed_count); in XtVaSetValues()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpi/coll/
H A Dired_scat.c60 total_count = 0; in MPIR_Ireduce_scatter_rec_hlv()
66 if (total_count == 0) { in MPIR_Ireduce_scatter_rec_hlv()
270 int total_count; in MPIR_Ireduce_scatter_pairwise() local
284 total_count = 0; in MPIR_Ireduce_scatter_pairwise()
290 if (total_count == 0) { in MPIR_Ireduce_scatter_pairwise()
423 total_count = 0; in MPIR_Ireduce_scatter_rec_dbl()
429 if (total_count == 0) { in MPIR_Ireduce_scatter_rec_dbl()
717 size = total_count; in MPIR_Ireduce_scatter_noncomm()
845 total_count = 0; in MPIR_Ireduce_scatter_intra()
913 total_count = 0; in MPIR_Ireduce_scatter_inter()
[all …]
/dports/chinese/fcitx/fcitx-4.2.9.7/src/frontend/xim/lib/
H A DIMValues.c39 static void _IMCountVaList(va_list var, int *total_count) in _IMCountVaList() argument
43 *total_count = 0; in _IMCountVaList()
47 ++(*total_count); in _IMCountVaList()
80 int total_count; in IMGetIMValues() local
85 _IMCountVaList(var, &total_count); in IMGetIMValues()
89 _IMVaToNestedList(var, total_count, &args); in IMGetIMValues()
103 int total_count; in IMSetIMValues() local
108 _IMCountVaList(var, &total_count); in IMSetIMValues()
112 _IMVaToNestedList(var, total_count, &args); in IMSetIMValues()
/dports/chinese/gcin/gcin-2.9.0/IMdkit/lib/
H A DIMValues.c39 static void _IMCountVaList (va_list var, int *total_count) in _IMCountVaList() argument
43 *total_count = 0; in _IMCountVaList()
48 ++(*total_count); in _IMCountVaList()
83 int total_count; in IMGetIMValues() local
88 _IMCountVaList (var, &total_count); in IMGetIMValues()
92 _IMVaToNestedList (var, total_count, &args); in IMGetIMValues()
106 int total_count; in IMSetIMValues() local
111 _IMCountVaList (var, &total_count); in IMSetIMValues()
115 _IMVaToNestedList (var, total_count, &args); in IMSetIMValues()
/dports/chinese/gcin-qt5/gcin-2.9.0/IMdkit/lib/
H A DIMValues.c39 static void _IMCountVaList (va_list var, int *total_count) in _IMCountVaList() argument
43 *total_count = 0; in _IMCountVaList()
48 ++(*total_count); in _IMCountVaList()
83 int total_count; in IMGetIMValues() local
88 _IMCountVaList (var, &total_count); in IMGetIMValues()
92 _IMVaToNestedList (var, total_count, &args); in IMGetIMValues()
106 int total_count; in IMSetIMValues() local
111 _IMCountVaList (var, &total_count); in IMSetIMValues()
115 _IMVaToNestedList (var, total_count, &args); in IMSetIMValues()
/dports/chinese/gcin-gtk3/gcin-2.9.0/IMdkit/lib/
H A DIMValues.c39 static void _IMCountVaList (va_list var, int *total_count) in _IMCountVaList() argument
43 *total_count = 0; in _IMCountVaList()
48 ++(*total_count); in _IMCountVaList()
83 int total_count; in IMGetIMValues() local
88 _IMCountVaList (var, &total_count); in IMGetIMValues()
92 _IMVaToNestedList (var, total_count, &args); in IMGetIMValues()
106 int total_count; in IMSetIMValues() local
111 _IMCountVaList (var, &total_count); in IMSetIMValues()
115 _IMVaToNestedList (var, total_count, &args); in IMSetIMValues()
/dports/textproc/scim/scim-1.4.9/modules/FrontEnd/IMdkit/
H A DIMValues.c39 static void _IMCountVaList (va_list var, int *total_count) in _IMCountVaList() argument
43 *total_count = 0; in _IMCountVaList()
48 ++(*total_count); in _IMCountVaList()
83 int total_count; in IMGetIMValues() local
88 _IMCountVaList (var, &total_count); in IMGetIMValues()
92 _IMVaToNestedList (var, total_count, &args); in IMGetIMValues()
106 int total_count; in IMSetIMValues() local
111 _IMCountVaList (var, &total_count); in IMSetIMValues()
115 _IMVaToNestedList (var, total_count, &args); in IMSetIMValues()
/dports/vietnamese/x-unikey/x-unikey-1.0.4/src/IMdkit/
H A DIMValues.c39 static void _IMCountVaList (va_list var, int *total_count) in _IMCountVaList() argument
43 *total_count = 0; in _IMCountVaList()
48 ++(*total_count); in _IMCountVaList()
83 int total_count; in IMGetIMValues() local
88 _IMCountVaList (var, &total_count); in IMGetIMValues()
92 _IMVaToNestedList (var, total_count, &args); in IMGetIMValues()
106 int total_count; in IMSetIMValues() local
111 _IMCountVaList (var, &total_count); in IMSetIMValues()
115 _IMVaToNestedList (var, total_count, &args); in IMSetIMValues()
/dports/textproc/ibus/ibus-1.5.24/util/IMdkit/
H A DIMValues.c39 static void _IMCountVaList (va_list var, int *total_count) in _IMCountVaList() argument
43 *total_count = 0; in _IMCountVaList()
48 ++(*total_count); in _IMCountVaList()
83 int total_count; in IMGetIMValues() local
88 _IMCountVaList (var, &total_count); in IMGetIMValues()
92 _IMVaToNestedList (var, total_count, &args); in IMGetIMValues()
106 int total_count; in IMSetIMValues() local
111 _IMCountVaList (var, &total_count); in IMSetIMValues()
115 _IMVaToNestedList (var, total_count, &args); in IMSetIMValues()
/dports/japanese/im-ja/im-ja-1.5/src/xim/IMdkit/
H A DIMValues.c39 static void _IMCountVaList (va_list var, int *total_count) in _IMCountVaList() argument
43 *total_count = 0; in _IMCountVaList()
48 ++(*total_count); in _IMCountVaList()
83 int total_count; in IMGetIMValues() local
88 _IMCountVaList (var, &total_count); in IMGetIMValues()
92 _IMVaToNestedList (var, total_count, &args); in IMGetIMValues()
106 int total_count; in IMSetIMValues() local
111 _IMCountVaList (var, &total_count); in IMSetIMValues()
115 _IMVaToNestedList (var, total_count, &args); in IMSetIMValues()
/dports/korean/nabi/nabi-f08d7d3/IMdkit/
H A DIMValues.c39 static void _IMCountVaList (va_list var, int *total_count) in _IMCountVaList() argument
43 *total_count = 0; in _IMCountVaList()
48 ++(*total_count); in _IMCountVaList()
83 int total_count; in IMGetIMValues() local
88 _IMCountVaList (var, &total_count); in IMGetIMValues()
92 _IMVaToNestedList (var, total_count, &args); in IMGetIMValues()
106 int total_count; in IMSetIMValues() local
111 _IMCountVaList (var, &total_count); in IMSetIMValues()
115 _IMVaToNestedList (var, total_count, &args); in IMSetIMValues()

12345678910>>...86