Lines Matching defs:hashTable
959 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_clearHash() local
965 U32 *hashTable = (U32 *)tableBase; in LZ4_clearHash() local
971 U16 *hashTable = (U16 *)tableBase; in LZ4_clearHash() local
991 U32 *hashTable = (U32 *)tableBase; in LZ4_putIndexOnHash() local
997 U16 *hashTable = (U16 *)tableBase; in LZ4_putIndexOnHash() local
1018 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_putPositionOnHash() local
1024 U32 *hashTable = (U32 *)tableBase; in LZ4_putPositionOnHash() local
1030 U16 *hashTable = (U16 *)tableBase; in LZ4_putPositionOnHash() local
1054 const U32 *const hashTable = (const U32 *)tableBase; in LZ4_getIndexOnHash() local
1060 const U16 *const hashTable = (const U16 *)tableBase; in LZ4_getIndexOnHash() local
1072 const BYTE *const *hashTable = (const BYTE *const *)tableBase; in LZ4_getPositionOnHash() local
1077 const U32 *const hashTable = (const U32 *)tableBase; in LZ4_getPositionOnHash() local
1081 const U16 *const hashTable = (const U16 *)tableBase; in LZ4_getPositionOnHash() local