|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | SHORT_BITS 16 |
| #define | CHAR_BITS 8 |
| #define | DATA_BLOB_LENGTH 3 |
| #define | MATCH_DATA_LENGTH 8192 |
| #define | ALTERA_REQUEST_SIZE 1024 |
| #define | ALTERA_BUFFER_SIZE (MATCH_DATA_LENGTH + ALTERA_REQUEST_SIZE) |
Functions | |
| u32 | altera_shrink (u8 *in, u32 in_length, u8 *out, u32 out_length, s32 version) |
| #define ALTERA_BUFFER_SIZE (MATCH_DATA_LENGTH + ALTERA_REQUEST_SIZE) |
Definition at line 34 of file altera-comp.c.
| #define ALTERA_REQUEST_SIZE 1024 |
Definition at line 33 of file altera-comp.c.
| #define CHAR_BITS 8 |
Definition at line 30 of file altera-comp.c.
| #define DATA_BLOB_LENGTH 3 |
Definition at line 31 of file altera-comp.c.
| #define MATCH_DATA_LENGTH 8192 |
Definition at line 32 of file altera-comp.c.
| #define SHORT_BITS 16 |
Definition at line 29 of file altera-comp.c.
1.8.2