OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offCode
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_opt.c
330
U32 const
offCode
= ZSTD_highbit32(offBase);
336
+ ((16 +
offCode
) * BITCOST_MULTIPLIER); /* emulated offset cost */
339
price = (
offCode
* BITCOST_MULTIPLIER) + (optPtr->offCodeSumBasePrice - WEIGHT(optPtr->offCodeFreq[
offCode
], optLevel));
340
if ((optLevel<2) /*static*/ &&
offCode
>= 20)
341
price += (
offCode
-19)*2 * BITCOST_MULTIPLIER; /* handicap for long distance offsets, favor decompression speed */
375
{ U32 const
offCode
= ZSTD_highbit32(offBase);
376
assert(
offCode
<= MaxOff);
377
optPtr->offCodeFreq[
offCode
]++;
zstd_compress.c
3980
/* litlength == 0 and
offCode
== 2 implies selection of first repcode - 1
4377
* block. After the first block, the
offcode
table might not have large
6467
* @
offCode
: is presumed to follow format required by ZSTD_storeSeq()
6471
ZSTD_validateSequence(U32
offCode
, U32 matchLength, U32 minMatch,
6482
RETURN_ERROR_IF(
offCode
> OFFSET_TO_OFFBASE(offsetBound), externalSequences_invalid, "Offset too large!");
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c
1377
BYTE*
offCode
;
zstd_v03.c
2356
BYTE*
offCode
;
zstd_v02.c
2716
BYTE*
offCode
;
zstd_v05.c
476
BYTE*
offCode
;
Completed in 47 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026