OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coefficientsLength
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp
45
int32_t
coefficientsLength
= coefficients->GetSize();
46
if ((
coefficientsLength
> 1 && (*coefficients)[0] == 0)) {
48
while ((firstNonZero <
coefficientsLength
) &&
52
if (firstNonZero ==
coefficientsLength
) {
55
m_coefficients.SetSize(
coefficientsLength
- firstNonZero);
56
for (int32_t i = firstNonZero, j = 0; i <
coefficientsLength
; i++, j++) {
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECModulusPoly.cpp
34
int32_t
coefficientsLength
= coefficients.GetSize();
35
if (
coefficientsLength
> 1 && coefficients[0] == 0) {
37
while (firstNonZero <
coefficientsLength
&&
41
if (firstNonZero ==
coefficientsLength
) {
44
m_coefficients.SetSize(
coefficientsLength
- firstNonZero);
/external/zxing/core/
core.jar
Completed in 47 milliseconds