OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rLength
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c
397
size_t const
rLength
= ZSTD_count(ip0+4, ip0+4-rep_offset2, iend) + 4;
400
ip0 +=
rLength
;
401
ZSTD_storeSeq(seqStore, 0 /*litLen*/, anchor, iend, REPCODE1_TO_OFFBASE,
rLength
);
zstd_double_fast.c
300
size_t const
rLength
= ZSTD_count(ip+4, ip+4-offset_2, iend) + 4;
304
ZSTD_storeSeq(seqStore, 0, anchor, iend, REPCODE1_TO_OFFBASE,
rLength
);
305
ip +=
rLength
;
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026