Searched defs:dec64table (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/erofs/ |
D | unzip_lz4.c | 67 static const int dec64table[] = { 0, 0, 0, -1, 0, 1, 2, 3 }; in customized_lz4_decompress_safe_partial() local
|
/Linux-v4.19/lib/lz4/ |
D | lz4_decompress.c | 89 static const int dec64table[] = { 0, 0, 0, -1, 0, 1, 2, 3 }; in LZ4_decompress_generic() local
|
/Linux-v4.19/lib/zstd/ |
D | decompress.c | 1064 static const int dec64table[] = {8, 8, 8, 7, 8, 9, 10, 11}; /* subtracted */ in ZSTD_execSequence() local 1319 static const int dec64table[] = {8, 8, 8, 7, 8, 9, 10, 11}; /* subtracted */ in ZSTD_execSequenceLong() local
|