Home
last modified time | relevance | path

Searched refs:this_round_junction_scanned (Results 1 – 1 of 1) sorted by relevance

/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore-junction.c203 int this_round_junction_scanned = 0; in search_events_to_front() local
236 this_round_junction_scanned = 1; in search_events_to_front()
295 is_junction_scanned = max(is_junction_scanned, this_round_junction_scanned); in search_events_to_front()
651 int this_round_junction_scanned = 0; in search_events_to_back() local
674 this_round_junction_scanned = 1; in search_events_to_back()
737 this_round_junction_scanned = max(this_round_junction_scanned, is_junction_scanned); in search_events_to_back()