Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/tea/win/
H A Dnmakehlp.c556 struct list_item_t *nextPtr; member
569 itemPtr->nextPtr = NULL; in list_insert()
572 listPtrPtr = &(*listPtrPtr)->nextPtr; in list_insert()
585 listPtr = listPtr->nextPtr; in list_free()
648 for (p = substPtr; p != NULL; p = p->nextPtr, ++n) { in SubstituteFile()
660 for (p = substPtr; p != NULL; p = p->nextPtr) { in SubstituteFile()
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c456 const char *next, const char **nextPtr,
467 const char **nextPtr, XML_Bool haveMore,
472 const char **nextPtr, XML_Bool haveMore);
2738 const char *s, const char *end, const char **nextPtr, in doContent() argument
2772 *nextPtr = s; in doContent()
2788 *nextPtr = end; in doContent()
2792 *nextPtr = s; in doContent()
2798 *nextPtr = s; in doContent()
2807 *nextPtr = s; in doContent()
2813 *nextPtr = s; in doContent()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp748 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList, in LowerVAARG() local
752 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr, in LowerVAARG()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3785 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), in LowerVASTART() local
3790 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr, in LowerVASTART()
3793 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstStackOffset); in LowerVASTART()
3796 SDValue thirdStore = DAG.getStore(secondStore, dl, StackOffsetFI, nextPtr, in LowerVASTART()
3799 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstFrameOffset); in LowerVASTART()
3802 return DAG.getStore(thirdStore, dl, FR, nextPtr, in LowerVASTART()