Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsread.c64 randomValue() in randomValue() function
91 return *(buf->ptr)++ + randomValue(); in cf2_buf_readByte()
/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp760 … const deUint32 randomValue = *(const deInt32*)((const deUint8*)inputs + inputStride*groupOffset); in verify() local
761 const deUint32 expected0 = randomValue ^ 0u; in verify()
762 const deUint32 expected1 = randomValue ^ ~0u; in verify()