Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
encode_rs.c File Reference

Go to the source code of this file.

Functions

 if (pad< 0||pad >=nn)
 

Variables

int nn = rs->nn
 
int nroots = rs->nroots
 
uint16_talpha_to = rs->alpha_to
 
uint16_tindex_of = rs->index_of
 
uint16_tgenpoly = rs->genpoly
 
uint16_t fb
 
uint16_t msk = (uint16_t) rs->nn
 
 pad = nn - nroots - len
 
 return
 

Function Documentation

if ( pad< 0||pad = nn)

Definition at line 32 of file encode_rs.c.

Variable Documentation

uint16_t* alpha_to = rs->alpha_to

Definition at line 24 of file encode_rs.c.

Definition at line 27 of file encode_rs.c.

uint16_t* genpoly = rs->genpoly

Definition at line 26 of file encode_rs.c.

uint16_t* index_of = rs->index_of

Definition at line 25 of file encode_rs.c.

uint16_t msk = (uint16_t) rs->nn

Definition at line 28 of file encode_rs.c.

int nn = rs->nn

Definition at line 22 of file encode_rs.c.

int nroots = rs->nroots

Definition at line 23 of file encode_rs.c.

pad = nn - nroots - len

Definition at line 31 of file encode_rs.c.

return

Definition at line 53 of file encode_rs.c.