Searched refs:compValue (Results 1 – 5 of 5) sorted by relevance
916 INT compValue; in calculateCompVector() local961 compValue = ((INT)(LONG)tmp) >> 1; in calculateCompVector()964 if (compValue > maxComp) compValue = maxComp; in calculateCompVector()966 pEnvComp[scfBand - 1] = compValue; in calculateCompVector()983 compValue = ((INT)(LONG)tmp) >> 1; in calculateCompVector()985 if (compValue > maxComp) compValue = maxComp; in calculateCompVector()987 pEnvComp[scfBand + 1] = compValue; in calculateCompVector()
172 int compValue = comp.compare(item, bestSoFar); in getBest() local173 if (compValue < 0) { in getBest()180 int compValue = comp.compare(item, bestSoFar); in getBest() local181 if (compValue > 0) { in getBest()
175 int compValue = comp.compare(item, bestSoFar); in getBest() local176 if (compValue < 0) { in getBest()183 int compValue = comp.compare(item, bestSoFar); in getBest() local184 if (compValue > 0) { in getBest()
211 int compValue = comp.compare(lastPath, currentPath); in main() local212 if (compValue >= 0) { in main()311 int compValue = comp.compare(lastPath, currentPath); in checkCost() local
1456 UnicodeString compValue; in parse() local1457 compValue.append(LEFT_CURLY_BRACE); in parse()1458 itos(argNumber, compValue); in parse()1459 compValue.append(RIGHT_CURLY_BRACE); in parse()1460 if (0 != strValue.compare(compValue)) { in parse()