Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c1288 static ulg crc_32_tab[] = { variable
1356 c = crc_32_tab[((int)c ^ (*s++)) & 0xff] ^ (c >> 8);