OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZSWAP32
(Results
1 - 3
of
3
) sorted by null
/external/zlib/src/
crc32.c
123
crc_table[4][n] =
ZSWAP32
(c);
127
crc_table[k + 4][n] =
ZSWAP32
(c);
295
c =
ZSWAP32
((z_crc_t)crc);
319
return (unsigned long)(
ZSWAP32
(c));
zutil.h
250
#define
ZSWAP32
(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \
inflate.c
816
strm->adler = state->check =
ZSWAP32
(hold);
[
all
...]
Completed in 26 milliseconds