Home
last modified time | relevance | path

Searched defs:nextPtr (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/expat/lib/
H A Dxmlparse.c2809 doContent(XML_Parser parser,int startTagLevel,const ENCODING * enc,const char * s,const char * end,const char ** nextPtr,XML_Bool haveMore,enum XML_Account account) doContent() argument
4084 doCdataSection(XML_Parser parser,const ENCODING * enc,const char ** startPtr,const char * end,const char ** nextPtr,XML_Bool haveMore,enum XML_Account account) doCdataSection() argument
4226 doIgnoreSection(XML_Parser parser,const ENCODING * enc,const char ** startPtr,const char * end,const char ** nextPtr,XML_Bool haveMore) doIgnoreSection() argument
4464 prologInitProcessor(XML_Parser parser,const char * s,const char * end,const char ** nextPtr) prologInitProcessor() argument
4476 externalParEntInitProcessor(XML_Parser parser,const char * s,const char * end,const char ** nextPtr) externalParEntInitProcessor() argument
4496 entityValueInitProcessor(XML_Parser parser,const char * s,const char * end,const char ** nextPtr) entityValueInitProcessor() argument
4580 externalParEntProcessor(XML_Parser parser,const char * s,const char * end,const char ** nextPtr) externalParEntProcessor() argument
4626 entityValueProcessor(XML_Parser parser,const char * s,const char * end,const char ** nextPtr) entityValueProcessor() argument
4664 prologProcessor(XML_Parser parser,const char * s,const char * end,const char ** nextPtr) prologProcessor() argument
4674 doProlog(XML_Parser parser,const ENCODING * enc,const char * s,const char * end,int tok,const char * next,const char ** nextPtr,XML_Bool haveMore,XML_Bool allowClosingDoctype,enum XML_Account account) doProlog() argument
5739 epilogProcessor(XML_Parser parser,const char * s,const char * end,const char ** nextPtr) epilogProcessor() argument
5874 internalEntityProcessor(XML_Parser parser,const char * s,const char * end,const char ** nextPtr) internalEntityProcessor() argument
5954 errorProcessor(XML_Parser parser,const char * s,const char * end,const char ** nextPtr) errorProcessor() argument
[all...]
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c412 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1() local
643 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBtAndGetAllMatches() local
701 const U32* const nextPtr = dmsBt + 2*(dictMatchIndex & dmsBtMask); in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_lazy.c97 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertDUBT1() local
189 U32* const nextPtr = dictBt + 2*(dictMatchIndex & btMask); in ZSTD_DUBT_findBetterDictMatch() local
312 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_DUBT_findBestMatch() local
/freebsd-src/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c459 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1() local
690 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBtAndGetAllMatches() local
748 const U32* const nextPtr = dmsBt + 2*(dictMatchIndex & dmsBtMask); in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_lazy.c97 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertDUBT1() local
189 U32* const nextPtr = dictBt + 2*(dictMatchIndex & btMask); in ZSTD_DUBT_findBetterDictMatch() local
313 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_DUBT_findBestMatch() local
/freebsd-src/contrib/sqlite3/tea/win/
H A Dnmakehlp.c556 struct list_item_t *nextPtr; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp740 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList, in LowerVAARG() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3959 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), LowerVASTART() local