OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZSTD_count_2segments
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_double_fast.c
410
mLength =
ZSTD_count_2segments
(ip+1+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4;
429
mLength =
ZSTD_count_2segments
(ip+8, dictMatchL+8, iend, dictEnd, prefixLowest) + 8;
478
mLength =
ZSTD_count_2segments
(ip+1+8, dictMatchL3+8, iend, dictEnd, prefixLowest) + 8;
487
mLength =
ZSTD_count_2segments
(ip+4, match+4, iend, dictEnd, prefixLowest) + 4;
527
size_t const repLength2 =
ZSTD_count_2segments
(ip+4, repMatch2+4, iend, repEnd2, prefixLowest) + 4;
666
mLength =
ZSTD_count_2segments
(ip+1+4, repMatch+4, iend, repMatchEnd, prefixStart) + 4;
674
mLength =
ZSTD_count_2segments
(ip+8, matchLong+8, iend, matchEnd, prefixStart) + 8;
691
mLength =
ZSTD_count_2segments
(ip+9, match3+8, iend, matchEnd, prefixStart) + 8;
698
mLength =
ZSTD_count_2segments
(ip+4, match+4, iend, matchEnd, prefixStart) + 4;
734
size_t const repLength2 =
ZSTD_count_2segments
(ip+4, repMatch2+4, iend, repEnd2, prefixStart) + 4
[
all
...]
zstd_fast.c
570
mLength =
ZSTD_count_2segments
(ip0 + 1 + 4, repMatch + 4, iend, repMatchEnd, prefixStart) + 4;
585
mLength =
ZSTD_count_2segments
(ip0 + 4, dictMatch + 4, iend, dictEnd, prefixStart) + 4;
654
size_t const repLength2 =
ZSTD_count_2segments
(ip0+4, repMatch2+4, iend, repEnd2, prefixStart) + 4;
923
mLength +=
ZSTD_count_2segments
(ip0 + mLength, match0 + mLength, iend, matchEnd, prefixStart);
948
size_t const repLength2 =
ZSTD_count_2segments
(ip0+4, repMatch2+4, iend, repEnd2, prefixStart) + 4;
zstd_lazy.c
126
matchLength +=
ZSTD_count_2segments
(ip+matchLength, match+matchLength, iend, dictEnd, prefixStart);
203
matchLength +=
ZSTD_count_2segments
(ip+matchLength, match+matchLength, iend, dictEnd, prefixStart);
334
matchLength +=
ZSTD_count_2segments
(ip+matchLength, match+matchLength, iend, dictEnd, prefixStart);
571
currentMl =
ZSTD_count_2segments
(ip+4, match+4, iLimit, ddsEnd, prefixStart) + 4;
608
currentMl =
ZSTD_count_2segments
(ip+4, match+4, iLimit, ddsEnd, prefixStart) + 4;
720
currentMl =
ZSTD_count_2segments
(ip+4, match+4, iLimit, dictEnd, prefixStart) + 4;
756
currentMl =
ZSTD_count_2segments
(ip+4, match+4, iLimit, dmsEnd, prefixStart) + 4;
1270
currentMl =
ZSTD_count_2segments
(ip+4, match+4, iLimit, dictEnd, prefixStart) + 4;
1321
currentMl =
ZSTD_count_2segments
(ip+4, match+4, iLimit, dmsEnd, prefixStart) + 4;
1596
matchLength =
ZSTD_count_2segments
(ip+1+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4
[
all
...]
zstd_opt.c
521
matchLength +=
ZSTD_count_2segments
(ip+matchLength, match+matchLength, iend, dictEnd, prefixStart);
669
repLen = (U32)
ZSTD_count_2segments
(ip+minMatch, repMatch+minMatch, iLimit, dictEnd, prefixStart) + minMatch;
675
repLen = (U32)
ZSTD_count_2segments
(ip+minMatch, repMatch+minMatch, iLimit, dmsEnd, prefixStart) + minMatch;
701
mlen =
ZSTD_count_2segments
(ip, match, iLimit, dictEnd, prefixStart);
738
matchLength +=
ZSTD_count_2segments
(ip+matchLength, match+matchLength, iLimit, dictEnd, prefixStart);
786
matchLength +=
ZSTD_count_2segments
(ip+matchLength, match+matchLength, iLimit, dmsEnd, prefixStart);
zstd_ldm.c
439
ZSTD_count_2segments
(split, pMatch, iend, matchEnd, lowPrefixPtr);
zstd_compress_internal.h
875
/**
ZSTD_count_2segments
() :
880
ZSTD_count_2segments
(const BYTE* ip, const BYTE* match,
886
DEBUGLOG(7, "
ZSTD_count_2segments
: found a 2-parts match (current length==%zu)", matchLength);
Completed in 36 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026