Inkscape
Vector Graphics Editor
|
TODO: insert short description here. More...
Go to the source code of this file.
Functions | |
static void | makeCrcTable () |
make the table for a fast CRC. | |
static unsigned int | bitReverse (unsigned int code, unsigned int nrBits) |
Variables | |
static bool | crc_table_ready = false |
static unsigned long | crc_table [256] |
LenBase | lenBases [] |
DistBase | distBases [] |
TODO: insert short description here.
Definition in file ziptool.cpp.
|
static |
Definition at line 1087 of file ziptool.cpp.
|
static |
make the table for a fast CRC.
Definition at line 135 of file ziptool.cpp.
References c, crc_table, and crc_table_ready.
Referenced by Crc32::reset().
|
static |
Definition at line 130 of file ziptool.cpp.
Referenced by makeCrcTable(), and Crc32::update().
|
static |
Definition at line 129 of file ziptool.cpp.
Referenced by makeCrcTable().
DistBase distBases[] |
Definition at line 1196 of file ziptool.cpp.
LenBase lenBases[] |
Definition at line 1154 of file ziptool.cpp.