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

/netbsd-6-1-5-RELEASE/distrib/utils/sparkcrc/
H A Dsparkcrc.c46 uint16_t crclookup[256] = { variable
97 crc = (crc >> 8) ^ crclookup[(crc & 0xff) ^ buf[i]];

Completed in 142 milliseconds