|
QDP++
|
Go to the source code of this file.
Namespaces | |
| namespace | QDPUtil |
Macros | |
| #define | Z_NULL 0 /* for initializing zalloc, zfree, opaque */ |
| #define | local static |
| #define | DO1(buf) |
| #define | DO2(buf) |
| #define | DO4(buf) |
| #define | DO8(buf) |
Typedefs | |
| typedef n_uint32_t | QDPUtil::uLong |
| typedef unsigned char | QDPUtil::Byte |
| typedef uLong | QDPUtil::uLongf |
Functions | |
| static uLongf * | QDPUtil::get_crc_table () |
| n_uint32_t | QDPUtil::crc32 (n_uint32_t crc, const unsigned char *buf, size_t len) |
| crc32 | |
| n_uint32_t | QDPUtil::crc32 (n_uint32_t crc, const char *buf, size_t len) |
| crc32 | |
Variables | |
| local uLongf | QDPUtil::crc_table [256] |
| #define DO1 | ( | buf | ) |
Definition at line 178 of file qdp_crc32.cc.
Referenced by QDPUtil::crc32().
| #define DO2 | ( | buf | ) |
Definition at line 179 of file qdp_crc32.cc.
| #define DO4 | ( | buf | ) |
Definition at line 180 of file qdp_crc32.cc.
| #define DO8 | ( | buf | ) |
| #define local static |
Definition at line 51 of file qdp_crc32.cc.
Referenced by QDP::get_global(), and QDP::get_global().
| #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ |
Definition at line 49 of file qdp_crc32.cc.
Referenced by QDPUtil::crc32().