Home
last modified time | relevance | path

Searched refs:type_count (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/test/trace_processor/profiling/
H A Djava_heap_histogram.out10 type_count {
15 type_count {
20 type_count {
25 type_count {
30 type_count {
/dports/devel/R-cran-data.table/data.table/src/
H A Dijoin.c42 type_count[from[i]-1]++; type_count[to[i]-1]++; in lookup()
53 if (count[i]) type_count[i] = 1; in lookup()
66 if (from[i]==j && !type_count[j-1]) type_count[j-1]++; in lookup()
73 type_count[from[i]-1]++; type_count[to[i]-1]++; in lookup()
84 if (count[i]) type_count[i] = 1; in lookup()
102 type_count[from[i]-1]++; type_count[to[i]-1]++; in lookup()
110 if (k==j) type_count[j-1]++; in lookup()
260 totlen += (from[i] > 0 && type_count[from[i]-1]) ? type_count[from[i]-1] : 1; in overlaps()
294 totlen += type_count[j-1]; in overlaps()
526 if (type_count[j-1]) { in overlaps()
[all …]
/dports/devel/p5-Parse-Win32Registry/Parse-Win32Registry-1.1/bin/
H A Dregstats.pl26 my %type_count = ();
42 foreach my $type_as_string (sort keys %type_count) {
43 print "$type_as_string: $type_count{$type_as_string}\n";
51 $type_count{$value->get_type_as_string}++;
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/
H A Ddnssec.c851 type_count++; in ldns_dnssec_create_nsec()
857 type_count++; in ldns_dnssec_create_nsec()
859 type_count++; in ldns_dnssec_create_nsec()
927 type_count++; in ldns_dnssec_create_nsec3()
937 type_count++; in ldns_dnssec_create_nsec3()
996 type_count++; in ldns_create_nsec()
998 type_count++; in ldns_create_nsec()
1232 if (type_count == 0 || i_type_list[type_count-1] != i_type) { in ldns_create_nsec3()
1234 type_count++; in ldns_create_nsec3()
1243 type_count++; in ldns_create_nsec3()
[all …]
/dports/dns/py-ldns/ldns-1.8.1/
H A Ddnssec.c851 type_count++; in ldns_dnssec_create_nsec()
857 type_count++; in ldns_dnssec_create_nsec()
859 type_count++; in ldns_dnssec_create_nsec()
927 type_count++; in ldns_dnssec_create_nsec3()
937 type_count++; in ldns_dnssec_create_nsec3()
996 type_count++; in ldns_create_nsec()
998 type_count++; in ldns_create_nsec()
1232 if (type_count == 0 || i_type_list[type_count-1] != i_type) { in ldns_create_nsec3()
1234 type_count++; in ldns_create_nsec3()
1243 type_count++; in ldns_create_nsec3()
[all …]
/dports/dns/ldns/ldns-1.8.1/
H A Ddnssec.c851 type_count++; in ldns_dnssec_create_nsec()
857 type_count++; in ldns_dnssec_create_nsec()
859 type_count++; in ldns_dnssec_create_nsec()
927 type_count++; in ldns_dnssec_create_nsec3()
937 type_count++; in ldns_dnssec_create_nsec3()
996 type_count++; in ldns_create_nsec()
998 type_count++; in ldns_create_nsec()
1232 if (type_count == 0 || i_type_list[type_count-1] != i_type) { in ldns_create_nsec3()
1234 type_count++; in ldns_create_nsec3()
1243 type_count++; in ldns_create_nsec3()
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/cli/
H A Dobjectlistcommand.cpp67 std::map<String, int> type_count; in Run() local
89 ObjectListUtility::PrintObject(std::cout, first, message, type_count, name_filter, type_filter); in Run()
100 PrintTypeCounts(std::cout, type_count); in Run()
110 void ObjectListCommand::PrintTypeCounts(std::ostream& fp, const std::map<String, int>& type_count) in PrintTypeCounts() argument
114 for (const TypeCount& kv : type_count) { in PrintTypeCounts()
/dports/devel/eastl/EASTL-3.13.06/include/EASTL/
H A Dmeta.h85 struct type_count;
88 struct type_count<T, H, Types...>
90 static const int value = (is_same_v<T, H> ? 1 : 0) + type_count<T, Types...>::value;
93 template <typename T> struct type_count<T> { static const int value = 0; };
96 constexpr int type_count_v = type_count<T, Ts...>::value;
108 static const bool value = (type_count<T, Types...>::value == 1);
/dports/devel/eastl/EASTL-3.13.06/include/EASTL/internal/
H A Dmeta.h83 struct type_count; in EA_ONCE()
86 struct type_count<T, H, Types...> in EA_ONCE()
88 static const int value = (is_same_v<T, H> ? 1 : 0) + type_count<T, Types...>::value; in EA_ONCE()
91 template <typename T> struct type_count<T> { static const int value = 0; }; in EA_ONCE()
94 constexpr int type_count_v = type_count<T, Ts...>::value; in EA_ONCE()
106 static const bool value = (type_count<T, Types...>::value == 1); in EA_ONCE()
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/test-internal/
H A Dio_bounds_test.c21 int type_count; member
108 MPI_Type_struct (test->type_count, test->type_blocklens, in run_test()
185 for (i=0; i<test->type_count; i++) { in print_test_params()
217 tests_arr[i].type_count = 0; in setup_predefined()
234 tests_arr[i].type_count = 0; in setup_predefined()
251 tests_arr[i].type_count = 0; in setup_predefined()
268 tests_arr[i].type_count = 0; in setup_predefined()
285 tests_arr[i].type_count = 0; in setup_predefined()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/test-internal/
H A Dio_bounds_test.c21 int type_count; member
108 MPI_Type_struct (test->type_count, test->type_blocklens, in run_test()
185 for (i=0; i<test->type_count; i++) { in print_test_params()
217 tests_arr[i].type_count = 0; in setup_predefined()
234 tests_arr[i].type_count = 0; in setup_predefined()
251 tests_arr[i].type_count = 0; in setup_predefined()
268 tests_arr[i].type_count = 0; in setup_predefined()
285 tests_arr[i].type_count = 0; in setup_predefined()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/test-internal/
H A Dio_bounds_test.c21 int type_count; member
108 MPI_Type_struct (test->type_count, test->type_blocklens, in run_test()
185 for (i=0; i<test->type_count; i++) { in print_test_params()
217 tests_arr[i].type_count = 0; in setup_predefined()
234 tests_arr[i].type_count = 0; in setup_predefined()
251 tests_arr[i].type_count = 0; in setup_predefined()
268 tests_arr[i].type_count = 0; in setup_predefined()
285 tests_arr[i].type_count = 0; in setup_predefined()
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/test-internal/
H A Dio_bounds_test.c20 int type_count; member
105 MPI_Type_struct(test->type_count, test->type_blocklens, in run_test()
170 for (i = 0; i < test->type_count; i++) { in print_test_params()
192 tests_arr[i].type_count = 0; in setup_predefined()
209 tests_arr[i].type_count = 0; in setup_predefined()
226 tests_arr[i].type_count = 0; in setup_predefined()
243 tests_arr[i].type_count = 0; in setup_predefined()
260 tests_arr[i].type_count = 0; in setup_predefined()
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/device/
H A Drouting.inc.php34 foreach ($routing_tabs as $type => $type_count) {
45 … echo generate_link($type_text[$type] . ' (' . $type_count . ')', $link_array, ['proto' => $type]);
59 foreach ($routing_tabs as $type => $type_count) {
/dports/biology/p5-Bio-Das/Bio-Das-1.17/Das/
H A DSegment.pm250 my (%type_count,%tracks,%track_configs,$color);
262 $type_count{$type}++;
290 for my $type (keys %type_count) {
291 my $type_count = $type_count{$type};
293 : $options == 0 ? $type_count <= $max_bump
301 my $maxed_out = $type_count > $max_label;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/cli11/vtkcli11/CLI/
H A DTypeTools.hpp394 struct type_count<T, struct
412 struct type_count<T, struct
449 static constexpr int value{type_count<T>::value};
485 … ? ((type_count<T>::value < expected_max_vector_size) ? type_count<T>::value : 0)
1207 type_count<ConvertTo>::value == 1,
1247 (type_count<ConvertTo>::value == 1),
1276 ((type_count<ConvertTo>::value > 2) ||
1286 type_count<ConvertTo>::value > 2),
1405 type_count<ConvertTo>::value > 2),
1419 ((type_count<ConvertTo>::value > 2) ||
[all …]
/dports/devel/cli11/CLI11-2.1.2/include/CLI/
H A DTypeTools.hpp394 struct type_count<T, struct
412 struct type_count<T, struct
449 static constexpr int value{type_count<T>::value};
485 … ? ((type_count<T>::value < expected_max_vector_size) ? type_count<T>::value : 0)
1207 type_count<ConvertTo>::value == 1,
1247 (type_count<ConvertTo>::value == 1),
1276 ((type_count<ConvertTo>::value > 2) ||
1286 type_count<ConvertTo>::value > 2),
1405 type_count<ConvertTo>::value > 2),
1419 ((type_count<ConvertTo>::value > 2) ||
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dcombine_tools.cpp25 int type_count = 0; in can_be_full_param() local
61 ++type_count; in can_be_full_param()
130 type_count = 1; in can_be_full_param()
140 || (word_count == type_count)) in can_be_full_param()
194 type_count = 1; in can_be_full_param()
225 __func__, __LINE__, get_token_name(pc->type), type_count, word_count); in can_be_full_param()
245 && type_count < 1 in can_be_full_param()
273 __func__, __LINE__, pc->text(), word_count, type_count); in can_be_full_param()
282 && type_count == 1)); in can_be_full_param()
/dports/devel/injeqt/injeqt-1.2.0/src/internal/
H A Dtype-relations.cpp53 auto type_count = std::map<type, std::size_t>{}; in make_type_relations()
61 type_count[interface_type]++; in make_type_relations()
68 for (auto &&counted_type : type_count) in make_type_relations()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/hwloc/
H A Dtopology-synthetic.c425 int type_count[HWLOC_OBJ_TYPE_MAX]; in hwloc_backend_synthetic_init() local
445 type_count[HWLOC_OBJ_MACHINE] = 1; in hwloc_backend_synthetic_init()
617 type_count[i] = 0; in hwloc_backend_synthetic_init()
622 type_count[type]++; in hwloc_backend_synthetic_init()
627 if (!type_count[HWLOC_OBJ_PU]) { in hwloc_backend_synthetic_init()
656 if (type_count[HWLOC_OBJ_CORE] > 1) { in hwloc_backend_synthetic_init()
704 type_count[HWLOC_OBJ_GROUP]++; in hwloc_backend_synthetic_init()
727 type_count[HWLOC_OBJ_L3CACHE] = 1; in hwloc_backend_synthetic_init()
737 type_count[HWLOC_OBJ_L1CACHE] = 1; in hwloc_backend_synthetic_init()
743 type_count[HWLOC_OBJ_L1ICACHE] = 1; in hwloc_backend_synthetic_init()
[all …]
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/lm/builder/
H A Dcorpus_count_test.cc75 WordIndex type_count = 10; in BOOST_AUTO_TEST_CASE() local
78 …CorpusCount counter(input_piece, vocab.get(), true, token_count, type_count, prune_words, "", chai… in BOOST_AUTO_TEST_CASE()
82 BOOST_CHECK_EQUAL(11, type_count); in BOOST_AUTO_TEST_CASE()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Observers/
H A Dlink.cpp21 hashmap<string,int> type_count (0); variable
71 type_count (ln->t[0]->label) ++; in register_link()
81 type_count (ln->t[0]->label) --; in unregister_link()
82 if (type_count (ln->t[0]->label) == 0) in unregister_link()
83 type_count->reset (ln->t[0]->label); in unregister_link()
175 iterator<string> it= iterate (type_count); in all_link_types()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/hwloc/
H A Dtopology-synthetic.c437 int type_count[HWLOC_OBJ_TYPE_MAX]; in hwloc_backend_synthetic_init() local
457 type_count[HWLOC_OBJ_MACHINE] = 1; in hwloc_backend_synthetic_init()
634 type_count[i] = 0; in hwloc_backend_synthetic_init()
639 type_count[type]++; in hwloc_backend_synthetic_init()
644 if (!type_count[HWLOC_OBJ_PU]) { in hwloc_backend_synthetic_init()
661 if (type_count[HWLOC_OBJ_DIE] > 1) { in hwloc_backend_synthetic_init()
727 type_count[HWLOC_OBJ_GROUP]++; in hwloc_backend_synthetic_init()
750 type_count[HWLOC_OBJ_L3CACHE] = 1; in hwloc_backend_synthetic_init()
760 type_count[HWLOC_OBJ_L1CACHE] = 1; in hwloc_backend_synthetic_init()
766 type_count[HWLOC_OBJ_L1ICACHE] = 1; in hwloc_backend_synthetic_init()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/hwloc/hwloc/
H A Dtopology-synthetic.c437 int type_count[HWLOC_OBJ_TYPE_MAX]; in hwloc_backend_synthetic_init() local
457 type_count[HWLOC_OBJ_MACHINE] = 1; in hwloc_backend_synthetic_init()
634 type_count[i] = 0; in hwloc_backend_synthetic_init()
639 type_count[type]++; in hwloc_backend_synthetic_init()
644 if (!type_count[HWLOC_OBJ_PU]) { in hwloc_backend_synthetic_init()
661 if (type_count[HWLOC_OBJ_DIE] > 1) { in hwloc_backend_synthetic_init()
727 type_count[HWLOC_OBJ_GROUP]++; in hwloc_backend_synthetic_init()
750 type_count[HWLOC_OBJ_L3CACHE] = 1; in hwloc_backend_synthetic_init()
760 type_count[HWLOC_OBJ_L1CACHE] = 1; in hwloc_backend_synthetic_init()
766 type_count[HWLOC_OBJ_L1ICACHE] = 1; in hwloc_backend_synthetic_init()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/hwloc/
H A Dtopology-synthetic.c437 int type_count[HWLOC_OBJ_TYPE_MAX]; in hwloc_backend_synthetic_init() local
457 type_count[HWLOC_OBJ_MACHINE] = 1; in hwloc_backend_synthetic_init()
634 type_count[i] = 0; in hwloc_backend_synthetic_init()
639 type_count[type]++; in hwloc_backend_synthetic_init()
644 if (!type_count[HWLOC_OBJ_PU]) { in hwloc_backend_synthetic_init()
661 if (type_count[HWLOC_OBJ_DIE] > 1) { in hwloc_backend_synthetic_init()
727 type_count[HWLOC_OBJ_GROUP]++; in hwloc_backend_synthetic_init()
750 type_count[HWLOC_OBJ_L3CACHE] = 1; in hwloc_backend_synthetic_init()
760 type_count[HWLOC_OBJ_L1CACHE] = 1; in hwloc_backend_synthetic_init()
766 type_count[HWLOC_OBJ_L1ICACHE] = 1; in hwloc_backend_synthetic_init()
[all …]

12345678910>>...26