Home
last modified time | relevance | path

Searched refs:RandomUint64 (Results 1 – 13 of 13) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dint128_unittest.cc414 static uint64 RandomUint64() { in RandomUint64() function
424 const uint128 a(RandomUint64(), RandomUint64()); in TEST()
425 const uint128 b(RandomUint64(), RandomUint64()); in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Drandom_generator.h33 virtual uint64_t RandomUint64(uint64_t bound) = 0;
Dpseudo_random_generator.h34 uint64_t RandomUint64(uint64_t bound) override;
Dpseudo_random_generator.cpp31 uint64_t PseudoRandomGenerator::RandomUint64(uint64_t bound) { in RandomUint64() function in spvtools::fuzz::PseudoRandomGenerator
Dfuzzer_context.h429 return random_generator_->RandomUint64(UINT64_MAX); in GetRandomValueForStepConstantInLoop()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Drandom_generator.h33 virtual uint64_t RandomUint64(uint64_t bound) = 0;
Dpseudo_random_generator.h34 uint64_t RandomUint64(uint64_t bound) override;
Dpseudo_random_generator.cpp31 uint64_t PseudoRandomGenerator::RandomUint64(uint64_t bound) { in RandomUint64() function in spvtools::fuzz::PseudoRandomGenerator
Dfuzzer_context.h408 return random_generator_->RandomUint64(UINT64_MAX); in GetRandomValueForStepConstantInLoop()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Drandom_generator.h33 virtual uint64_t RandomUint64(uint64_t bound) = 0;
Dpseudo_random_generator.h34 uint64_t RandomUint64(uint64_t bound) override;
Dpseudo_random_generator.cpp31 uint64_t PseudoRandomGenerator::RandomUint64(uint64_t bound) { in RandomUint64() function in spvtools::fuzz::PseudoRandomGenerator
Dfuzzer_context.h408 return random_generator_->RandomUint64(UINT64_MAX); in GetRandomValueForStepConstantInLoop()