tableBase          94 lib/lz4/lz4_compress.c 	void *tableBase,
tableBase         101 lib/lz4/lz4_compress.c 		const BYTE **hashTable = (const BYTE **)tableBase;
tableBase         108 lib/lz4/lz4_compress.c 		U32 *hashTable = (U32 *) tableBase;
tableBase         115 lib/lz4/lz4_compress.c 		U16 *hashTable = (U16 *) tableBase;
tableBase         125 lib/lz4/lz4_compress.c 	void *tableBase,
tableBase         131 lib/lz4/lz4_compress.c 	LZ4_putPositionOnHash(p, h, tableBase, tableType, srcBase);
tableBase         136 lib/lz4/lz4_compress.c 	void *tableBase,
tableBase         141 lib/lz4/lz4_compress.c 		const BYTE **hashTable = (const BYTE **) tableBase;
tableBase         147 lib/lz4/lz4_compress.c 		const U32 * const hashTable = (U32 *) tableBase;
tableBase         154 lib/lz4/lz4_compress.c 		const U16 * const hashTable = (U16 *) tableBase;
tableBase         162 lib/lz4/lz4_compress.c 	void *tableBase,
tableBase         168 lib/lz4/lz4_compress.c 	return LZ4_getPositionOnHash(h, tableBase, tableType, srcBase);