Searched refs:fIntervalUpper (Results 1 – 2 of 2) sorted by relevance
995 fIntervalUpper = -1; in doParseActions()1015 if (fIntervalUpper < 0) { in doParseActions()1016 fIntervalUpper = 0; in doParseActions()1020 int64_t val = (int64_t)fIntervalUpper*10 + digitValue; in doParseActions()1024 fIntervalUpper = (int32_t)val; in doParseActions()1031 fIntervalUpper = fIntervalLow; in doParseActions()2439 int32_t dataSize = fIntervalUpper < 0 ? 2 : 1; in compileInterval()2455 fRXPat->fCompiledPat->setElementAt(fIntervalUpper, topOfBlock+3); in compileInterval()2462 (fIntervalUpper > 0 && (fIntervalUpper & 0xff000000) != 0)) { in compileInterval()2466 if (fIntervalLow > fIntervalUpper && fIntervalUpper != -1) { in compileInterval()[all …]
205 int32_t fIntervalUpper; // Placed here temporarily, when pattern is variable