|
Motr
M0
|

Go to the source code of this file.
Macros | |
| #define | __MOTR_SNS_PARITY_OPS_H__ |
| #define | M0_PARITY_ZERO (0) |
| #define | M0_PARITY_GALOIS_W (8) |
Typedefs | |
| typedef int | m0_parity_elem_t |
Functions | |
| M0_INTERNAL m0_parity_elem_t | m0_parity_pow (m0_parity_elem_t x, m0_parity_elem_t p) |
| static m0_parity_elem_t | m0_parity_add (m0_parity_elem_t x, m0_parity_elem_t y) |
| static m0_parity_elem_t | m0_parity_sub (m0_parity_elem_t x, m0_parity_elem_t y) |
| static m0_parity_elem_t | m0_parity_mul (m0_parity_elem_t x, m0_parity_elem_t y) |
| static m0_parity_elem_t | m0_parity_div (m0_parity_elem_t x, m0_parity_elem_t y) |
| static m0_parity_elem_t | m0_parity_lt (m0_parity_elem_t x, m0_parity_elem_t y) |
| static m0_parity_elem_t | m0_parity_gt (m0_parity_elem_t x, m0_parity_elem_t y) |
| #define __MOTR_SNS_PARITY_OPS_H__ |
Definition at line 26 of file parity_ops.h.
| #define M0_PARITY_GALOIS_W (8) |
Definition at line 34 of file parity_ops.h.
| #define M0_PARITY_ZERO (0) |
Definition at line 33 of file parity_ops.h.
| typedef int m0_parity_elem_t |
Definition at line 36 of file parity_ops.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 74 of file parity_ops.h.
|
inlinestatic |
|
inlinestatic |
| M0_INTERNAL m0_parity_elem_t m0_parity_pow | ( | m0_parity_elem_t | x, |
| m0_parity_elem_t | p | ||
| ) |
Definition at line 30 of file parity_ops.c.


|
inlinestatic |