Searched refs:LZ4_putPositionOnHash (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 818 LZ4_FORCE_INLINE void LZ4_putPositionOnHash(const BYTE* p, U32 h, in LZ4_putPositionOnHash() function 829 LZ4_putPositionOnHash(p, h, tableBase, tableType); in LZ4_putPosition() 992 LZ4_putPositionOnHash(ip, h, cctx->hashTable, byPtr); in LZ4_compress_generic_validated() 1020 LZ4_putPositionOnHash(ip, h, cctx->hashTable, tableType); in LZ4_compress_generic_validated() 1223 LZ4_putPositionOnHash(ip-2, h, cctx->hashTable, byPtr); in LZ4_compress_generic_validated()
|