Home
last modified time | relevance | path

Searched refs:coefficientsLength (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp51 size_t coefficientsLength = coefficients->size(); in Init() local
52 if (coefficientsLength > 1 && coefficients->front() == 0) { in Init()
54 while (firstNonZero < coefficientsLength && in Init()
58 if (firstNonZero == coefficientsLength) { in Init()
61 m_coefficients.resize(coefficientsLength - firstNonZero); in Init()
62 for (size_t i = firstNonZero, j = 0; i < coefficientsLength; i++, j++) in Init()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...