Home
last modified time | relevance | path

Searched refs:getNextBlock (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
DbtBulletFile.cpp139 int seek = getNextBlock(&dataChunk, dataPtr, mFlags); in parseData()
242 seek = getNextBlock(&dataChunk, dataPtr, mFlags); in parseData()
DbFile.h82 int getNextBlock(bChunkInd *dataChunk, const char *dataPtr, const int flags);
DbFile.cpp231 if (getNextBlock(&dna, tempBuffer, mFlags) > 0) in parseInternal()
625 int seek = getNextBlock(&dataChunk, dataPtr, mFlags); in preSwap()
655 seek = getNextBlock(&dataChunk, dataPtr, mFlags); in preSwap()
1658 int bFile::getNextBlock(bChunkInd *dataChunk, const char *dataPtr, const int flags) in getNextBlock() function in bFile
/external/llvm/lib/CodeGen/
DIfConversion.cpp465 static inline MachineBasicBlock *getNextBlock(MachineBasicBlock *BB) { in getNextBlock() function
555 TT = getNextBlock(TrueBBI.BB); in ValidDiamond()
557 FT = getNextBlock(FalseBBI.BB); in ValidDiamond()
1253 auto NewTrueBB = getNextBlock(BBI.BB); in IfConvertTriangle()
1632 MachineBasicBlock *NBB = getNextBlock(FromBBI.BB); in CopyAndPredicateBlock()
1673 MachineBasicBlock *NBB = getNextBlock(FromBBI.BB); in MergeBlocks()