OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prefixLowest
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_double_fast.c
120
const BYTE* const
prefixLowest
= base + prefixLowestIndex;
157
ip += ((ip -
prefixLowest
) == 0);
209
while (((ip>anchor) & (matchl0>
prefixLowest
)) && (ip[-1] == matchl0[-1])) { ip--; matchl0--; mLength++; } /* catch up */
271
while (((ip>anchor) & (matchs0>
prefixLowest
)) && (ip[-1] == matchs0[-1])) { ip--; matchs0--; mLength++; } /* complete backward */
345
const BYTE* const
prefixLowest
= base + prefixLowestIndex;
361
const U32 dictAndPrefixLength = (U32)((ip -
prefixLowest
) + (dictEnd - dictStart));
410
mLength = ZSTD_count_2segments(ip+1+4, repMatch+4, iend, repMatchEnd,
prefixLowest
) + 4;
420
while (((ip>anchor) & (matchLong>
prefixLowest
)) && (ip[-1] == matchLong[-1])) { ip--; matchLong--; mLength++; } /* catch up */
429
mLength = ZSTD_count_2segments(ip+8, dictMatchL+8, iend, dictEnd,
prefixLowest
) + 8;
470
while (((ip>anchor) & (matchL3>
prefixLowest
)) && (ip[-1] == matchL3[-1])) { ip--; matchL3--; mLength++; } /* catch up *
[
all
...]
zstd_lazy.c
1530
const BYTE* const
prefixLowest
= base + prefixLowestIndex;
1548
const U32 dictAndPrefixLength = (U32)((ip -
prefixLowest
) + (dictEnd - dictLowest));
1596
matchLength = ZSTD_count_2segments(ip+1+4, repMatch+4, iend, repMatchEnd,
prefixLowest
) + 4;
1648
size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd,
prefixLowest
) + 4;
1684
size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd,
prefixLowest
) + 4;
1709
while ( ((start > anchor) & (start - OFFBASE_TO_OFFSET(offBase) >
prefixLowest
))
1716
const BYTE* const mStart = (matchIndex < prefixLowestIndex) ? dictLowest :
prefixLowest
;
1746
matchLength = ZSTD_count_2segments(ip+4, repMatch+4, iend, repEnd2,
prefixLowest
) + 4;
Completed in 23 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026