Searched refs:byU32 (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/lib/lz4/ |
D | lz4_compress.c | 84 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()
|
D | lz4defs.h | 219 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator
|