OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WILDCOPY_VECLEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
zstd_internal.h
200
#define
WILDCOPY_VECLEN
16
211
* - ZSTD_no_overlap: The source and destination are guaranteed to be at least
WILDCOPY_VECLEN
bytes apart.
223
if (ovtype == ZSTD_overlap_src_before_dst && diff <
WILDCOPY_VECLEN
) {
229
assert(diff >=
WILDCOPY_VECLEN
|| diff <= -
WILDCOPY_VECLEN
);
/src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress_block.c
833
* - ZSTD_no_overlap: The source and destination are guaranteed to be at least
WILDCOPY_VECLEN
bytes apart.
887
if (op <= oend - WILDCOPY_OVERLENGTH && diff < -
WILDCOPY_VECLEN
) {
1074
/* Nearly all offsets are >=
WILDCOPY_VECLEN
bytes, which means we can use wildcopy
1077
if (LIKELY(sequence.offset >=
WILDCOPY_VECLEN
)) {
1085
assert(sequence.offset <
WILDCOPY_VECLEN
);
1166
/* Nearly all offsets are >=
WILDCOPY_VECLEN
bytes, which means we can use wildcopy
1169
if (LIKELY(sequence.offset >=
WILDCOPY_VECLEN
)) {
1177
assert(sequence.offset <
WILDCOPY_VECLEN
);
Completed in 70 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026