Home
last modified time | relevance | path

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

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