Searched refs:tableBase (Results 1 – 1 of 1) sorted by relevance
947 LZ4_FORCE_INLINE void LZ4_clearHash(U32 h, void *tableBase, tableType_t const tableType) in LZ4_clearHash() argument959 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_clearHash()965 U32 *hashTable = (U32 *)tableBase; in LZ4_clearHash()971 U16 *hashTable = (U16 *)tableBase; in LZ4_clearHash()978 LZ4_FORCE_INLINE void LZ4_putIndexOnHash(U32 idx, U32 h, void *tableBase, tableType_t const tableTy… in LZ4_putIndexOnHash() argument991 U32 *hashTable = (U32 *)tableBase; in LZ4_putIndexOnHash()997 U16 *hashTable = (U16 *)tableBase; in LZ4_putIndexOnHash()1006 void *tableBase, tableType_t const tableType, in LZ4_putPositionOnHash() argument1018 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_putPositionOnHash()1024 U32 *hashTable = (U32 *)tableBase; in LZ4_putPositionOnHash()[all …]