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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dcrc32.c14 local uLongf crc_table[256]; variable
59 crc_table[n] = c;
67 local const uLongf crc_table[256] = { variable
131 return (const uLongf *)crc_table;
135 #define DO1(buf) crc = crc_table[((int)crc ^ (*buf++)) & 0xff] ^ (crc >> 8);
H A Dzcrc32.c24 local uLongf crc_table[256]; variable
69 crc_table[n] = c;
77 local const uLongf crc_table[256] = { variable
141 return (const uLongf *)crc_table;
145 #define DO1(buf) crc = crc_table[((int)crc ^ (*buf++)) & 0xff] ^ (crc >> 8);

Completed in 11 milliseconds