Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore-indel.c2906 unsigned long long int starter_read_key = (window_no * 1llu +1)<<32 ; in search_window_once() local
2907 starter_read_key |= (start_read_no& 0xfffff)<<12; in search_window_once()
2909 char * start_read_txt = HashTableGet(block_context->read_sequence_table,NULL+starter_read_key); in search_window_once()
2913 …int start_read_pos = HashTableGet(block_context->read_position_table, NULL+starter_read_key) - NUL… in search_window_once()
4055 unsigned long long int starter_read_key = (xk1 * 1llu +1)<<32 ; in finalise_pileup_file_by_voting() local
4056 starter_read_key |= ( (this_start_read_no)& 0xfffff)<<12; in finalise_pileup_file_by_voting()
4058 char * start_read_txt = HashTableGet(block_context.read_sequence_table,NULL+starter_read_key); in finalise_pileup_file_by_voting()