HomeSort by relevance Sort by last modified time
    Searched refs:getUint64 (Results 1 - 11 of 11) sorted by null

  /external/deqp/framework/common/
tcuRandomValueIterator.hpp 51 template <> inline deUint64 getRandomValue<deUint64> (de::Random& rnd) { return rnd.getUint64(); }
55 template <> inline deInt64 getRandomValue<deInt64> (de::Random& rnd) { return (deInt64)rnd.getUint64(); }
  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go 55 // standard and make getUint64 suitable for marshaling these values, the bits
111 getUint64(key[:8]),
112 getUint64(key[8:]),
282 y.low ^= getUint64(blocks)
283 y.high ^= getUint64(blocks[8:])
389 func getUint64(data []byte) uint64 {
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go 55 // standard and make getUint64 suitable for marshaling these values, the bits
111 getUint64(key[:8]),
112 getUint64(key[8:]),
282 y.low ^= getUint64(blocks)
283 y.high ^= getUint64(blocks[8:])
389 func getUint64(data []byte) uint64 {
  /external/deqp/framework/delibs/decpp/
deRandom.cpp 78 // getUint64()
84 DE_TEST_ASSERT(expected[i] == rnd.getUint64());
deRandom.hpp 52 deUint64 getUint64 (void) { deUint32 upper = getUint32(); return (deUint64)upper << 32ull | (deUint64)getUint32(); }
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 595 const size_t pos = (size_t)(rng.getUint64() % (deUint64)m_range.size);
608 const size_t pos = (size_t)(rng.getUint64() % (deUint64)m_range.size);
622 const size_t pos = (size_t)(rng.getUint64() % (deUint64)m_range.size);
638 ? atomSize * (1 + (VkDeviceSize)(rng.getUint64() % (deUint64)maxSizeInAtoms))
647 ? atomSize * (VkDeviceSize)(rng.getUint64() % (deUint64)(maxOffsetInAtoms + 1))
    [all...]
vktMemoryAllocationTests.cpp 442 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize);
vktMemoryPipelineBarrierTests.cpp     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 182 bool getUint64(uint64_t &Result);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 969 milliseconds