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/android_icu4j/src/main/tests/android/icu/dev/util/
DCollectionUtilities.java171 int compValue = comp.compare(item, bestSoFar); in getBest() local
172 if (compValue < 0) { in getBest()
179 int compValue = comp.compare(item, bestSoFar); in getBest() local
180 if (compValue > 0) { in getBest()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java170 int compValue = comp.compare(item, bestSoFar); in getBest() local
171 if (compValue < 0) { in getBest()
178 int compValue = comp.compare(item, bestSoFar); in getBest() local
179 if (compValue > 0) { in getBest()
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp1455 UnicodeString compValue; in parse() local
1456 compValue.append(LEFT_CURLY_BRACE); in parse()
1457 itos(argNumber, compValue); in parse()
1458 compValue.append(RIGHT_CURLY_BRACE); in parse()
1459 if (0 != strValue.compare(compValue)) { in parse()
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...