Searched refs:oldabs (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dfile.c114 unsigned int *oldabs, unsigned int absol)
116 if(*oldrel && rel > *oldrel && absol == *oldabs) {
124 *oldabs = absol;
138 unsigned int rel, oldabs, oldrel; local
142 oldabs = oldrel = rel = 0;
148 if(_loopDetect(&oldrel, rel, &oldabs, block) < 0)
113 _loopDetect(unsigned int *oldrel, unsigned int rel, unsigned int *oldabs, unsigned int absol) argument

Completed in 18 milliseconds