/external/icu/icu4c/source/common/ |
H A D | ubidiln.c | 409 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel. 421 * which is minLevel|1. However, if the lowest level itself is odd, then 424 * This is covered by ++minLevel instead of minLevel|=1 followed 433 * if minLevel==paraLevel is odd, which is done in the extra segment. 439 reorderLine(UBiDi *pBiDi, UBiDiLevel minLevel, UBiDiLevel maxLevel) { argument 445 if(maxLevel<=(minLevel|1)) { 451 * and reorder at an odd minLevel in a separate, simpler loop. 452 * See comments above for why minLevel is always incremented. 454 ++minLevel; 604 UBiDiLevel minLevel=UBIDI_MAX_EXPLICIT_LEVEL+1, maxLevel=0; local 718 UBiDiLevel level, minLevel, maxLevel; local 756 UBiDiLevel minLevel = 0, maxLevel = 0; local 819 UBiDiLevel minLevel = 0, maxLevel = 0; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | BidiLine.java | 332 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel. 344 * which is minLevel|1. However, if the lowest level itself is odd, then 347 * This is covered by ++minLevel instead of minLevel|=1 followed 356 * if minLevel==paraLevel is odd, which is done in the extra segment. 361 private static void reorderLine(Bidi bidi, byte minLevel, byte maxLevel) { argument 364 if (maxLevel<=(minLevel|1)) { 375 * and reorder at an odd minLevel in a separate, simpler loop. 376 * See comments above for why minLevel is always incremented. 378 ++minLevel; [all...] |
/external/webrtc/src/modules/audio_processing/agc/ |
H A D | analog_agc.c | 648 midVal = WEBRTC_SPL_RSHIFT_W32(stt->maxAnalog + stt->minLevel + 1, 1); 778 } else if (inMicLevelTmp < stt->minLevel) 781 fprintf(stt->fpt, "\tAGC->ProcessAnalog, frame %d: micLvl < minLevel\n", stt->fcount); 790 tmp32 = WEBRTC_SPL_RSHIFT_W32((stt->maxLevel - stt->minLevel) * (WebRtc_Word32)51, 9); 791 tmpVol = (stt->minLevel + tmp32); 810 tmp32 = WEBRTC_SPL_RSHIFT_W32((stt->maxLevel - stt->minLevel) * (WebRtc_Word32)51, 9); 811 inMicLevelTmp = (stt->minLevel + tmp32); 818 "\tAGC->ProcessAnalog, frame %d: micLvl < minLevel by manual decrease, raise vol\n", 858 tmp32 = inMicLevelTmp - stt->minLevel; 860 stt->micVol = (WebRtc_Word32)WEBRTC_SPL_RSHIFT_U32(tmpU32, 15) + stt->minLevel; 1526 WebRtcAgc_Init(void *agcInst, WebRtc_Word32 minLevel, WebRtc_Word32 maxLevel, WebRtc_Word16 agcMode, WebRtc_UWord32 fs) argument [all...] |
H A D | analog_agc.h | 111 WebRtc_Word32 minLevel; // Minimum possible volume level member in struct:__anon17075
|
/external/webrtc/src/modules/audio_processing/agc/interface/ |
H A D | gain_control.h | 238 * - minLevel : Minimum possible mic level 250 WebRtc_Word32 minLevel,
|
/external/skia/src/opts/ |
H A D | opts_check_x86.cpp | 109 static inline bool supports_simd(int minLevel) { argument 111 if (minLevel <= SK_CPU_SSE_LEVEL) { 125 return minLevel <= *gSIMDLevel.get();
|
/external/deqp/framework/common/ |
H A D | tcuTexLookupVerifier.cpp | 1280 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); local 1283 DE_ASSERT(minLevel <= maxLevel); 1285 for (int level = minLevel; level <= maxLevel; level++) 1298 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); local 1301 DE_ASSERT(minLevel <= maxLevel); 1303 for (int level = minLevel; level <= maxLevel; level++) 1345 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); local 1348 DE_ASSERT(minLevel <= maxLevel); 1350 for (int level = minLevel; level <= maxLevel; level++) 1363 const int minLevel local 1638 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); local 1662 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); local 1731 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); local 1749 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); local 1801 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); local 1819 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); local 1895 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); local 1913 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); local 1990 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); local 2014 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); local [all...] |
H A D | tcuTexCompareVerifier.cpp | 835 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); 838 DE_ASSERT(minLevel <= maxLevel); 840 for (int level = minLevel; level <= maxLevel; level++) 853 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); 856 DE_ASSERT(minLevel <= maxLevel); 858 for (int level = minLevel; level <= maxLevel; level++) 1118 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); 1121 DE_ASSERT(minLevel <= maxLevel); 1123 for (int level = minLevel; level <= maxLevel; level++) 1136 const int minLevel [all...] |
/external/doclava/res/assets/templates/assets/ |
H A D | doclava-developer-reference.js | 9 var minLevel = 1; variable 40 minLevel = $("body").attr("class"); 44 // if (SINCE_DATA[i] < minLevel) option.addClass("absent"); // always false for strings (codenames) 70 if (selectedLevel < minLevel) { 73 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
|
/external/icu/icu4c/source/i18n/ |
H A D | collationkeys.h | 102 * Writes the sort key bytes for minLevel up to the iterator data's strength. 112 Collation::Level minLevel, LevelCallback &callback,
|
H A D | collationkeys.cpp | 228 Collation::Level minLevel, LevelCallback &callback, 238 // Minus the levels below minLevel. 239 levels &= ~(((uint32_t)1 << minLevel) - 1); 224 writeSortKeyUpToQuaternary(CollationIterator &iter, const UBool *compressibleBytes, const CollationSettings &settings, SortKeyByteSink &sink, Collation::Level minLevel, LevelCallback &callback, UBool preflight, UErrorCode &errorCode) argument
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationKeys.java | 324 * Writes the sort key bytes for minLevel up to the iterator data's strength. Optionally writes 329 CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback, 338 // Minus the levels below minLevel. 339 levels &= ~((1 << minLevel) - 1); 328 writeSortKeyUpToQuaternary(CollationIterator iter, boolean[] compressibleBytes, CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback, boolean preflight) argument
|
/external/mesa3d/src/mesa/main/ |
H A D | texobj.c | 578 const GLint minLevel = baseLevel; local 583 if (minLevel > maxLevel) { 584 incomplete(t, BASE, "minLevel > maxLevel"); 608 if (i >= minLevel && i <= maxLevel) {
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureUnitTests.cpp | 437 const deInt32 minLevel = (lodMin - epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMin - epsilon + 0.5f) - 1); local 441 maxLevel != minLevel)
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureUnitTests.cpp | 593 const deInt32 minLevel = (lodMin - epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMin - epsilon + 0.5f) - 1); local 597 maxLevel != minLevel)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/robolectric/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |