Searched refs:z_crc_t (Results 1 – 8 of 8) sorted by relevance
59 local z_crc_t FAR crc_table[TBLS][256];62 local void write_table OF((FILE *, const z_crc_t FAR *));92 z_crc_t c; in make_crc_table()94 z_crc_t poly; /* polynomial exclusive-or pattern */ in make_crc_table()108 poly |= (z_crc_t)1 << (31 - p[n]); in make_crc_table()112 c = (z_crc_t)n; in make_crc_table()169 const z_crc_t FAR *table;190 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table()196 return (const z_crc_t FAR *)crc_table; in get_crc_table()218 z_crc_t endian;[all …]
5 local const z_crc_t FAR crc_table[TBLS][256] =
409 typedef Z_U4 z_crc_t; typedef411 typedef unsigned long z_crc_t; typedef
411 typedef Z_U4 z_crc_t;413 typedef unsigned long z_crc_t;
1731 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));