Searched refs:endFunc (Results 1 – 4 of 4) sorted by relevance
260 int RMIDevice::ScanPDT(int endFunc, int endPage) in ScanPDT() argument296 if (func.GetFunctionNumber() == endFunc) in ScanPDT()
58 int ScanPDT(int endFunc = 0, int endPage = -1);
1021 int endFunc = opPos + getOp(opPos + 1) - 1; in compileFunction() local1047 for (int p = opPos; p < endFunc; p = getNextOpPos(p), i++) in compileFunction()
403 int endFunc = opPos + compiler.getOp(opPos + 1) - 1; in functionProximateOrContainsProximate() local417 for (int p = opPos; p < endFunc; p = compiler.getNextOpPos(p), i++) in functionProximateOrContainsProximate()