Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_Base256Encoder.cpp79 int32_t pseudoRandom = ((149 * codewordPosition) % 255) + 1; in randomize255State() local
80 int32_t tempVariable = ch + pseudoRandom; in randomize255State()
DBC_HighLevelEncoder.cpp301 int32_t pseudoRandom = ((149 * codewordPosition) % 253) + 1; in randomize253State() local
302 int32_t tempVariable = ch + pseudoRandom; in randomize253State()