Searched refs:LZ4HC_Insert (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4hc_compress.c | 74 static FORCE_INLINE void LZ4HC_Insert(LZ4HC_CCtx_internal *hc4, in LZ4HC_Insert() function 119 LZ4HC_Insert(hc4, ip); in LZ4HC_InsertAndFindBestMatch() 192 LZ4HC_Insert(hc4, ip); in LZ4HC_InsertAndGetWiderMatch() 637 LZ4HC_Insert(ctxPtr, (const BYTE *)dictionary + (dictSize - 3)); in LZ4_loadDictHC() 651 LZ4HC_Insert(ctxPtr, ctxPtr->end - 3); in LZ4HC_setExternalDict()
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4hc_compress.c | 74 static FORCE_INLINE void LZ4HC_Insert(LZ4HC_CCtx_internal *hc4, in LZ4HC_Insert() function 119 LZ4HC_Insert(hc4, ip); in LZ4HC_InsertAndFindBestMatch() 192 LZ4HC_Insert(hc4, ip); in LZ4HC_InsertAndGetWiderMatch() 637 LZ4HC_Insert(ctxPtr, (const BYTE *)dictionary + (dictSize - 3)); in LZ4_loadDictHC() 651 LZ4HC_Insert(ctxPtr, ctxPtr->end - 3); in LZ4HC_setExternalDict()
|
Completed in 3 milliseconds