Home
last modified time | relevance | path

Searched defs:dictIDSizeCodeLength (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c3924 U32 const dictIDSizeCodeLength = (dictID>0) + (dictID>=256) + (dictID>=65536); /* 0-3 */ in ZSTD_writeFrameHeader() local

Completed in 22 milliseconds