OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:repLength2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c
637
size_t const
repLength2
= ZSTD_count_2segments(ip0+4, repMatch2+4, iend, repEnd2, prefixStart) + 4;
639
ZSTD_storeSeq(seqStore, 0, anchor, iend, REPCODE1_TO_OFFBASE,
repLength2
);
641
ip0 +=
repLength2
;
931
size_t const
repLength2
= ZSTD_count_2segments(ip0+4, repMatch2+4, iend, repEnd2, prefixStart) + 4;
933
ZSTD_storeSeq(seqStore, 0 /*litlen*/, anchor, iend, REPCODE1_TO_OFFBASE,
repLength2
);
935
ip0 +=
repLength2
;
zstd_double_fast.c
519
size_t const
repLength2
= ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixLowest) + 4;
521
ZSTD_storeSeq(seqStore, 0, anchor, iend, REPCODE1_TO_OFFBASE,
repLength2
);
524
ip +=
repLength2
;
726
size_t const
repLength2
= ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixStart) + 4;
728
ZSTD_storeSeq(seqStore, 0, anchor, iend, REPCODE1_TO_OFFBASE,
repLength2
);
731
ip +=
repLength2
;
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026