Searched refs:tableBase (Results 1 – 1 of 1) sorted by relevance
93 void *tableBase, in LZ4_putPositionOnHash() argument100 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_putPositionOnHash()107 U32 *hashTable = (U32 *) tableBase; in LZ4_putPositionOnHash()114 U16 *hashTable = (U16 *) tableBase; in LZ4_putPositionOnHash()124 void *tableBase, in LZ4_putPosition() argument130 LZ4_putPositionOnHash(p, h, tableBase, tableType, srcBase); in LZ4_putPosition()135 void *tableBase, in LZ4_getPositionOnHash() argument140 const BYTE **hashTable = (const BYTE **) tableBase; in LZ4_getPositionOnHash()146 const U32 * const hashTable = (U32 *) tableBase; in LZ4_getPositionOnHash()153 const U16 * const hashTable = (U16 *) tableBase; in LZ4_getPositionOnHash()[all …]