Home
last modified time | relevance | path

Searched refs:compValue (Results 1 – 5 of 5) sorted by relevance

/external/aac/libSBRenc/src/
Dmh_det.cpp980 INT compValue; in calculateCompVector() local
1021 compValue = ((INT)(LONG)tmp) >> 1; in calculateCompVector()
1024 if (compValue > maxComp) in calculateCompVector()
1025 compValue = maxComp; in calculateCompVector()
1027 pEnvComp[scfBand-1] = compValue; in calculateCompVector()
1040 compValue = ((INT)(LONG)tmp) >> 1; in calculateCompVector()
1042 if (compValue > maxComp) in calculateCompVector()
1043 compValue = maxComp; in calculateCompVector()
1045 pEnvComp[scfBand+1] = compValue; in calculateCompVector()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java168 int compValue = comp.compare(item, bestSoFar); in getBest() local
169 if (compValue < 0) { in getBest()
176 int compValue = comp.compare(item, bestSoFar); in getBest() local
177 if (compValue > 0) { in getBest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DCollectionUtilities.java169 int compValue = comp.compare(item, bestSoFar); in getBest() local
170 if (compValue < 0) { in getBest()
177 int compValue = comp.compare(item, bestSoFar); in getBest() local
178 if (compValue > 0) { in getBest()
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp1453 UnicodeString compValue; in parse() local
1454 compValue.append(LEFT_CURLY_BRACE); in parse()
1455 itos(argNumber, compValue); in parse()
1456 compValue.append(RIGHT_CURLY_BRACE); in parse()
1457 if (0 != strValue.compare(compValue)) { in parse()
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...