Home
last modified time | relevance | path

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

/external/angle/src/tests/perf_tests/
DTextureSampling.cpp203 unsigned int pseudoRandom = 1u; in initTextures() local
206 pseudoRandom = pseudoRandom * 1664525u + 1013904223u; in initTextures()
207 randomTextureData[i] = pseudoRandom; in initTextures()
/external/pdfium/fxbarcode/datamatrix/
DBC_Base256Encoder.cpp33 int32_t pseudoRandom = ((149 * position) % 255) + 1; in Randomize255State() local
34 int32_t tempVariable = ch + pseudoRandom; in Randomize255State()
DBC_HighLevelEncoder.cpp62 int32_t pseudoRandom = ((149 * codewordPosition) % 253) + 1; in Randomize253State() local
63 int32_t tempVariable = ch + pseudoRandom; in Randomize253State()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...