Home
last modified time | relevance | path

Searched refs:gc_id (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/api/
H A Dgencode_singleton_unit_test.cpp52 Uint4 gc_id = 1; in BOOST_AUTO_TEST_CASE() local
53 TAutoUint1ArrayPtr gc = FindGeneticCode(gc_id); in BOOST_AUTO_TEST_CASE()
54 Int2 rv = GenCodeSingletonAdd((Uint4)gc_id, gc.get()); in BOOST_AUTO_TEST_CASE()
57 Uint1* gc_str = GenCodeSingletonFind(gc_id); in BOOST_AUTO_TEST_CASE()
60 gc_id = 5; in BOOST_AUTO_TEST_CASE()
61 gc_str = GenCodeSingletonFind(gc_id); in BOOST_AUTO_TEST_CASE()
64 gc = FindGeneticCode(gc_id); in BOOST_AUTO_TEST_CASE()
65 rv = GenCodeSingletonAdd((Uint4)gc_id, gc.get()); in BOOST_AUTO_TEST_CASE()
67 gc_str = GenCodeSingletonFind(gc_id); in BOOST_AUTO_TEST_CASE()
75 Uint4 gc_id = 500; in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/unit_tests/api/
H A Dgencode_singleton_unit_test.cpp52 Uint4 gc_id = 1; in BOOST_AUTO_TEST_CASE() local
53 TAutoUint1ArrayPtr gc = FindGeneticCode(gc_id); in BOOST_AUTO_TEST_CASE()
54 Int2 rv = GenCodeSingletonAdd((Uint4)gc_id, gc.get()); in BOOST_AUTO_TEST_CASE()
57 Uint1* gc_str = GenCodeSingletonFind(gc_id); in BOOST_AUTO_TEST_CASE()
60 gc_id = 5; in BOOST_AUTO_TEST_CASE()
61 gc_str = GenCodeSingletonFind(gc_id); in BOOST_AUTO_TEST_CASE()
64 gc = FindGeneticCode(gc_id); in BOOST_AUTO_TEST_CASE()
65 rv = GenCodeSingletonAdd((Uint4)gc_id, gc.get()); in BOOST_AUTO_TEST_CASE()
67 gc_str = GenCodeSingletonFind(gc_id); in BOOST_AUTO_TEST_CASE()
75 Uint4 gc_id = 500; in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DgcId.cpp47 const uint gc_id = currentNamedthread()->gc_id(); in current() local
48 assert(gc_id != undefined(), "Using undefined GC id."); in current()
49 return gc_id; in current()
53 return Thread::current()->is_Named_thread() ? currentNamedthread()->gc_id() : undefined(); in current_or_undefined()
59 uint gc_id = current_or_undefined(); in print_prefix() local
60 if (gc_id != undefined()) { in print_prefix()
61 int ret = jio_snprintf(buf, len, "GC(%u) ", gc_id); in print_prefix()
69 GCIdMark::GCIdMark() : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark()
73 GCIdMark::GCIdMark(uint gc_id) : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark() argument
74 currentNamedthread()->set_gc_id(gc_id); in GCIdMark()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DgcId.cpp47 const uint gc_id = currentNamedthread()->gc_id(); in current() local
48 assert(gc_id != undefined(), "Using undefined GC id."); in current()
49 return gc_id; in current()
53 return Thread::current()->is_Named_thread() ? currentNamedthread()->gc_id() : undefined(); in current_or_undefined()
59 uint gc_id = current_or_undefined(); in print_prefix() local
60 if (gc_id != undefined()) { in print_prefix()
61 int ret = jio_snprintf(buf, len, "GC(%u) ", gc_id); in print_prefix()
69 GCIdMark::GCIdMark() : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark()
73 GCIdMark::GCIdMark(uint gc_id) : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark() argument
74 currentNamedthread()->set_gc_id(gc_id); in GCIdMark()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DgcId.cpp47 const uint gc_id = currentNamedthread()->gc_id(); in current() local
48 assert(gc_id != undefined(), "Using undefined GC id."); in current()
49 return gc_id; in current()
53 return Thread::current()->is_Named_thread() ? currentNamedthread()->gc_id() : undefined(); in current_or_undefined()
59 uint gc_id = current_or_undefined(); in print_prefix() local
60 if (gc_id != undefined()) { in print_prefix()
61 int ret = jio_snprintf(buf, len, "GC(%u) ", gc_id); in print_prefix()
69 GCIdMark::GCIdMark() : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark()
73 GCIdMark::GCIdMark(uint gc_id) : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark() argument
74 currentNamedthread()->set_gc_id(gc_id); in GCIdMark()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DgcId.cpp47 const uint gc_id = currentNamedthread()->gc_id(); in current() local
48 assert(gc_id != undefined(), "Using undefined GC id."); in current()
49 return gc_id; in current()
53 return Thread::current()->is_Named_thread() ? currentNamedthread()->gc_id() : undefined(); in current_or_undefined()
59 uint gc_id = current_or_undefined(); in print_prefix() local
60 if (gc_id != undefined()) { in print_prefix()
61 int ret = jio_snprintf(buf, len, "GC(%u) ", gc_id); in print_prefix()
69 GCIdMark::GCIdMark() : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark()
73 GCIdMark::GCIdMark(uint gc_id) : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark() argument
74 currentNamedthread()->set_gc_id(gc_id); in GCIdMark()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DgcId.cpp48 const uint gc_id = currentNamedthread()->gc_id(); in current() local
49 assert(gc_id != undefined(), "Using undefined GC id."); in current()
50 return gc_id; in current()
54 return Thread::current()->is_Named_thread() ? currentNamedthread()->gc_id() : undefined(); in current_or_undefined()
60 uint gc_id = current_or_undefined(); in print_prefix() local
61 if (gc_id != undefined()) { in print_prefix()
62 int ret = jio_snprintf(buf, len, "GC(%u) ", gc_id); in print_prefix()
70 GCIdMark::GCIdMark() : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark()
74 GCIdMark::GCIdMark(uint gc_id) : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark() argument
75 currentNamedthread()->set_gc_id(gc_id); in GCIdMark()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DgcId.cpp47 const uint gc_id = currentNamedthread()->gc_id(); in current() local
48 assert(gc_id != undefined(), "Using undefined GC id."); in current()
49 return gc_id; in current()
53 return Thread::current()->is_Named_thread() ? currentNamedthread()->gc_id() : undefined(); in current_or_undefined()
59 uint gc_id = current_or_undefined(); in print_prefix() local
60 if (gc_id != undefined()) { in print_prefix()
61 int ret = jio_snprintf(buf, len, "GC(%u) ", gc_id); in print_prefix()
69 GCIdMark::GCIdMark() : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark()
73 GCIdMark::GCIdMark(uint gc_id) : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark() argument
74 currentNamedthread()->set_gc_id(gc_id); in GCIdMark()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DgcId.cpp47 const uint gc_id = currentNamedthread()->gc_id(); in current() local
48 assert(gc_id != undefined(), "Using undefined GC id."); in current()
49 return gc_id; in current()
53 return Thread::current()->is_Named_thread() ? currentNamedthread()->gc_id() : undefined(); in current_or_undefined()
59 uint gc_id = current_or_undefined(); in print_prefix() local
60 if (gc_id != undefined()) { in print_prefix()
61 int ret = jio_snprintf(buf, len, "GC(%u) ", gc_id); in print_prefix()
69 GCIdMark::GCIdMark() : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark()
73 GCIdMark::GCIdMark(uint gc_id) : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark() argument
74 currentNamedthread()->set_gc_id(gc_id); in GCIdMark()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DgcId.cpp47 const uint gc_id = currentNamedthread()->gc_id(); in current() local
48 assert(gc_id != undefined(), "Using undefined GC id."); in current()
49 return gc_id; in current()
53 return Thread::current()->is_Named_thread() ? currentNamedthread()->gc_id() : undefined(); in current_or_undefined()
59 uint gc_id = current_or_undefined(); in print_prefix() local
60 if (gc_id != undefined()) { in print_prefix()
61 int ret = jio_snprintf(buf, len, "GC(%u) ", gc_id); in print_prefix()
69 GCIdMark::GCIdMark() : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark()
73 GCIdMark::GCIdMark(uint gc_id) : _previous_gc_id(currentNamedthread()->gc_id()) { in GCIdMark() argument
74 currentNamedthread()->set_gc_id(gc_id); in GCIdMark()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTraceSend.cpp59 e.set_gcId(_shared_gc_info.gc_id().id()); in send_reference_stats_event()
70 e.set_gcId(_shared_gc_info.gc_id().id()); in send_metaspace_chunk_free_list_summary()
93 e.set_gcId(_shared_gc_info.gc_id().id()); in send_parallel_old_event()
104 e.set_gcId(_shared_gc_info.gc_id().id()); in send_young_gc_event()
153 e.set_gcId(_shared_gc_info.gc_id().id()); in send_old_gc_event()
172 e.set_gcId(_shared_gc_info.gc_id().id()); in send_promotion_failed_event()
183 e.set_gcId(_shared_gc_info.gc_id().id()); in send_concurrent_mode_failure_event()
192 e.set_gcId(_shared_gc_info.gc_id().id()); in send_g1_young_gc_event()
214 e.set_gcId(_shared_gc_info.gc_id().id()); in send_evacuation_info_event()
261 GCHeapSummaryEventSender(GCId gc_id, GCWhen::Type when) : _gc_id(gc_id), _when(when) {} in GCHeapSummaryEventSender() argument
[all …]
H A DobjectCountEventSender.cpp57 void ObjectCountEventSender::send_event_if_enabled(Klass* klass, GCId gc_id, jlong count, julong si… in send_event_if_enabled() argument
60 event.set_gcId(gc_id.id()); in send_event_if_enabled()
69 void ObjectCountEventSender::send(const KlassInfoEntry* entry, GCId gc_id, const Ticks& timestamp) { in send() argument
74 send_event_if_enabled<EventObjectCount>(klass, gc_id, count, total_size, timestamp); in send()
75 send_event_if_enabled<EventObjectCountAfterGC>(klass, gc_id, count, total_size, timestamp); in send()
H A DgcTrace.cpp42 #define assert_unset_gc_id() assert(_shared_gc_info.gc_id().is_undefined(), "GC already started?")
43 #define assert_set_gc_id() assert(!_shared_gc_info.gc_id().is_undefined(), "GC not started?")
48 GCId gc_id = GCId::create(); in report_gc_start_impl() local
49 _shared_gc_info.set_gc_id(gc_id); in report_gc_start_impl()
61 return !_shared_gc_info.gc_id().is_undefined(); in has_reported_gc_start()
100 ObjectCountEventSenderClosure(GCId gc_id, size_t total_size_in_words, const Ticks& timestamp) : in ObjectCountEventSenderClosure() argument
101 _gc_id(gc_id), in ObjectCountEventSenderClosure()
131 …ObjectCountEventSenderClosure event_sender(_shared_gc_info.gc_id(), cit.size_of_instances_in_words… in report_object_count_after_gc()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTraceSend.cpp59 e.set_gcId(_shared_gc_info.gc_id().id()); in send_reference_stats_event()
70 e.set_gcId(_shared_gc_info.gc_id().id()); in send_metaspace_chunk_free_list_summary()
93 e.set_gcId(_shared_gc_info.gc_id().id()); in send_parallel_old_event()
104 e.set_gcId(_shared_gc_info.gc_id().id()); in send_young_gc_event()
153 e.set_gcId(_shared_gc_info.gc_id().id()); in send_old_gc_event()
172 e.set_gcId(_shared_gc_info.gc_id().id()); in send_promotion_failed_event()
183 e.set_gcId(_shared_gc_info.gc_id().id()); in send_concurrent_mode_failure_event()
192 e.set_gcId(_shared_gc_info.gc_id().id()); in send_g1_young_gc_event()
214 e.set_gcId(_shared_gc_info.gc_id().id()); in send_evacuation_info_event()
261 GCHeapSummaryEventSender(GCId gc_id, GCWhen::Type when) : _gc_id(gc_id), _when(when) {} in GCHeapSummaryEventSender() argument
[all …]
H A DobjectCountEventSender.cpp57 void ObjectCountEventSender::send_event_if_enabled(Klass* klass, GCId gc_id, jlong count, julong si… in send_event_if_enabled() argument
60 event.set_gcId(gc_id.id()); in send_event_if_enabled()
69 void ObjectCountEventSender::send(const KlassInfoEntry* entry, GCId gc_id, const Ticks& timestamp) { in send() argument
74 send_event_if_enabled<EventObjectCount>(klass, gc_id, count, total_size, timestamp); in send()
75 send_event_if_enabled<EventObjectCountAfterGC>(klass, gc_id, count, total_size, timestamp); in send()
H A DgcTrace.cpp42 #define assert_unset_gc_id() assert(_shared_gc_info.gc_id().is_undefined(), "GC already started?")
43 #define assert_set_gc_id() assert(!_shared_gc_info.gc_id().is_undefined(), "GC not started?")
48 GCId gc_id = GCId::create(); in report_gc_start_impl() local
49 _shared_gc_info.set_gc_id(gc_id); in report_gc_start_impl()
61 return !_shared_gc_info.gc_id().is_undefined(); in has_reported_gc_start()
100 ObjectCountEventSenderClosure(GCId gc_id, size_t total_size_in_words, const Ticks& timestamp) : in ObjectCountEventSenderClosure() argument
101 _gc_id(gc_id), in ObjectCountEventSenderClosure()
131 …ObjectCountEventSenderClosure event_sender(_shared_gc_info.gc_id(), cit.size_of_instances_in_words… in report_object_count_after_gc()
/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_mesh_group.c528 int gc_id = -1; in _add_gc() local
535 gc_id = i; in _add_gc()
544 gc_id = i; in _add_gc()
552 if (gc_id < 0) { in _add_gc()
593 return gc_id; in _add_gc()
671 if (gc_id[j] != null_family) in _mesh_group_add()
687 if (gc_id[j] != null_family) in _mesh_group_add()
786 if (gc_id < 0) in cs_mesh_group_clean()
810 if (gc_id < 0) in cs_mesh_group_clean()
886 if (gc_id[k] != gc_id[l]) in cs_mesh_group_combine_classes()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_selector.c603 int gc_id; in _create_operation_group_class_set() local
618 for (gc_id = 0; gc_id < this_selector->n_group_classes; gc_id++) { in _create_operation_group_class_set()
629 group_class_set[n_group_classes++] = gc_id; in _create_operation_group_class_set()
936 int c_id, gc_id; in fvm_selector_get_list() local
968 for (gc_id = 0; gc_id < n_criteria_group_classes; gc_id++) { in fvm_selector_get_list()
971 [_criteria_group_class_set[gc_id]]; in fvm_selector_get_list()
1026 ts->group_ids[gc_id], in fvm_selector_get_list()
1027 ts->attribute_ids[gc_id], in fvm_selector_get_list()
1065 int c_id, gc_id; in fvm_selector_get_gc_list() local
1098 for (gc_id = 0; gc_id < n_criteria_group_classes; gc_id++) in fvm_selector_get_gc_list()
[all …]
/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dblast_dynarray.c304 if (arr->data[index].gc_id < arr->data[index-1].gc_id) { in s_DynamicSGenCodeNodeArray_IsSorted()
320 return BLAST_CMP(ptr1->gc_id, ptr2->gc_id); in s_SGenCodeNodeCompare()
352 if (DynamicSGenCodeNodeArray_Find(arr, element.gc_id)) { in DynamicSGenCodeNodeArray_Append()
364 arr->data[arr->num_used].gc_id = element.gc_id; in DynamicSGenCodeNodeArray_Append()
386 if (arr->data[m].gc_id > gen_code_id) { in s_DynamicSGenCodeNodeArray_BinSearch()
400 if (index < arr->num_used && arr->data[index].gc_id == gen_code_id) { in DynamicSGenCodeNodeArray_Find()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dblast_dynarray.c304 if (arr->data[index].gc_id < arr->data[index-1].gc_id) { in s_DynamicSGenCodeNodeArray_IsSorted()
320 return BLAST_CMP(ptr1->gc_id, ptr2->gc_id); in s_SGenCodeNodeCompare()
352 if (DynamicSGenCodeNodeArray_Find(arr, element.gc_id)) { in DynamicSGenCodeNodeArray_Append()
364 arr->data[arr->num_used].gc_id = element.gc_id; in DynamicSGenCodeNodeArray_Append()
386 if (arr->data[m].gc_id > gen_code_id) { in s_DynamicSGenCodeNodeArray_BinSearch()
400 if (index < arr->num_used && arr->data[index].gc_id == gen_code_id) { in DynamicSGenCodeNodeArray_Find()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dblast_dynarray.c304 if (arr->data[index].gc_id < arr->data[index-1].gc_id) { in s_DynamicSGenCodeNodeArray_IsSorted()
320 return BLAST_CMP(ptr1->gc_id, ptr2->gc_id); in s_SGenCodeNodeCompare()
352 if (DynamicSGenCodeNodeArray_Find(arr, element.gc_id)) { in DynamicSGenCodeNodeArray_Append()
364 arr->data[arr->num_used].gc_id = element.gc_id; in DynamicSGenCodeNodeArray_Append()
386 if (arr->data[m].gc_id > gen_code_id) { in s_DynamicSGenCodeNodeArray_BinSearch()
400 if (index < arr->num_used && arr->data[index].gc_id == gen_code_id) { in DynamicSGenCodeNodeArray_Find()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/examples/
H A Dxclock_utc.rs77 gc_id: Gcontext, in redraw()
103 conn.change_gc(gc_id, &ChangeGCAux::new().foreground(screen.white_pixel))?; in redraw()
106 gc_id, in redraw()
114 conn.change_gc(gc_id, &ChangeGCAux::new().foreground(screen.black_pixel))?; in redraw()
136 conn.poly_segment(win_id, gc_id, &lines)?; in redraw()
159 gc_id, in redraw()
265 let gc_id = conn.generate_id().unwrap(); in main() localVariable
266 conn.create_gc(gc_id, win_id, &CreateGCAux::default())?; in main()
296 redraw(conn, &screen, win_id, gc_id, (width, height))?; in main()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/examples/
H A Dxclock_utc.rs77 gc_id: Gcontext, in redraw()
103 conn.change_gc(gc_id, &ChangeGCAux::new().foreground(screen.white_pixel))?; in redraw()
106 gc_id, in redraw()
114 conn.change_gc(gc_id, &ChangeGCAux::new().foreground(screen.black_pixel))?; in redraw()
136 conn.poly_segment(win_id, gc_id, &lines)?; in redraw()
159 gc_id, in redraw()
265 let gc_id = conn.generate_id().unwrap(); in main() localVariable
266 conn.create_gc(gc_id, win_id, &CreateGCAux::default())?; in main()
296 redraw(conn, &screen, win_id, gc_id, (width, height))?; in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/g1/plab/lib/
H A DLogParser.java100 Optional<Long> gc_id; in parseLines() local
103 gc_id = getGcId(line, GC_ID_PATTERN); in parseLines()
104 if (gc_id.isPresent()) { in parseLines()
107 if (!plabReport.containsKey(gc_id.get())) { in parseLines()
108 plabReport.put(gc_id.get(), new PlabGCStatistics()); in parseLines()
112 PlabGCStatistics gcStat = plabReport.get(gc_id.get()); in parseLines()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/g1/plab/lib/
H A DLogParser.java100 Optional<Long> gc_id; in parseLines() local
103 gc_id = getGcId(line, GC_ID_PATTERN); in parseLines()
104 if (gc_id.isPresent()) { in parseLines()
107 if (!plabReport.containsKey(gc_id.get())) { in parseLines()
108 plabReport.put(gc_id.get(), new PlabGCStatistics()); in parseLines()
112 PlabGCStatistics gcStat = plabReport.get(gc_id.get()); in parseLines()

12345678910