Home
last modified time | relevance | path

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

/external/pdfium/third_party/zlib_v128/
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) in write_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; in crc32()
[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.h1819 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
/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.h406 typedef Z_U4 z_crc_t; typedef
408 typedef unsigned long z_crc_t; typedef
Dzconf.h.cmakein408 typedef Z_U4 z_crc_t;
410 typedef unsigned long z_crc_t;
Dzconf.h.in406 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));
/external/opencv3/3rdparty/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.h.cmakein408 typedef Z_U4 z_crc_t;
410 typedef unsigned long z_crc_t;
Dzlib.h1748 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
/external/zlib/src/contrib/minizip/
Dcrypt.h35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) in decrypt_byte()
48 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) in update_keys()
65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys()
94 const z_crc_t* pcrc_32_tab, in crypthead()
Dunzip.c191 const z_crc_t* pcrc_32_tab;
Dzip.c160 const z_crc_t* pcrc_32_tab;
/external/zlib/
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));