Searched refs:LZ4_putIndexOnHash (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 805 LZ4_FORCE_INLINE void LZ4_putIndexOnHash(U32 idx, U32 h, void* tableBase, tableType_t const tableTy… in LZ4_putIndexOnHash() function 994 LZ4_putIndexOnHash(startIndex, h, cctx->hashTable, tableType); in LZ4_compress_generic_validated() 1070 LZ4_putIndexOnHash(current, h, cctx->hashTable, tableType); in LZ4_compress_generic_validated() 1226 LZ4_putIndexOnHash(idx, h, cctx->hashTable, tableType); in LZ4_compress_generic_validated() 1268 LZ4_putIndexOnHash(current, h, cctx->hashTable, tableType); in LZ4_compress_generic_validated() 1599 LZ4_putIndexOnHash(idx32, h, dict->hashTable, tableType); in LZ4_loadDict()
|