OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fseMetadata
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress_superblock.c
154
*
fseMetadata
->llType,
fseMetadata
->ofType, and
fseMetadata
->mlType have
164
const ZSTD_fseCTablesMetadata_t*
fseMetadata
,
199
const U32 LLtype =
fseMetadata
->llType;
200
const U32 Offtype =
fseMetadata
->ofType;
201
const U32 MLtype =
fseMetadata
->mlType;
202
DEBUGLOG(5, "ZSTD_compressSubBlock_sequences (fseTablesSize=%zu)",
fseMetadata
->fseTablesSize);
204
ZSTD_memcpy(op,
fseMetadata
->fseTablesBuffer,
fseMetadata
->fseTablesSize)
[
all
...]
zstd_compress.c
3691
* Stores symbol compression modes and fse table to
fseMetadata
.
3700
ZSTD_fseCTablesMetadata_t*
fseMetadata
,
3705
BYTE* const ostart =
fseMetadata
->fseTablesBuffer;
3706
BYTE* const oend = ostart + sizeof(
fseMetadata
->fseTablesBuffer);
3720
fseMetadata
->llType = (symbolEncodingType_e) stats.LLtype;
3721
fseMetadata
->ofType = (symbolEncodingType_e) stats.Offtype;
3722
fseMetadata
->mlType = (symbolEncodingType_e) stats.MLtype;
3723
fseMetadata
->lastCountSize = stats.lastCountSize;
3754
entropyMetadata->
fseMetadata
.fseTablesSize =
3758
&entropyMetadata->
fseMetadata
,
[
all
...]
zstd_compress_internal.h
115
ZSTD_fseCTablesMetadata_t
fseMetadata
;
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026