Home
last modified time | relevance | path

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

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