Go to the source code of this file.
|
| unsigned int | pp_cksum32 (int nbuf, unsigned int nCRC) |
| |
| unsigned int | pp_cksum32but64len (long long int nbuf, unsigned int nCRC) |
| |
| unsigned long long int | pp_cksum64 (long long int nbuf, unsigned long long int nCRC) |
| |
| unsigned int | cksum32 (const char *buf, int nbuf, unsigned int nCRC) |
| |
| unsigned long long int | cksum64 (const char *buf, long long int nbuf, unsigned long long int nCRC) |
| |
| void | crc32_ (const void *vbuf, const int *pnbuf, unsigned int *pnCRC) |
| |
| void | crc64_ (const void *vbuf, const long long int *pnbuf, unsigned long long int *pnCRC) |
| |
◆ cksum32()
| unsigned int cksum32 |
( |
const char * |
buf, |
|
|
int |
nbuf, |
|
|
unsigned int |
nCRC |
|
) |
| |
Definition at line 72 of file crc.c.
◆ cksum64()
| unsigned long long int cksum64 |
( |
const char * |
buf, |
|
|
long long int |
nbuf, |
|
|
unsigned long long int |
nCRC |
|
) |
| |
Definition at line 81 of file crc.c.
◆ crc32_()
| void crc32_ |
( |
const void * |
vbuf, |
|
|
const int * |
pnbuf, |
|
|
unsigned int * |
pnCRC |
|
) |
| |
◆ crc64_()
| void crc64_ |
( |
const void * |
vbuf, |
|
|
const long long int * |
pnbuf, |
|
|
unsigned long long int * |
pnCRC |
|
) |
| |
◆ pp_cksum32()
| unsigned int pp_cksum32 |
( |
int |
nbuf, |
|
|
unsigned int |
nCRC |
|
) |
| |
Definition at line 93 of file crc.c.
◆ pp_cksum32but64len()
| unsigned int pp_cksum32but64len |
( |
long long int |
nbuf, |
|
|
unsigned int |
nCRC |
|
) |
| |
◆ pp_cksum64()
| unsigned long long int pp_cksum64 |
( |
long long int |
nbuf, |
|
|
unsigned long long int |
nCRC |
|
) |
| |