Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_Base256Encoder.cpp85 int32_t pseudoRandom = ((149 * codewordPosition) % 255) + 1; in randomize255State() local
86 int32_t tempVariable = ch + pseudoRandom; in randomize255State()
DBC_HighLevelEncoder.cpp319 int32_t pseudoRandom = ((149 * codewordPosition) % 253) + 1; in randomize253State() local
320 int32_t tempVariable = ch + pseudoRandom; in randomize253State()