Home
last modified time | relevance | path

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

/dports/biology/pbbam/pbbam-0.18.0/src/
H A DBamRecord.cpp689 const auto firstOpLength = firstOp.Length(); in ClipToQuery() local
700 if (firstOpLength <= remaining) { in ClipToQuery()
708 firstOp.Length(firstOpLength - remaining); in ClipToQuery()
802 const auto firstOpLength = firstOp.Length(); in ClipToReferenceForward() local
816 if (firstOpLength <= remaining) { in ClipToReferenceForward()
824 assert(firstOpLength > remaining); in ClipToReferenceForward()
825 firstOp.Length(firstOpLength - remaining); in ClipToReferenceForward()
922 const auto firstOpLength = firstOp.Length(); in ClipToReferenceReverse() local
936 if (firstOpLength <= remaining) { in ClipToReferenceReverse()
944 assert(firstOpLength > remaining); in ClipToReferenceReverse()
[all …]