Home
last modified time | relevance | path

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

/external/u-boot/lib/zstd/
Ddecompress.c866 uPtrDiff gotoDict; member
1229 seq.match += seqState->gotoDict; /* separate memory segment */ in ZSTD_decodeSequenceLong_generic()
1379 seqState.gotoDict = (uPtrDiff)dictEnd - (uPtrDiff)base; /* cast to avoid undefined behaviour */ in ZSTD_decompressSequencesLong()