Searched defs:dictIDSizeCodeLength (Results 1 - 1 of 1) sorted by relevance
| /kernel/linux/linux-6.6/lib/zstd/compress/ | ||
| H A D | zstd_compress.c | 3924 U32 const dictIDSizeCodeLength = (dictID>0) + (dictID>=256) + (dictID>=65536); /* 0-3 */ in ZSTD_writeFrameHeader() local |
Completed in 16 milliseconds