This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | updcrc(cp, crc) ( crctab[((crc >> 8) & 255)] ^ (crc << 8) ^ cp) |
| #define | UPDC32(b, c) (cr3tab[((int)c ^ b) & 0xff] ^ ((c >> 8) & 0x00FFFFFF)) |
Variables | |
| static unsigned short | crctab [256] |
| static long | cr3tab [] |
|
|
Definition at line 137 of file crctab.c. Referenced by zrbhdr32(), zrdat32(), zsbh32(), zsda32(), and zsendfile(). |
|
|
|
|
|
|
|
|
|
1.4.6