Searched refs:maxIndex (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
H A Dwords_priority_queue.cpp39 int maxIndex = 0; local
49 maxIndex = i;
53 if (maxIndex > 0 && nsMaxSw) {
54 memmove(&swBuffer[1], &swBuffer[0], maxIndex * sizeof(swBuffer[0]));
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFilterDeleteSet.java192 int maxIndex = minIndex;
196 maxIndex = Math.max(d.index, maxIndex);
201 int to = Math.min(maxIndex + 5, n);

Completed in 242 milliseconds