Searched defs:h1table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c60 static uint32_t h1table[4][256]; variable
65 (crc = (crc<<8)^h1table[0][((crc >> 24) ^data) & 0xff])
290 h1table[byte][index] = crc;
346 crch1 = h1table[3][w >> 24] ^ h1table[2][(w >> 16) & 0xff] ^
347 h1table[1][(w >> 8) & 0xff] ^ h1table[0][w & 0xff];

Completed in 55 milliseconds