Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c2946 const char *s, const char *end, const char **nextPtr, in doContent()
4233 const char *end, const char **nextPtr, XML_Bool haveMore, in doCdataSection()
4382 const char *end, const char **nextPtr, XML_Bool haveMore) { in doIgnoreSection()
4620 const char **nextPtr) { in prologInitProcessor()
4632 const char **nextPtr) { in externalParEntInitProcessor()
4652 const char **nextPtr) { in entityValueInitProcessor()
4736 const char **nextPtr) { in externalParEntProcessor()
4782 const char **nextPtr) { in entityValueProcessor()
4820 const char **nextPtr) { in prologProcessor()
4830 int tok, const char *next, const char **nextPtr, XML_Bool haveMore, in doProlog()
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c413 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1() local
644 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBtAndGetAllMatches() local
702 const U32* const nextPtr = dmsBt + 2*(dictMatchIndex & dmsBtMask); in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_lazy.c98 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertDUBT1() local
190 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/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/contrib/sqlite3/tea/win/
H A Dnmakehlp.c556 struct list_item_t *nextPtr; member
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp740 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList, in LowerVAARG() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4073 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), in LowerVASTART() local