Searched defs:tableType (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/lib/lz4/ |
| D | lz4_compress.c | 50 tableType_t const tableType) in LZ4_hash4() 62 tableType_t const tableType) in LZ4_hash5() 81 tableType_t const tableType) in LZ4_hashPosition() 95 tableType_t const tableType, in LZ4_putPositionOnHash() 126 tableType_t tableType, in LZ4_putPosition() 137 tableType_t tableType, in LZ4_getPositionOnHash() 163 tableType_t tableType, in LZ4_getPosition() 183 const tableType_t tableType, in LZ4_compress_generic() 468 const tableType_t tableType = byU32; in LZ4_compress_fast_extState() local 470 const tableType_t tableType = byPtr; in LZ4_compress_fast_extState() local [all …]
|
| /kernel/linux/linux-6.6/lib/lz4/ |
| D | lz4_compress.c | 50 tableType_t const tableType) in LZ4_hash4() 62 tableType_t const tableType) in LZ4_hash5() 81 tableType_t const tableType) in LZ4_hashPosition() 95 tableType_t const tableType, in LZ4_putPositionOnHash() 126 tableType_t tableType, in LZ4_putPosition() 137 tableType_t tableType, in LZ4_getPositionOnHash() 163 tableType_t tableType, in LZ4_getPosition() 183 const tableType_t tableType, in LZ4_compress_generic() 468 const tableType_t tableType = byU32; in LZ4_compress_fast_extState() local 470 const tableType_t tableType = byPtr; in LZ4_compress_fast_extState() local [all …]
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| D | huf_decompress.c | 69 BYTE tableType; member
|
| /kernel/linux/linux-6.6/lib/zstd/decompress/ |
| D | huf_decompress.c | 128 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc; member
|