Home
last modified time | relevance | path

Searched refs:tableBase (Results 1 – 1 of 1) sorted by relevance

/linux/lib/lz4/
H A Dlz4_compress.c93 void *tableBase, in LZ4_putPositionOnHash() argument
100 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() argument
130 LZ4_putPositionOnHash(p, h, tableBase, tableType, srcBase); in LZ4_putPosition()
135 void *tableBase, in LZ4_getPositionOnHash() argument
140 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 …]