Home
last modified time | relevance | path

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

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ngs/
H A DBAM_Alignment.c247 static unsigned ComputeRefLen(size_t const count, uint32_t const cigar[]) in ComputeRefLen() function
276 return ComputeRefLen(self->cur->ncigar, self->cur->cigar); in BAM_AlignmentAlignmentLength()
H A DBAM_ReadCollection.c930 static unsigned ComputeRefLen(size_t const count, uint32_t const cigar[]) in ComputeRefLen() function
972 unsigned const reflen = ComputeRefLen(rec->ncigar, rec->cigar); in BAM_GetRecordSliced()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ngs/
H A DBAM_Alignment.c247 static unsigned ComputeRefLen(size_t const count, uint32_t const cigar[]) in ComputeRefLen() function
276 return ComputeRefLen(self->cur->ncigar, self->cur->cigar); in BAM_AlignmentAlignmentLength()
H A DBAM_ReadCollection.c930 static unsigned ComputeRefLen(size_t const count, uint32_t const cigar[]) in ComputeRefLen() function
972 unsigned const reflen = ComputeRefLen(rec->ncigar, rec->cigar); in BAM_GetRecordSliced()