Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/sra/readers/bam/
H A Dbgzf.hpp166 static Uint8 MakeUint8(const char* buf) in MakeUint8() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sra/readers/bam/
H A Dbamindex.cpp166 return SBamUtil::MakeUint8(buf); in s_ReadUInt64()
236 Uint8 start = SBamUtil::MakeUint8(data+i*16); in Read()
237 Uint8 end = SBamUtil::MakeUint8(data+i*16+8); in Read()
404 m_Intervals[i] = CBGZFPos(SBamUtil::MakeUint8(data+i*8)); in Read()
991 m_UnmappedCount = SBamUtil::MakeUint8(buffer_ptr); in Read()