Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4hc_compress.c107 U32 * const HashTable = hc4->hashTable; in LZ4HC_InsertAndFindBestMatch() local
120 matchIndex = HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndFindBestMatch()
179 U32 * const HashTable = hc4->hashTable; in LZ4HC_InsertAndGetWiderMatch() local
193 matchIndex = HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndGetWiderMatch()
/openbmc/linux/drivers/net/ethernet/adaptec/
H A Dstarfire.c318 PerfFilterTable=0x56000, HashTable=0x56100, enumerator
1749 void __iomem *filter_addr = np->base + HashTable + 8; in set_vlan_mode()
1830 for (filter_addr = ioaddr + HashTable, i = 0; i < 32; filter_addr+= 16, i++) in set_rx_mode()