Home
last modified time | relevance | path

Searched refs:curIndex (Results 1 – 13 of 13) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactBvh.cpp162 int curIndex = m_num_nodes; in _build_sub_tree() local
170 setNodeBound(curIndex,primitive_boxes[startIndex].m_bound); in _build_sub_tree()
171 m_node_array[curIndex].setDataIndex(primitive_boxes[startIndex].m_data); in _build_sub_tree()
196 setNodeBound(curIndex,node_bound); in _build_sub_tree()
206 m_node_array[curIndex].setEscapeIndex(m_num_nodes - curIndex); in _build_sub_tree()
283 int curIndex = 0; in boxQuery() local
286 while (curIndex < numNodes) in boxQuery()
289 getNodeBound(curIndex,bound); in boxQuery()
294 bool isleafnode = isLeafNode(curIndex); in boxQuery()
298 collided_results.push_back(getNodeData(curIndex)); in boxQuery()
[all …]
DbtGImpactQuantizedBvh.cpp183 int curIndex = m_num_nodes; in _build_sub_tree() local
191 setNodeBound(curIndex,primitive_boxes[startIndex].m_bound); in _build_sub_tree()
192 m_node_array[curIndex].setDataIndex(primitive_boxes[startIndex].m_data); in _build_sub_tree()
217 setNodeBound(curIndex,node_bound); in _build_sub_tree()
227 m_node_array[curIndex].setEscapeIndex(m_num_nodes - curIndex); in _build_sub_tree()
305 int curIndex = 0; in boxQuery() local
317 while (curIndex < numNodes) in boxQuery()
322 bool aabbOverlap = m_box_tree.testQuantizedBoxOverlapp(curIndex, quantizedMin,quantizedMax); in boxQuery()
323 bool isleafnode = isLeafNode(curIndex); in boxQuery()
327 collided_results.push_back(getNodeData(curIndex)); in boxQuery()
[all …]
Dgim_box_set.h305 GUINT curIndex = 0; in boxQuery() local
308 while (curIndex < numNodes) in boxQuery()
311 getNodeBound(curIndex,bound); in boxQuery()
316 bool isleafnode = isLeafNode(curIndex); in boxQuery()
320 collided_results.push_back(getNodeData(curIndex)); in boxQuery()
326 curIndex++; in boxQuery()
331 curIndex+= getScapeNodeIndex(curIndex); in boxQuery()
352 GUINT curIndex = 0; in rayQuery() local
355 while (curIndex < numNodes) in rayQuery()
358 getNodeBound(curIndex,bound); in rayQuery()
[all …]
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DPropertiesUtils.java305 int curIndex = 0; in writeComment() local
307 while (curIndex < len) { in writeComment()
308 char c = comment.charAt(curIndex); in writeComment()
310 if (lastIndex != curIndex) writer.write(comment.substring(lastIndex, curIndex)); in writeComment()
320 if (c == '\r' && curIndex != len - 1 && comment.charAt(curIndex + 1) == '\n') { in writeComment()
321 curIndex++; in writeComment()
323 …if (curIndex == len - 1 || (comment.charAt(curIndex + 1) != '#' && comment.charAt(curIndex + 1) !=… in writeComment()
326 lastIndex = curIndex + 1; in writeComment()
328 curIndex++; in writeComment()
330 if (lastIndex != curIndex) writer.write(comment.substring(lastIndex, curIndex)); in writeComment()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeCompressor.java374 int curIndex = -1; in compress() local
548 curIndex = makeIndex(curUC); in compress()
549 fIndexCount[curIndex]++; in compress()
563 if((fIndexCount[curIndex] > 1) || in compress()
564 (curIndex == makeIndex(nextUC) in compress()
565 && curIndex == makeIndex(forwardUC))) { in compress()
576 byteBuffer[bytePos++] = (byte) curIndex; in compress()
578 (curUC - sOffsetTable[curIndex] in compress()
581 fOffsets[whichWindow] = sOffsetTable[curIndex]; in compress()
744 curIndex = makeIndex(curUC); in compress()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeCompressor.java371 int curIndex = -1; in compress() local
545 curIndex = makeIndex(curUC); in compress()
546 fIndexCount[curIndex]++; in compress()
560 if((fIndexCount[curIndex] > 1) || in compress()
561 (curIndex == makeIndex(nextUC) in compress()
562 && curIndex == makeIndex(forwardUC))) { in compress()
573 byteBuffer[bytePos++] = (byte) curIndex; in compress()
575 (curUC - sOffsetTable[curIndex] in compress()
578 fOffsets[whichWindow] = sOffsetTable[curIndex]; in compress()
741 curIndex = makeIndex(curUC); in compress()
[all …]
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp270 deUint32 curIndex = 0; in init() local
283 addIndex(curIndex++); in init()
298 deUint32 curIndex = 0; in init() local
319 addIndex(curIndex++); in init()
335 deUint32 curIndex = 0; in init() local
350 addIndex(curIndex++); in init()
365 deUint32 curIndex = 0; in init() local
381 addIndex(curIndex++); in init()
391 addIndex(curIndex++); in init()
407 deUint32 curIndex = 0; in init() local
[all …]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtQuantizedBvh.cpp143 int curIndex = m_curNodeIndex; in buildTree() local
195 int escapeIndex = m_curNodeIndex - curIndex; in buildTree()
376 int escapeIndex, curIndex = 0; in walkStacklessTree() local
382 while (curIndex < m_curNodeIndex) in walkStacklessTree()
401 curIndex++; in walkStacklessTree()
406 curIndex += escapeIndex; in walkStacklessTree()
472 int escapeIndex, curIndex = 0; in walkStacklessTreeAgainstRay() local
504 while (curIndex < m_curNodeIndex) in walkStacklessTreeAgainstRay()
544 curIndex++; in walkStacklessTreeAgainstRay()
549 curIndex += escapeIndex; in walkStacklessTreeAgainstRay()
[all …]
/external/icu/icu4c/source/i18n/
Dplurrule.cpp1195 int32_t curIndex= ruleIndex; in getNextToken() local
1207 ++curIndex; in getNextToken()
1211 if (ruleSrc->charAt(curIndex+1) == EQUALS) { in getNextToken()
1212 curIndex += 2; in getNextToken()
1215 curIndex += 1; in getNextToken()
1220 while (type == tKeyword && ++curIndex < ruleSrc->length()) { in getNextToken()
1221 ch = ruleSrc->charAt(curIndex); in getNextToken()
1228 while (type == tNumber && ++curIndex < ruleSrc->length()) { in getNextToken()
1229 ch = ruleSrc->charAt(curIndex); in getNextToken()
1237 if (curIndex+1 >= ruleSrc->length() || ruleSrc->charAt(curIndex+1) != DOT) { in getNextToken()
[all …]
/external/icu/icu4c/source/test/intltest/
Dplurults.cpp268 int32_t curIndex=0; in setupResult() local
271 while (curIndex < testSource[i]) { in setupResult()
272 result[curIndex++]=0x6F; //'o' other in setupResult()
274 result[curIndex++]=0x61; // 'a' in setupResult()
277 *max=curIndex; in setupResult()
/external/deqp/external/vulkancts/
Dgen_framework.py429 curIndex = 0
431 if parseInt(value) != curIndex:
433 curIndex += 1
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py205 for curIndex, curStrike in enumerate(self.strikes):
206 curStrike.toXML(curIndex, writer, ttFont)
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp531 UInt32 curIndex = index; in GetItemPathToParent() local
541 RINOK(GetRawProps->GetRawProp(curIndex, kpidName, &p, &size, &propType)); in GetItemPathToParent()
548 RINOK(Archive->GetProperty(curIndex, kpidName, &prop)); in GetItemPathToParent()
564 RINOK(GetRawProps->GetParent(curIndex, &curParent, &parentType)); in GetItemPathToParent()
570 curIndex = curParent; in GetItemPathToParent()