Lines Matching defs:tableBase
94 void *tableBase,
101 const BYTE **hashTable = (const BYTE **)tableBase;
108 U32 *hashTable = (U32 *) tableBase;
115 U16 *hashTable = (U16 *) tableBase;
125 void *tableBase,
131 LZ4_putPositionOnHash(p, h, tableBase, tableType, srcBase);
136 void *tableBase,
141 const BYTE **hashTable = (const BYTE **) tableBase;
147 const U32 * const hashTable = (U32 *) tableBase;
154 const U16 * const hashTable = (U16 *) tableBase;
162 void *tableBase,
168 return LZ4_getPositionOnHash(h, tableBase, tableType, srcBase);