Searched refs:h1table (Results 1 – 1 of 1) sorted by relevance
60 static uint32_t h1table[4][256]; variable65 (crc = (crc<<8)^h1table[0][((crc >> 24) ^data) & 0xff])290 h1table[byte][index] = crc; in nxge_init_h1_table()346 crch1 = h1table[3][w >> 24] ^ h1table[2][(w >> 16) & 0xff] ^ in nxge_compute_h1_table4()347 h1table[1][(w >> 8) & 0xff] ^ h1table[0][w & 0xff]; in nxge_compute_h1_table4()