Searched refs:pseudoRandom (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fxbarcode/datamatrix/
H A DBC_Base256Encoder.cpp80 int32_t pseudoRandom = ((149 * codewordPosition) % 255) + 1; local
81 int32_t tempVariable = ch + pseudoRandom;
H A DBC_HighLevelEncoder.cpp317 int32_t pseudoRandom = ((149 * codewordPosition) % 253) + 1; local
318 int32_t tempVariable = ch + pseudoRandom;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 77 milliseconds