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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btHashedSimplePairCache.cpp 195 int pairIndex = int(pair - &m_overlappingPairArray[0]);
196 btAssert(pairIndex < m_overlappingPairArray.size());
203 while (index != pairIndex)
211 btAssert(m_next[previous] == pairIndex);
212 m_next[previous] = m_next[pairIndex];
216 m_hashTable[hash] = m_next[pairIndex];
226 if (lastPairIndex == pairIndex)
258 m_overlappingPairArray[pairIndex] = m_overlappingPairArray[lastPairIndex];
261 m_next[pairIndex] = m_hashTable[lastHash];
262 m_hashTable[lastHash] = pairIndex;
    [all...]
  /external/icu/icu4c/source/common/
usc_impl.c 37 int32_t pairIndex;
78 static void push(UScriptRun *scriptRun, int32_t pairIndex, UScriptCode scriptCode)
84 scriptRun->parenStack[scriptRun->parenSP].pairIndex = pairIndex;
164 int32_t pairIndex = 0;
167 pairIndex = pairedCharExtra;
173 if (ch >= pairedChars[pairIndex + probe]) {
174 pairIndex += probe;
178 if (pairedChars[pairIndex] != ch) {
179 pairIndex = -1
    [all...]
  /external/icu/icu4c/source/extra/scrptrun/
scrptrun.cpp 143 int32_t pairIndex = getPairIndex(ch);
151 if (pairIndex >= 0) {
152 if ((pairIndex & 1) == 0) {
153 parenStack[++parenSP].pairIndex = pairIndex;
156 int32_t pi = pairIndex & ~1;
158 while (parenSP >= 0 && parenStack[parenSP].pairIndex != pi) {
185 if (pairIndex >= 0 && (pairIndex & 1) != 0 && parenSP >= 0) {
scrptrun.h 30 int32_t pairIndex;
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UScriptRun.java 356 int pairIndex = getPairIndex(ch);
366 if (pairIndex >= 0) {
367 if ((pairIndex & 1) == 0) {
368 push(pairIndex, scriptCode);
370 int pi = pairIndex & ~1;
372 while (stackIsNotEmpty() && top().pairIndex != pi) {
391 if (pairIndex >= 0 && (pairIndex & 1) != 0) {
426 int pairIndex;
431 pairIndex = thePairIndex
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScriptRun.java 354 int pairIndex = getPairIndex(ch);
364 if (pairIndex >= 0) {
365 if ((pairIndex & 1) == 0) {
366 push(pairIndex, scriptCode);
368 int pi = pairIndex & ~1;
370 while (stackIsNotEmpty() && top().pairIndex != pi) {
389 if (pairIndex >= 0 && (pairIndex & 1) != 0) {
424 int pairIndex;
429 pairIndex = thePairIndex
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btHashMap.h 300 int pairIndex = findIndex(key);
302 if (pairIndex ==BT_HASH_NULL)
312 while (index != pairIndex)
320 btAssert(m_next[previous] == pairIndex);
321 m_next[previous] = m_next[pairIndex];
325 m_hashTable[hash] = m_next[pairIndex];
335 if (lastPairIndex == pairIndex)
366 m_valueArray[pairIndex] = m_valueArray[lastPairIndex];
367 m_keyArray[pairIndex] = m_keyArray[lastPairIndex];
370 m_next[pairIndex] = m_hashTable[lastHash]
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btOverlappingPairCache.cpp 299 int pairIndex = int(pair - &m_overlappingPairArray[0]);
300 btAssert(pairIndex < m_overlappingPairArray.size());
307 while (index != pairIndex)
315 btAssert(m_next[previous] == pairIndex);
316 m_next[previous] = m_next[pairIndex];
320 m_hashTable[hash] = m_next[pairIndex];
333 if (lastPairIndex == pairIndex)
365 m_overlappingPairArray[pairIndex] = m_overlappingPairArray[lastPairIndex];
368 m_next[pairIndex] = m_hashTable[lastHash];
369 m_hashTable[lastHash] = pairIndex;
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp 499 unsigned pairIndex = _map.AddToUniqueSorted2(pair);
502 // const CKeyKeyValPair &pair2 = _map.Pairs[pairIndex];
504 _hardIndex_To = pairIndex;
ArchiveExtractCallback.cpp 1169 int pairIndex = pairs[i].Index;
1170 int index = _extractedFolderIndices[pairIndex];
1184 // printf("\n%S", _extractedFolderPaths[pairIndex]);
1185 SetDirTime(_extractedFolderPaths[pairIndex],
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 
jack-3.36.CANDIDATE.jar 
jack-4.7.BETA.jar 

Completed in 485 milliseconds