Home
last modified time | relevance | path

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

/third_party/freetype/src/psaux/
Dpsread.c64 randomValue() in randomValue() function
91 return *(buf->ptr)++ + randomValue(); in cf2_buf_readByte()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsread.c64 randomValue() in randomValue() function
91 return *(buf->ptr)++ + randomValue(); in cf2_buf_readByte()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsread.c64 randomValue() in randomValue() function
91 return *(buf->ptr)++ + randomValue(); in cf2_buf_readByte()
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DParseRawPrimitivesBenchmark.cs443 ulong randomValue = BinaryPrimitives.ReadUInt64LittleEndian(randomBytesBuffer); in RandomUnsignedVarint()
447 result = randomValue & bitmask; in RandomUnsignedVarint()
/third_party/vk-gl-cts/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()