Searched refs:byU16 (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/lz4/ |
| H A D | lz4_compress.c | 51 if (tableType == byU16) in LZ4_hash4() 63 const U32 hashLog = (tableType == byU16) in LZ4_hash5() 112 case byU16: in LZ4_putPositionOnHash() 227 if ((tableType == byU16) in LZ4_compress_generic() 285 || ((tableType == byU16) in LZ4_compress_generic() 481 noLimit, byU16, noDict, in LZ4_compress_fast_extState() 492 maxOutputSize, limitedOutput, byU16, noDict, in LZ4_compress_fast_extState() 555 if ((tableType == byU16) && (*srcSizePtr >= LZ4_64Klimit)) in LZ4_compress_destSize_generic() 595 } while (((tableType == byU16) in LZ4_compress_destSize_generic() 744 targetDstSize, byU16); in LZ4_compress_destSize_extState()
|
| H A D | lz4defs.h | 237 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator
|