Searched defs:tableBase (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.3/kernel/src/libs/ |
D | lz4.c | 947 LZ4_FORCE_INLINE void LZ4_clearHash(U32 h, void *tableBase, tableType_t const tableType) in LZ4_clearHash() 978 LZ4_FORCE_INLINE void LZ4_putIndexOnHash(U32 idx, U32 h, void *tableBase, tableType_t const tableTy… in LZ4_putIndexOnHash() 1006 void *tableBase, tableType_t const tableType, in LZ4_putPositionOnHash() 1037 LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE *p, void *tableBase, tableType_t tableType, const … in LZ4_putPosition() 1049 LZ4_FORCE_INLINE U32 LZ4_getIndexOnHash(U32 h, const void *tableBase, tableType_t tableType) in LZ4_getIndexOnHash() 1068 static const BYTE *LZ4_getPositionOnHash(U32 h, const void *tableBase, tableType_t tableType, const… in LZ4_getPositionOnHash() 1088 const void *tableBase, tableType_t tableType, in LZ4_getPosition()
|