Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
altera-comp.c File Reference
#include <linux/kernel.h>
#include "altera-exprt.h"

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)
 

Macro Definition Documentation

#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.

Function Documentation

u32 altera_shrink ( u8 in,
u32  in_length,
u8 out,
u32  out_length,
s32  version 
)

Definition at line 80 of file altera-comp.c.