Home
last modified time | relevance | path

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

/external/zlib/src/
Dcrc32.c59 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 …]
Dcrc32.h5 local const z_crc_t FAR crc_table[TBLS][256] =
Dzconf.h409 typedef Z_U4 z_crc_t; typedef
411 typedef unsigned long z_crc_t; typedef
Dzconf.h.cmakein411 typedef Z_U4 z_crc_t;
413 typedef unsigned long z_crc_t;
Dzconf.h.in409 typedef Z_U4 z_crc_t; typedef
411 typedef unsigned long z_crc_t; typedef
Dzlib.h1731 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
/external/zlib/
Dzconf.h409 typedef Z_U4 z_crc_t; typedef
411 typedef unsigned long z_crc_t; typedef
Dzlib.h1731 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));