Home
last modified time | relevance | path

Searched refs:nextPtr (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_opt.c412 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1() local
422 smallerPtr = nextPtr+1; /* new "smaller" => larger of match */ in ZSTD_insertBt1()
430 largerPtr = nextPtr; in ZSTD_insertBt1()
431 matchIndex = nextPtr[0]; in ZSTD_insertBt1()
470 largerPtr = nextPtr; in ZSTD_insertBt1()
471 matchIndex = nextPtr[0]; in ZSTD_insertBt1()
643 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBtAndGetAllMatches() local
689 largerPtr = nextPtr; in ZSTD_insertBtAndGetAllMatches()
690 matchIndex = nextPtr[0]; in ZSTD_insertBtAndGetAllMatches()
701 const U32* const nextPtr = dmsBt + 2*(dictMatchIndex & dmsBtMask); in ZSTD_insertBtAndGetAllMatches() local
[all …]
H A Dzstd_lazy.c97 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertDUBT1() local
134 matchIndex, btLow, nextPtr[1]); in ZSTD_insertDUBT1()
143 matchIndex, btLow, nextPtr[0]); in ZSTD_insertDUBT1()
144 largerPtr = nextPtr; in ZSTD_insertDUBT1()
145 matchIndex = nextPtr[0]; in ZSTD_insertDUBT1()
189 U32* const nextPtr = dictBt + 2*(dictMatchIndex & btMask); in ZSTD_DUBT_findBetterDictMatch() local
216 dictMatchIndex = nextPtr[0]; in ZSTD_DUBT_findBetterDictMatch()
312 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_DUBT_findBestMatch() local
346 smallerPtr = nextPtr+1; /* new "smaller" => larger of match */ in ZSTD_DUBT_findBestMatch()
353 largerPtr = nextPtr; in ZSTD_DUBT_findBestMatch()
[all …]
/reactos/dll/win32/wininet/
H A Dhttp.c4342 if (!nextPtr || nextPtr <= ptr || *nextPtr != ':') in HTTP_ParseTime()
4355 if (!nextPtr || nextPtr <= ptr || *nextPtr != ':') in HTTP_ParseTime()
4368 if (!nextPtr || nextPtr <= ptr) in HTTP_ParseTime()
4419 if (!nextPtr || nextPtr <= ptr || !num || num > 31) in HTTP_ParseDateAsAsctime()
4424 ptr = nextPtr; in HTTP_ParseDateAsAsctime()
4437 if (!nextPtr || nextPtr <= ptr || num < 1601 || num > 30827) in HTTP_ParseDateAsAsctime()
4442 ptr = nextPtr; in HTTP_ParseDateAsAsctime()
4488 if (!nextPtr || nextPtr <= ptr || !num || num > 31) in HTTP_ParseRfc1123Date()
4514 if (!nextPtr || nextPtr <= ptr || num < 1601 || num > 30827) in HTTP_ParseRfc1123Date()
4597 if (!nextPtr || nextPtr <= ptr || !num || num > 31) in HTTP_ParseRfc850Date()
[all …]
/reactos/dll/win32/crypt32/
H A Ddecode.c5091 BYTE *nextPtr; in CRYPT_AsnDecodeSequenceOfAny() local
5105 nextPtr = (BYTE *)seq->rgValue + in CRYPT_AsnDecodeSequenceOfAny()
5125 seq->rgValue[i].pbData = nextPtr; in CRYPT_AsnDecodeSequenceOfAny()
5126 memcpy(nextPtr, ptr, 1 + nextLenBytes + in CRYPT_AsnDecodeSequenceOfAny()
5128 nextPtr += 1 + nextLenBytes + nextLen; in CRYPT_AsnDecodeSequenceOfAny()