Searched defs:hashTable (Results 1 – 2 of 2) sorted by relevance
959 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_clearHash() local965 U32 *hashTable = (U32 *)tableBase; in LZ4_clearHash() local971 U16 *hashTable = (U16 *)tableBase; in LZ4_clearHash() local991 U32 *hashTable = (U32 *)tableBase; in LZ4_putIndexOnHash() local997 U16 *hashTable = (U16 *)tableBase; in LZ4_putIndexOnHash() local1018 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_putPositionOnHash() local1024 U32 *hashTable = (U32 *)tableBase; in LZ4_putPositionOnHash() local1030 U16 *hashTable = (U16 *)tableBase; in LZ4_putPositionOnHash() local1054 const U32 *const hashTable = (const U32 *)tableBase; in LZ4_getIndexOnHash() local1060 const U16 *const hashTable = (const U16 *)tableBase; in LZ4_getIndexOnHash() local[all …]
584 LZ4_u32 hashTable[LZ4_HASH_SIZE_U32]; member