HomeSort by relevance Sort by last modified time
    Searched refs:lowestIndex (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Octnode.java 130 int lowestIndex = -1;
137 lowestIndex = i;
141 if (numIntersecting < 8 && lowestIndex > -1){
142 trisForChild[lowestIndex].add(t);
143 expandBoxToContainTri(boxForChild[lowestIndex], t);
  /external/icu4c/samples/cal/
cal.c 50 int32_t lowestIndex,
278 * lowestIndex is the index of the first symbol to fetch.
290 int32_t lowestIndex,
302 if(count != arrayLength + lowestIndex) {
308 int32_t size = 1 + udat_getSymbols(fmt, type, idx + lowestIndex, NULL, 0, status);
313 udat_getSymbols(fmt, type, idx + lowestIndex, array[idx], size, status);

Completed in 46 milliseconds