Searched refs:absol (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) {
118 *oldrel, rel, absol);
124 *oldabs = absol;
130 static int loopDetect(File_t *This, unsigned int rel, unsigned int absol) argument
132 return _loopDetect(&This->loopDetectRel, rel, &This->loopDetectAbs, absol);
113 _loopDetect(unsigned int *oldrel, unsigned int rel, unsigned int *oldabs, unsigned int absol) argument

Completed in 88 milliseconds