Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
gen_crc32table.c File Reference
#include <stdio.h>
#include "../include/generated/autoconf.h"
#include "crc32defs.h"
#include <inttypes.h>

Go to the source code of this file.

Macros

#define ENTRIES_PER_LINE   4
 
#define LE_TABLE_ROWS   (CRC_LE_BITS/8)
 
#define LE_TABLE_SIZE   256
 
#define BE_TABLE_ROWS   (CRC_BE_BITS/8)
 
#define BE_TABLE_SIZE   256
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

#define BE_TABLE_ROWS   (CRC_BE_BITS/8)

Definition at line 17 of file gen_crc32table.c.

#define BE_TABLE_SIZE   256

Definition at line 18 of file gen_crc32table.c.

#define ENTRIES_PER_LINE   4

Definition at line 6 of file gen_crc32table.c.

#define LE_TABLE_ROWS   (CRC_LE_BITS/8)

Definition at line 9 of file gen_crc32table.c.

#define LE_TABLE_SIZE   256

Definition at line 10 of file gen_crc32table.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 106 of file gen_crc32table.c.