Searched refs:hashTable (Results 1 – 2 of 2) sorted by relevance
959 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_clearHash() local960 hashTable[h] = NULL; in LZ4_clearHash()965 U32 *hashTable = (U32 *)tableBase; in LZ4_clearHash() local966 hashTable[h] = 0; in LZ4_clearHash()971 U16 *hashTable = (U16 *)tableBase; in LZ4_clearHash() local972 hashTable[h] = 0; in LZ4_clearHash()991 U32 *hashTable = (U32 *)tableBase; in LZ4_putIndexOnHash() local992 hashTable[h] = idx; in LZ4_putIndexOnHash()997 U16 *hashTable = (U16 *)tableBase; in LZ4_putIndexOnHash() local999 hashTable[h] = (U16)idx; in LZ4_putIndexOnHash()[all …]
584 LZ4_u32 hashTable[LZ4_HASH_SIZE_U32]; member