|
Linux Kernel
3.7.1
|
#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) |
| #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.
Definition at line 106 of file gen_crc32table.c.
1.8.2