Home
last modified time | relevance | path

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

/dports/biology/seqan1/seqan-1.3.1/seqan/blast/
H A Dblast_hit.h203 TPosition act_hsp_pos,next_hsp_pos; in _parseBlastHit() local
207 next_hsp_pos = _parseBlastHsp(file,c,hsp); in _parseBlastHit()
212 if(next_hsp_pos == act_hsp_pos) in _parseBlastHit()
214 if(next_hsp_pos == (TPosition)0) in _parseBlastHit()
217 _streamSeekG(file,next_hsp_pos); in _parseBlastHit()