Searched defs:nextPtr (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 2946 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 D | zstd_opt.c | 413 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 D | zstd_lazy.c | 98 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 D | zstd_opt.c | 459 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 D | zstd_lazy.c | 97 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 D | nmakehlp.c | 556 struct list_item_t *nextPtr; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 740 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList, in LowerVAARG() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 4073 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), in LowerVASTART() local
|