Searched defs:repIndex (Results 1 – 8 of 8) sorted by relevance
| /external/zstd/lib/compress/ |
| D | zstd_lazy.c | 1548 const U32 repIndex = (U32)(ip - base) + 1 - offset_1; in ZSTD_compressBlock_lazy_generic() local 1592 const U32 repIndex = (U32)(ip - base) - offset_1; in ZSTD_compressBlock_lazy_generic() local 1628 const U32 repIndex = (U32)(ip - base) - offset_1; in ZSTD_compressBlock_lazy_generic() local 1683 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic() local 1914 const U32 repIndex = (U32)(curr+1 - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local 1946 const U32 repIndex = (U32)(curr - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local 1978 const U32 repIndex = (U32)(curr - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local 2025 const U32 repIndex = repCurrent - offset_2; in ZSTD_compressBlock_lazy_extDict_generic() local
|
| D | zstd_fast.c | 431 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic() local 589 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_fast_extDict_generic() local
|
| D | zstd_double_fast.c | 319 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 576 const U32 repIndex = curr + 1 - offset_1; /* offset_1 expected <= curr +1 */ in ZSTD_compressBlock_doubleFast_extDict_generic() local
|
| D | zstd_opt.c | 615 U32 const repIndex = curr - repOffset; in ZSTD_insertBtAndGetAllMatches() local
|
| /external/lzma/CS/7zip/Compress/LZMA/ |
| D | LzmaEncoder.cs | 461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() 483 UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt32 posState) in GetRepPrice()
|
| /external/lzma/Java/SevenZip/Compression/LZMA/ |
| D | Encoder.java | 461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() 483 int GetRepPrice(int repIndex, int len, int state, int posState) in GetRepPrice()
|
| /external/lzma/C/ |
| D | LzmaEnc.c | 1041 static UInt32 GetPrice_PureRep(const CLzmaEnc *p, unsigned repIndex, size_t state, size_t posState) in GetPrice_PureRep() 1617 unsigned repIndex = 0; // 17.old in GetOptimum() local 1868 unsigned mainLen, numPairs, repIndex, repLen, i; in GetOptimumFast() local
|
| /external/zstd/tests/ |
| D | decodecorpus.c | 674 U32 offset, offsetCode, repIndex; in generateSequences() local
|