OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CalculateBCHCode
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.h
50
static int32_t
CalculateBCHCode
(int32_t code, int32_t poly);
BC_QRCoderMatrixUtil.cpp
247
int32_t CBC_QRCoderMatrixUtil::
CalculateBCHCode
(int32_t value, int32_t poly) {
272
int32_t bchCode =
CalculateBCHCode
(typeInfo, TYPE_INFO_POLY);
299
int32_t bchCode =
CalculateBCHCode
(version, VERSION_INFO_POLY);
Completed in 150 milliseconds