Home
last modified time | relevance | path

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

/linux/lib/lz4/
H A Dlz4_compress.c83 if (tableType == byU32) in LZ4_hashPosition()
105 case byU32: in LZ4_putPositionOnHash()
145 if (tableType == byU32) { in LZ4_getPositionOnHash()
467 const tableType_t tableType = byU32; in LZ4_compress_fast_extState()
727 const tableType_t tableType = byU32; in LZ4_compress_destSize_extState()
803 LZ4_putPosition(p, dict->hashTable, byU32, base); in LZ4_loadDict()
901 maxOutputSize, limitedOutput, byU32, in LZ4_compress_fast_continue()
906 maxOutputSize, limitedOutput, byU32, in LZ4_compress_fast_continue()
922 maxOutputSize, limitedOutput, byU32, in LZ4_compress_fast_continue()
927 maxOutputSize, limitedOutput, byU32, in LZ4_compress_fast_continue()
H A Dlz4defs.h237 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator