OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:repMatch2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c
631
const BYTE*
repMatch2
= repIndex2 < prefixStartIndex ?
635
&& (MEM_read32(
repMatch2
) == MEM_read32(ip0))) {
637
size_t const repLength2 = ZSTD_count_2segments(ip0+4,
repMatch2
+4, iend, repEnd2, prefixStart) + 4;
927
const BYTE* const
repMatch2
= repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2;
929
&& (MEM_read32(
repMatch2
) == MEM_read32(ip0)) ) {
931
size_t const repLength2 = ZSTD_count_2segments(ip0+4,
repMatch2
+4, iend, repEnd2, prefixStart) + 4;
zstd_double_fast.c
513
const BYTE*
repMatch2
= repIndex2 < prefixLowestIndex ?
517
&& (MEM_read32(
repMatch2
) == MEM_read32(ip)) ) {
519
size_t const repLength2 = ZSTD_count_2segments(ip+4,
repMatch2
+4, iend, repEnd2, prefixLowest) + 4;
721
const BYTE*
repMatch2
= repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2;
724
&& (MEM_read32(
repMatch2
) == MEM_read32(ip)) ) {
726
size_t const repLength2 = ZSTD_count_2segments(ip+4,
repMatch2
+4, iend, repEnd2, prefixStart) + 4;
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026