Home
last modified time | relevance | path

Searched refs:byU16 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/lz4/
H A Dlz4_compress.c52 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()
H A Dlz4defs.h237 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator