Searched defs:nextPtr (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/expat/lib/ |
| H A D | xmlparse.c | 3232 const char *s, const char *end, const char **nextPtr, 4520 const char *end, const char **nextPtr, XML_Bool haveMore, 4669 const char *end, const char **nextPtr, XML_Bool haveMore) { 4907 const char **nextPtr) { 4919 const char **nextPtr) { 4939 const char **nextPtr) { 5023 const char **nextPtr) { 5069 const char **nextPtr) { 5116 const char **nextPtr) { 5126 int tok, const char *next, const char **nextPtr, XML_Bool haveMore, [all …]
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_opt.c | 491 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1() local 726 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBtAndGetAllMatches() local 784 const U32* const nextPtr = dmsBt + 2*(dictMatchIndex & dmsBtMask); in ZSTD_insertBtAndGetAllMatches() local
|
| H A D | zstd_lazy.c | 108 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertDUBT1() local 201 U32* const nextPtr = dictBt + 2*(dictMatchIndex & btMask); in ZSTD_DUBT_findBetterDictMatch() local 326 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_DUBT_findBestMatch() local
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 490 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1() local 725 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBtAndGetAllMatches() local 783 const U32* const nextPtr = dmsBt + 2*(dictMatchIndex & dmsBtMask); in ZSTD_insertBtAndGetAllMatches() local
|
| H A D | zstd_lazy.c | 107 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertDUBT1() local 200 U32* const nextPtr = dictBt + 2*(dictMatchIndex & btMask); in ZSTD_DUBT_findBetterDictMatch() local 325 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_DUBT_findBestMatch() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 713 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 | 4088 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), in LowerVASTART() local
|