Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A Dinput-files.c3071 char ctnch = line_ptr[ctptr++]; in SAM_pairer_get_next_read_BIN() local
3073 if(ctnch=='S' && line_ptr[ctptr] == 'N' && line_ptr[ctptr+1] == ':'){ in SAM_pairer_get_next_read_BIN()
3082 if(ctnch == '\t' || ctnch == '\n'){ in SAM_pairer_get_next_read_BIN()
3084 if(ctnch == '\n') break; in SAM_pairer_get_next_read_BIN()
3088 else if(status == 20) ct_len = ct_len * 10 + ctnch - '0'; in SAM_pairer_get_next_read_BIN()
5445 char ctnch = line_ptr[ctptr++]; in SAM_nosort_run_once() local
5447 if(ctnch=='S' && line_ptr[ctptr] == 'N' && line_ptr[ctptr+1] == ':'){ in SAM_nosort_run_once()
5451 }else if(ctnch=='L' && line_ptr[ctptr] == 'N' && line_ptr[ctptr+1] == ':'){ in SAM_nosort_run_once()
5456 if(ctnch == '\t' || ctnch == '\n'){ in SAM_nosort_run_once()
5458 if(ctnch == '\n') break; in SAM_nosort_run_once()
[all …]