OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:z_crc_t
(Results
1 - 9
of
9
) sorted by null
/external/zlib/src/
crc32.c
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;
94
z_crc_t
poly; /* polynomial exclusive-or pattern */
108
poly |= (
z_crc_t
)1 << (31 - p[n]);
112
c = (
z_crc_t
)n;
149
fprintf(out, "local const
z_crc_t
FAR ");
169
const
z_crc_t
FAR *table;
190
const
z_crc_t
FAR * ZEXPORT get_crc_table()
196
return (const
z_crc_t
FAR *)crc_table
[
all
...]
zconf.h
406
typedef Z_U4
z_crc_t
;
typedef
408
typedef unsigned long
z_crc_t
;
typedef
zconf.h.cmakein
408
typedef Z_U4
z_crc_t
;
410
typedef unsigned long
z_crc_t
;
zconf.h.in
406
typedef Z_U4
z_crc_t
;
408
typedef unsigned long
z_crc_t
;
zlib.h
[
all
...]
crc32.h
5
local const
z_crc_t
FAR crc_table[TBLS][256] =
/external/zlib/src/contrib/minizip/
crypt.h
35
static int decrypt_byte(unsigned long* pkeys, const
z_crc_t
* pcrc_32_tab)
48
static int update_keys(unsigned long* pkeys,const
z_crc_t
* pcrc_32_tab,int c)
65
static void init_keys(const char* passwd,unsigned long* pkeys,const
z_crc_t
* pcrc_32_tab)
94
const
z_crc_t
* pcrc_32_tab,
unzip.c
191
const
z_crc_t
* pcrc_32_tab;
[
all
...]
zip.c
160
const
z_crc_t
* pcrc_32_tab;
[
all
...]
Completed in 160 milliseconds