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

/vbox/src/libs/zlib-1.2.6/
H A Dcrc32.c58 typedef u4 crc_table_t; typedef
67 typedef unsigned long crc_table_t; typedef
81 local crc_table_t FAR crc_table[TBLS][256];
84 local void write_table OF((FILE *, const crc_table_t FAR *));
114 crc_table_t c;
116 crc_table_t poly; /* polynomial exclusive-or pattern */
130 poly |= (crc_table_t)1 << (31 - p[n]);
134 c = (crc_table_t)n;
171 fprintf(out, "local const crc_table_t FAR ");
191 const crc_table_t FA
[all...]
H A Dcrc32.h5 local const crc_table_t FAR crc_table[TBLS][256] =

Completed in 160 milliseconds