Searched refs:oldrel (Results 1 – 1 of 1) sorted by relevance
113 static int _loopDetect(unsigned int *oldrel, unsigned int rel, in _loopDetect() argument116 if(*oldrel && rel > *oldrel && absol == *oldabs) { in _loopDetect()118 *oldrel, rel, absol); in _loopDetect()122 if(rel >= 2 * *oldrel + 1) { in _loopDetect()123 *oldrel = rel; in _loopDetect()138 unsigned int rel, oldabs, oldrel; in _countBlocks() local142 oldabs = oldrel = rel = 0; in _countBlocks()148 if(_loopDetect(&oldrel, rel, &oldabs, block) < 0) in _countBlocks()