HomeSort by relevance Sort by last modified time
    Searched full:maxindex (Results 1 - 21 of 21) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
uenumtst.c 39 int32_t maxIndex;
60 return cont->maxIndex;
65 if(cont->currIndex >= cont->maxIndex) {
82 if(cont->currIndex >= cont->maxIndex) {
145 int32_t maxIndex;
161 return ucont->maxIndex;
166 if(ucont->currIndex >= ucont->maxIndex) {
202 cont->maxIndex = size;
273 ucont->maxIndex = size;
  /external/icu4c/test/cintltst/
uenumtst.c 39 int32_t maxIndex;
60 return cont->maxIndex;
65 if(cont->currIndex >= cont->maxIndex) {
82 if(cont->currIndex >= cont->maxIndex) {
145 int32_t maxIndex;
161 return ucont->maxIndex;
166 if(ucont->currIndex >= ucont->maxIndex) {
202 cont->maxIndex = size;
273 ucont->maxIndex = size;
  /device/htc/passion-common/libsensors/
LightSensor.cpp 150 const size_t maxIndex = sizeof(luxValues)/sizeof(*luxValues) - 1;
151 if (index > maxIndex)
152 index = maxIndex;
  /libcore/luni/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 279 int maxindex=m_firstFree>>>m_SHIFT; // %REVIEW% (m_firstFree+1?) local
285 while(index<=maxindex)
351 int maxindex=m_firstFree>>>m_SHIFT; local
354 while(index<=maxindex)
362 if(index<maxindex)
475 int maxindex=m_firstFree>>>m_SHIFT; local
478 for(;bindex<maxindex;++bindex)
489 block=m_map[maxindex];
492 return offset+maxindex*m_blocksize;
  /external/webkit/WebCore/html/canvas/
WebGLBuffer.cpp 142 return m_maxIndexCache[i].maxIndex;
151 m_maxIndexCache[i].maxIndex = value;
155 m_maxIndexCache[m_nextAvailableCacheEntry].maxIndex = value;
WebGLBuffer.h 80 long maxIndex;
WebGLRenderingContext.cpp 625 long maxIndex = m_boundElementArrayBuffer->getCachedMaxIndex(type);
626 if (maxIndex < 0) {
633 maxIndex = max(maxIndex, static_cast<long>(p[i]));
640 maxIndex = max(maxIndex, static_cast<long>(p[i]));
646 m_boundElementArrayBuffer->setCachedMaxIndex(type, maxIndex);
649 if (maxIndex >= 0) {
652 numElementsRequired = maxIndex + 1;
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
EncodedStringValue.java 254 int maxIndex = addr.length - 1;
255 for (int i = 0; i <= maxIndex; i++) {
257 if (i < maxIndex) {
  /external/quake/quake/src/QW/client/
d_sprite.c 27 static int minindex, maxindex; variable
212 lmaxindex = maxindex;
332 } while (i != maxindex);
415 maxindex = i;
  /external/quake/quake/src/WinQuake/
d_sprite.cpp 27 static int minindex, maxindex; variable
212 lmaxindex = maxindex;
332 } while (i != maxindex);
415 maxindex = i;
WinQuake.ncb     [all...]
  /external/webkit/WebKit/mac/WebView/
WebTextCompletionController.mm 136 int maxIndex = -1;
142 maxIndex = i;
146 if (maxIndex >= 0) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 193 int maxIndex = horizontal ? 1 : 0;
198 if (max == -1 || max < p[maxIndex]) {
199 max = p[maxIndex];
202 resultPadding[maxIndex] = max;
  /frameworks/base/core/jni/android/opengl/
util.cpp 105 int maxIndex = -1;
111 if ( index > maxIndex ) {
112 maxIndex = index;
116 if ( maxIndex * 3 > positionsLength) {
120 transformedIndexCount = maxIndex - minIndex + 1;
  /external/qemu/target-arm/
op_helper.c 47 uint32_t rn, uint32_t maxindex)
58 if (index < maxindex) {
  /external/chromium/third_party/icu/source/test/letest/
cletest.c 696 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1;
701 if (ix > maxIndex) {
702 maxIndex = ix;
716 charIndex = maxIndex + 1;
letest.cpp     [all...]
  /external/icu4c/test/letest/
cletest.c 696 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1;
701 if (ix > maxIndex) {
702 maxIndex = ix;
716 charIndex = maxIndex + 1;
letest.cpp     [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_elm.cpp     [all...]
  /external/icu4c/i18n/
ucol_elm.cpp     [all...]

Completed in 545 milliseconds