Searched refs:byU16 (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/lib/lz4/ |
D | lz4_compress.c | 52 if (tableType == byU16) in LZ4_hash4() 64 const U32 hashLog = (tableType == byU16) in LZ4_hash5() 113 case byU16: in LZ4_putPositionOnHash() 228 if ((tableType == byU16) in LZ4_compress_generic() 286 || ((tableType == byU16) in LZ4_compress_generic() 482 noLimit, byU16, noDict, in LZ4_compress_fast_extState() 493 maxOutputSize, limitedOutput, byU16, noDict, in LZ4_compress_fast_extState() 556 if ((tableType == byU16) && (*srcSizePtr >= LZ4_64Klimit)) in LZ4_compress_destSize_generic() 596 } while (((tableType == byU16) in LZ4_compress_destSize_generic() 745 targetDstSize, byU16); in LZ4_compress_destSize_extState()
|
D | lz4defs.h | 219 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator
|