Searched refs:nextPtr (Results 1 – 9 of 9) sorted by relevance
/external/expat/lib/ |
D | xmlparse.c | 333 const char *end, int tok, const char *next, const char **nextPtr, 344 const char *end, const char **nextPtr, XML_Bool haveMore); 348 const char *end, const char **nextPtr, XML_Bool haveMore); 2236 const char **nextPtr, in doContent() argument 2261 *nextPtr = s; in doContent() 2278 *nextPtr = end; in doContent() 2282 *nextPtr = s; in doContent() 2288 *nextPtr = s; in doContent() 2297 *nextPtr = s; in doContent() 2303 *nextPtr = s; in doContent() [all …]
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsSimplify.cpp | 175 SkOpContour** nextPtr = currentPtr; in Simplify() local 182 next = *nextPtr++; in Simplify() 183 } while (AddIntersectTs(current, next) && nextPtr != listEnd); in Simplify()
|
D | SkPathOpsOp.cpp | 290 SkOpContour** nextPtr = currentPtr; in Op() local 297 next = *nextPtr++; in Op() 298 } while (AddIntersectTs(current, next) && nextPtr != listEnd); in Op()
|
/external/skia/src/pathops/ |
D | SkPathOpsSimplify.cpp | 175 SkOpContour** nextPtr = currentPtr; in Simplify() local 182 next = *nextPtr++; in Simplify() 183 } while (AddIntersectTs(current, next) && nextPtr != listEnd); in Simplify()
|
D | SkPathOpsOp.cpp | 290 SkOpContour** nextPtr = currentPtr; in Op() local 297 next = *nextPtr++; in Op() 298 } while (AddIntersectTs(current, next) && nextPtr != listEnd); in Op()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | test_thread.c | 95 pEvent->base.nextPtr = 0; in postToParent() 242 pEvent->base.nextPtr = 0; in sqlthread_parent()
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 942 llvm::Value *nextPtr = Builder.CreateConstGEP1_32(curPtr, 1, "array.next"); in EmitNewArrayInitializer() local 946 llvm::Value *isEnd = Builder.CreateICmpEQ(nextPtr, endPtr, "array.atend"); in EmitNewArrayInitializer() 948 curPtr->addIncoming(nextPtr, Builder.GetInsertBlock()); in EmitNewArrayInitializer()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 723 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList, in LowerVAARG() local 726 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr, in LowerVAARG()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1789 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), in LowerVASTART() local 1794 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr, in LowerVASTART() 1798 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstStackOffset); in LowerVASTART() 1802 DAG.getStore(secondStore, dl, StackOffsetFI, nextPtr, in LowerVASTART() 1806 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstFrameOffset); in LowerVASTART() 1809 return DAG.getStore(thirdStore, dl, FR, nextPtr, in LowerVASTART()
|