Go to the source code of this file.
◆ __crc32_h
| #define __crc32_h /* identifies this source module */ |
◆ CRC32
| #define CRC32 |
( |
| c, |
|
|
| b, |
|
|
| crctab ) |
Value:(crctab[((
int)(
c) ^ (
b)) & 0xff] ^ ((
c) >> 8))
return c
Definition crypt.c:175
typedef int(UZ_EXP MsgFn)()
◆ CRC32UPD
| #define CRC32UPD |
( |
| c, |
|
|
| crctab ) |
Value:(crctab[((
int)(
c)) & 0xff] ^ ((
c) >> 8))
◆ CRC_32_TAB
| #define CRC_32_TAB crc_32_tab |
◆ OF
Value:
uint8_t a
Definition Spc_Cpu.h:141
◆ REV_BE
Value:
UINT_D64 w
Definition inflate.c:942
◆ ZCONST
◆ OF() [1/2]
◆ OF() [2/2]