Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_lazy.c1588 const U32 repIndex = (U32)(ip - base) + 1 - offset_1; in ZSTD_compressBlock_lazy_generic() local
1641 const U32 repIndex = (U32)(ip - base) - offset_1; in ZSTD_compressBlock_lazy_generic() local
1677 const U32 repIndex = (U32)(ip - base) - offset_1; in ZSTD_compressBlock_lazy_generic() local
1739 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic() local
1986 const U32 repIndex = (U32)(curr+1 - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local
2027 const U32 repIndex = (U32)(curr - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local
2059 const U32 repIndex = (U32)(curr - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local
2113 const U32 repIndex = repCurrent - offset_2; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_fast.c541 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic() local
777 U32 const repIndex = current2 - offset_1; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_double_fast.c388 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
648 const U32 repIndex = curr + 1 - offset_1; /* offset_1 expected <= curr +1 */ in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_opt.c650 U32 const repIndex = curr - repOffset; in ZSTD_insertBtAndGetAllMatches() local
/aosp_15_r20/external/coreboot/util/cbfstool/lzma/C/
H A DLzmaEnc.c784 static uint32_t GetPureRepPrice(struct CLzmaEnc *p, uint32_t repIndex, uint32_t state, uint32_t pos… in GetPureRepPrice()
806 static uint32_t GetRepPrice(struct CLzmaEnc *p, uint32_t repIndex, uint32_t len, uint32_t state, ui… in GetRepPrice()
1216 uint32_t repIndex; in GetOptimum() local
1398 uint32_t numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; in GetOptimumFast() local
/aosp_15_r20/external/lzma/C/
H A DLzmaEnc.c1142 static UInt32 GetPrice_PureRep(const CLzmaEnc *p, unsigned repIndex, size_t state, size_t posState) in GetPrice_PureRep()
1722 unsigned repIndex = 0; // 17.old in GetOptimum() local
1973 unsigned mainLen, numPairs, repIndex, repLen, i; in GetOptimumFast() local
/aosp_15_r20/external/zstd/tests/
H A Ddecodecorpus.c681 U32 offset, offBase, repIndex; in generateSequences() local