Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A Dsambam-file.c1945 unsigned long long this_Vpos = writer -> this_bam_block_no<<16 | (inbin_pos-4); in SamBam_writer_sort_bins_to_BAM_test_bins() local
1951 ArrayListPush(win16k_list, NULL+ this_Vpos); in SamBam_writer_sort_bins_to_BAM_test_bins()
1966 long long diff = this_Vpos >>16; in SamBam_writer_sort_bins_to_BAM_test_bins()
1969 …this_bin_chunks -> elementList [ this_bin_chunks -> numOfElements -1] = NULL+this_Vpos + block_len… in SamBam_writer_sort_bins_to_BAM_test_bins()
1977 ArrayListPush(this_bin_chunks, NULL + this_Vpos); in SamBam_writer_sort_bins_to_BAM_test_bins()
1978 ArrayListPush(this_bin_chunks, NULL + this_Vpos + block_len+4); in SamBam_writer_sort_bins_to_BAM_test_bins()
H A DreadSummary.c1939 unsigned long long this_Vpos = block_number<<16 | inbin_pos; in simple_bam_writer_update_index() local
1945 ArrayListPush(win16k_list, NULL+ this_Vpos); in simple_bam_writer_update_index()
1958 long long diff = this_Vpos >>16; in simple_bam_writer_update_index()
1961 …this_bin_chunks -> elementList [ this_bin_chunks -> numOfElements - 1] = NULL+this_Vpos + binlen +… in simple_bam_writer_update_index()
1967 ArrayListPush(this_bin_chunks, NULL + this_Vpos); in simple_bam_writer_update_index()
1968 ArrayListPush(this_bin_chunks, NULL + this_Vpos + binlen+4); in simple_bam_writer_update_index()