Home
last modified time | relevance | path

Searched refs:VOID_IS_8 (Results 1 – 7 of 7) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
DbtBulletFile.cpp65 if (VOID_IS_8) in btBulletFile()
269 if (VOID_IS_8) in writeDNA()
292 if (VOID_IS_8) in writeDNA()
313 if (VOID_IS_8) in parse()
340 if (VOID_IS_8) in parse()
386 if (VOID_IS_8) in write()
DbChunk.cpp58 if (VOID_IS_8) in getOffset()
DbChunk.h89 const bool VOID_IS_8 = ((sizeof(void*)==8)); variable
DbFile.cpp166 if (!VOID_IS_8) in parseHeader()
169 else if (VOID_IS_8) mFlags |= FD_BITS_VARIES; in parseHeader()
358 const bool VOID_IS_8 = ((sizeof(void*)==8)); in swapLen() local
359 if (VOID_IS_8) in swapLen()
1668 if (VOID_IS_8) in getNextBlock()
DbDNA.cpp589 elemNumBytes = VOID_IS_8 ? 8 : 4; in dumpTypeDefinitions()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtHashMap.h141 const bool VOID_IS_8 = ((sizeof(void*)==8)); in getHash() local
143 int key = VOID_IS_8? m_hashValues[0]+m_hashValues[1] : m_hashValues[0]; in getHash()
DbtSerializer.h410 const bool VOID_IS_8 = ((sizeof(void*)==8)); in m_totalSize() local
413 if (VOID_IS_8) in m_totalSize()
430 if (VOID_IS_8) in m_totalSize()