Searched refs:tableBase (Results 1 – 1 of 1) sorted by relevance
94 void *tableBase, in LZ4_putPositionOnHash() argument101 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_putPositionOnHash()108 U32 *hashTable = (U32 *) tableBase; in LZ4_putPositionOnHash()115 U16 *hashTable = (U16 *) tableBase; in LZ4_putPositionOnHash()125 void *tableBase, in LZ4_putPosition() argument131 LZ4_putPositionOnHash(p, h, tableBase, tableType, srcBase); in LZ4_putPosition()136 void *tableBase, in LZ4_getPositionOnHash() argument141 const BYTE **hashTable = (const BYTE **) tableBase; in LZ4_getPositionOnHash()147 const U32 * const hashTable = (U32 *) tableBase; in LZ4_getPositionOnHash()154 const U16 * const hashTable = (U16 *) tableBase; in LZ4_getPositionOnHash()[all …]