Home
last modified time | relevance | path

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

/linux-6.1.9/lib/lz4/
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()
/linux-6.1.9/drivers/net/ethernet/adaptec/
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()