Home
last modified time | relevance | path

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

/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajindex.c35372 const AjPBtHitref hitrefx; in ajBtreeHitrefCmp() local
35375 hitrefx = (const AjPBtHitref) x; in ajBtreeHitrefCmp()
35378 if(hitrefx->dbno > hitrefy->dbno) in ajBtreeHitrefCmp()
35381 if(hitrefx->dbno < hitrefy->dbno) in ajBtreeHitrefCmp()
35384 if(hitrefx->offset > hitrefy->offset) in ajBtreeHitrefCmp()
35387 if(hitrefx->offset < hitrefy->offset) in ajBtreeHitrefCmp()