Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore.h421 }simple_mapping_t; typedef
424 simple_mapping_t * r1_loc;
425 simple_mapping_t * r2_loc;
H A Dcore-junction.c1336 …ple_PE_and_same_chro(global_context_t * global_context , simple_mapping_t * r1, simple_mapping_t *… in simple_PE_and_same_chro()
2202 simple_mapping_t * vote_simple_1_buffer, * vote_simple_2_buffer; in process_voting_junction_PE_topK()
2203 vote_simple_1_buffer =(simple_mapping_t *) topbuf -> vote_simple_1_buffer; in process_voting_junction_PE_topK()
2204 vote_simple_2_buffer =(simple_mapping_t *) topbuf -> vote_simple_2_buffer; in process_voting_junction_PE_topK()
2264 simple_mapping_t * current_simple = is_second_read ? vote_simple_2_buffer: vote_simple_1_buffer; in process_voting_junction_PE_topK()
2403 simple_mapping_t * current_loc = is_second_read?comb_buffer[i].r2_loc:comb_buffer[i].r1_loc; in process_voting_junction_PE_topK()
2460 simple_mapping_t * current_loc = is_second_read?vote_simple_2_buffer+i:vote_simple_1_buffer+i; in process_voting_junction_PE_topK()
H A Dcore.c3363 …ote_simple_1_buffer = malloc(global_context -> config.max_vote_simples * sizeof(simple_mapping_t));
3364 …ote_simple_2_buffer = malloc(global_context -> config.max_vote_simples * sizeof(simple_mapping_t));