OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FACTOR_SETS
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/fxbarcode/datamatrix/
BC_ErrorCorrection.cpp
30
const uint8_t
FACTOR_SETS
[] = {5, 7, 10, 11, 12, 14, 18, 20,
177
static const size_t kFactorTableNum = sizeof(
FACTOR_SETS
) / sizeof(int32_t);
179
while (table < kFactorTableNum &&
FACTOR_SETS
[table] != numECWords)
/external/zxing/core/
core.jar
Completed in 98 milliseconds