Searched refs:z_crc_t (Results 1 – 3 of 3) sorted by relevance
72 sa_extern z_crc_t FAR crc_table[TBLS][256];75 local void write_table OF((FILE *, const z_crc_t FAR *));105 z_crc_t c; in make_crc_table()108 z_crc_t poly; /* polynomial exclusive-or pattern */ in make_crc_table()122 poly |= (z_crc_t)1 << (31 - p[n]); in make_crc_table()126 c = (z_crc_t)n; in make_crc_table()183 const z_crc_t FAR *table;204 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table()210 return (const z_crc_t FAR *)crc_table; in get_crc_table()232 z_crc_t endian;[all …]
256 typedef Z_U4 z_crc_t; typedef258 typedef unsigned long z_crc_t; typedef
1756 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));