.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "CRC32INIT_LE" "9" "09 October 2005" "" "" .SH NAME crc32init_le \- allocate and initialize LE table data .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void crc32init_le ( \fIvoid\fB); \fR .SH "ARGUMENTS" .TP \fB\fIvoid\fB\fR no arguments .SH "DESCRIPTION" .PP .PP crc is the crc of the byte i; other entries are filled in based on the fact that crctable[i^j] = crctable[i] ^ crctable[j].