Searched refs:byU32 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/ |
H A 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() [all...] |
H A D | lz4defs.h | 235 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A 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() [all...] |
H A D | lz4defs.h | 237 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator
|
Completed in 4 milliseconds