Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4_compress.c84 if (tableType == byU32) in LZ4_hashPosition()
106 case byU32: in LZ4_putPositionOnHash()
146 if (tableType == byU32) { in LZ4_getPositionOnHash()
468 const tableType_t tableType = byU32; in LZ4_compress_fast_extState()
728 const tableType_t tableType = byU32; in LZ4_compress_destSize_extState()
804 LZ4_putPosition(p, dict->hashTable, byU32, base); in LZ4_loadDict()
902 maxOutputSize, limitedOutput, byU32, in LZ4_compress_fast_continue()
907 maxOutputSize, limitedOutput, byU32, in LZ4_compress_fast_continue()
923 maxOutputSize, limitedOutput, byU32, in LZ4_compress_fast_continue()
928 maxOutputSize, limitedOutput, byU32, in LZ4_compress_fast_continue()
H A Dlz4defs.h237 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator