Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.c696 typedef enum { clearedTable = 0, byPtr, byU32, byU16 } tableType_t; typedef
756 LZ4_FORCE_INLINE U32 LZ4_hash4(U32 sequence, tableType_t const tableType) in LZ4_hash4()
764 LZ4_FORCE_INLINE U32 LZ4_hash5(U64 sequence, tableType_t const tableType) in LZ4_hash5()
776 LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void* const p, tableType_t const tableType) in LZ4_hashPosition()
782 LZ4_FORCE_INLINE void LZ4_clearHash(U32 h, void* tableBase, tableType_t const tableType) in LZ4_clearHash()
794 LZ4_FORCE_INLINE void LZ4_putIndexOnHash(U32 idx, U32 h, void* tableBase, tableType_t const tableTy… in LZ4_putIndexOnHash()
807 void* tableBase, tableType_t const tableType, in LZ4_putPositionOnHash()
819 LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE* p, void* tableBase, tableType_t tableType, const … in LZ4_putPosition()
831 LZ4_FORCE_INLINE U32 LZ4_getIndexOnHash(U32 h, const void* tableBase, tableType_t tableType) in LZ4_getIndexOnHash()
847 static const BYTE* LZ4_getPositionOnHash(U32 h, const void* tableBase, tableType_t tableType, const… in LZ4_getPositionOnHash()
[all …]