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

  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHNode.java 58 private int leftIndex, rightIndex;
71 rightIndex = r;
117 oc.write(rightIndex, "right_index", 0);
128 rightIndex = ic.readInt("right_index", 0);
209 for (int i = node.leftIndex; i <= node.rightIndex; i++) {
272 for (int i = node.leftIndex; i <= node.rightIndex; i++) {
391 // if ( (node.rightIndex - node.leftIndex) > minTrisPerNode){
399 for (int i = node.leftIndex; i <= node.rightIndex; i++) {
BIHTree.java 279 // node.rightIndex = r;
  /external/icu4c/i18n/
ucol_sit.cpp 730 uint32_t CE, int32_t leftIndex, int32_t rightIndex, UErrorCode *status)
742 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex, status);
744 if(contractions && rightIndex-leftIndex > 1) {
745 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex);
747 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex);
764 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex, status);
767 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex);
770 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex);
776 if(rightIndex == bufLen-1) {
782 buffer[rightIndex] = *UCharOffset
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state.h 102 const int rightIndex = index + 1;
103 if (rightIndex < mSampledInputSize
104 && existsCodePointInProximityAt(rightIndex, currentCodePoint)) {
  /external/webkit/Source/WebCore/platform/graphics/openvg/
TiledImageOpenVG.cpp 102 int rightIndex = (static_cast<int>(ceil(rect.right())) - 1) / m_maxTileSize.width();
104 int columns = (rightIndex - leftIndex) + 1;
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 751 Optional<NonLoc> RightIndex = RightIndexVal.getAs<NonLoc>();
752 if (!RightIndex)
754 RightIndexVal = evalCastFromNonLoc(*RightIndex, ArrayIndexTy);
755 RightIndex = RightIndexVal.getAs<NonLoc>();
756 if (!RightIndex)
761 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy);
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java     [all...]
  /frameworks/base/core/java/android/net/
NetworkStats.java 706 NetworkStats left, int leftIndex, NetworkStats right, int rightIndex, C cookie);

Completed in 4449 milliseconds