centos man page for init_rs

Query: init_rs

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

INIT_RS(9)						     Public Functions Provided							INIT_RS(9)

NAME
init_rs - Find a matching or allocate a new rs control structure
SYNOPSIS
struct rs_control * init_rs(int symsize, int gfpoly, int fcr, int prim, int nroots);
ARGUMENTS
symsize the symbol size (number of bits) gfpoly the extended Galois field generator polynomial coefficients, with the 0th coefficient in the low order bit. The polynomial must be primitive; fcr the first consecutive root of the rs code generator polynomial in index form prim primitive element to generate polynomial roots nroots RS code generator polynomial degree (number of roots)
AUTHOR
Thomas Gleixner <tglx@linutronix.de> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 INIT_RS(9)
Related Man Pages
basis(7rheolef) - debian
gfshare(7) - debian
mlib_imagepolynomialwarptable(3mlib) - sunos
mlib_imagepolynomialwarp_fp(3mlib) - sunos
mlib_imagepolynomialwarptable(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
Monitors in Linux