Searched refs:ML_Code (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/lib/zstd/compress/ |
D | zstd_compress_internal.h | 476 … static const BYTE ML_Code[128] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, in ZSTD_MLcode() local 485 return (mlBase > 127) ? ZSTD_highbit32(mlBase) + ML_deltaCode : ML_Code[mlBase]; in ZSTD_MLcode()
|