Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c3232 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 Dzstd_opt.c491 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 Dzstd_lazy.c108 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 Dzstd_opt.c490 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 Dzstd_lazy.c107 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 DXCoreISelLowering.cpp713 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList, in LowerVAARG() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4088 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), in LowerVASTART() local