Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c1068 static const BYTE *LZ4_getPositionOnHash(U32 h, const void *tableBase, tableType_t tableType, const… in LZ4_getPositionOnHash() function
1092 return LZ4_getPositionOnHash(h, tableBase, tableType, srcBase); in LZ4_getPosition()
1253 match = LZ4_getPositionOnHash(h, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated()