Searched refs:getNextBlock (Results 1 – 4 of 4) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/ |
D | btBulletFile.cpp | 139 int seek = getNextBlock(&dataChunk, dataPtr, mFlags); in parseData() 242 seek = getNextBlock(&dataChunk, dataPtr, mFlags); in parseData()
|
D | bFile.h | 82 int getNextBlock(bChunkInd *dataChunk, const char *dataPtr, const int flags);
|
D | bFile.cpp | 231 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/ |
D | IfConversion.cpp | 465 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()
|