Home
last modified time | relevance | path

Searched refs:LZ4_getPositionOnHash (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/lz4/
Dlz4.c854 static const BYTE* LZ4_getPositionOnHash(U32 h, const void* tableBase, tableType_t tableType) in LZ4_getPositionOnHash() function
865 return LZ4_getPositionOnHash(h, tableBase, tableType); in LZ4_getPosition()
1018 match = LZ4_getPositionOnHash(h, cctx->hashTable, tableType); in LZ4_compress_generic_validated()