OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CBC_ErrorCorrection
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_ErrorCorrection.h
10
class
CBC_ErrorCorrection
{
12
CBC_ErrorCorrection
();
13
virtual ~
CBC_ErrorCorrection
();
BC_ErrorCorrection.cpp
28
int32_t
CBC_ErrorCorrection
::FACTOR_SETS[] = {5, 7, 10, 11, 12, 14, 18, 20,
30
int32_t
CBC_ErrorCorrection
::FACTORS[][100] = {
67
int32_t
CBC_ErrorCorrection
::MODULO_VALUE = 0x12D;
68
int32_t
CBC_ErrorCorrection
::LOG[256] = {0};
69
int32_t
CBC_ErrorCorrection
::ALOG[256] = {0};
70
void
CBC_ErrorCorrection
::Initialize() {
81
void
CBC_ErrorCorrection
::Finalize() {}
82
CBC_ErrorCorrection
::
CBC_ErrorCorrection
() {}
83
CBC_ErrorCorrection
::~CBC_ErrorCorrection() {}
[
all
...]
Completed in 93 milliseconds