Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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.h406 typedef Z_U4 z_crc_t; typedef
408 typedef unsigned long z_crc_t; typedef
Dzlib.h1748 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));