Searched refs:g_crc_table (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/osfmk/prng/
H A Dprng_yarrow.c124 static const u_int32_t g_crc_table[] = variable
175 crc = (crc >> 8) ^ g_crc_table[temp];

Completed in 22 milliseconds