Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4_compress.c94 void *tableBase, in LZ4_putPositionOnHash() argument
101 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() argument
131 LZ4_putPositionOnHash(p, h, tableBase, tableType, srcBase); in LZ4_putPosition()
136 void *tableBase, in LZ4_getPositionOnHash() argument
141 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 …]