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

  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bChunk.cpp 58 if (VOID_IS_8)
bChunk.h 89 const bool VOID_IS_8 = ((sizeof(void*)==8));
btBulletFile.cpp 65 if (VOID_IS_8)
269 if (VOID_IS_8)
292 if (VOID_IS_8)
313 if (VOID_IS_8)
340 if (VOID_IS_8)
386 if (VOID_IS_8)
bFile.cpp 166 if (!VOID_IS_8)
169 else if (VOID_IS_8) mFlags |= FD_BITS_VARIES;
358 const bool VOID_IS_8 = ((sizeof(void*)==8));
359 if (VOID_IS_8)
    [all...]
bDNA.cpp 589 elemNumBytes = VOID_IS_8 ? 8 : 4;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btHashMap.h 141 const bool VOID_IS_8 = ((sizeof(void*)==8));
143 int key = VOID_IS_8? m_hashValues[0]+m_hashValues[1] : m_hashValues[0];
btSerializer.h 410 const bool VOID_IS_8 = ((sizeof(void*)==8));
413 if (VOID_IS_8)
430 if (VOID_IS_8)

Completed in 225 milliseconds