Home
last modified time | relevance | path

Searched defs:dictID (Results 1 – 16 of 16) sorted by relevance

/external/zstd/lib/legacy/
Dzstd_v07.h117 unsigned dictID; member
Dzstd_v07.c2952 U32 dictID; member
3140 U32 const dictID= fhd & 3; in ZSTDv07_frameHeaderSize() local
3182 U32 dictID = 0; in ZSTDv07_getFrameParams() local
/external/zstd/lib/decompress/
Dzstd_ddict.c41 U32 dictID; member
Dzstd_decompress_internal.h136 U32 dictID; member
Dzstd_decompress.c227 U32 const dictID= fhd & 3; in ZSTD_frameHeaderSize_internal() local
288 U32 dictID = 0; in ZSTD_getFrameHeader_advanced() local
/external/zstd/lib/dictBuilder/
Dzdict.h67 unsigned dictID; /*< force dictID value; 0 means auto mode (32-bits random value) */ member
Dzdict.c908 U32 const dictID = params.dictID ? params.dictID : compliantID; in ZDICT_finalizeDictionary() local
961 U32 const dictID = params.dictID ? params.dictID : compliantID; in ZDICT_addEntropyTablesFromBuffer_advanced() local
/external/zstd/tests/
Ddecodecorpus.c233 U32 dictID; member
1254 static int genRandomDict(U32 dictID, U32 seed, size_t dictSize, BYTE* fullDict) in genRandomDict()
1316 static dictInfo initDictInfo(int useDict, size_t dictContentSize, BYTE* dictContent, U32 dictID){ in initDictInfo()
1392 U32 const dictID = RAND(&seed); in testDecodeWithDict() local
1637 U32 const dictID = RAND(&seed); in generateCorpusWithDict() local
Dfuzzer.c1764 U32 dictID; in basicUnitTests() local
2343 U32 dictID; in basicUnitTests() local
Dzstreamtest.c282 unsigned dictID = 0; in basicUnitTests() local
/external/lz4/lib/
Dlz4frame.h175 …unsigned dictID; /* Dictionary ID, sent by compressor to help decoder s… member
/external/zstd/lib/compress/
Dzstd_compress.c73 U32 dictID; member
2914 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader()
3278 size_t dictID; in ZSTD_loadZstdDictionary() local
3367 { size_t const dictID = cdict ? in ZSTD_compressBegin_internal() local
3661 { size_t const dictID = ZSTD_compress_insertDictionary( in ZSTD_initCDict_internal() local
Dzstd_compress_internal.h272 U32 dictID; member
/external/zstd/programs/
Dzstdcli.c738 unsigned dictID = 0; in main() local
/external/zstd/lib/
Dzstd.h2318 unsigned dictID; member
/external/lz4/tests/
Dframetest.c500 U32 const dictID = 0x99; in basicTests() local