Home
last modified time | relevance | path

Searched defs:GetUInt32 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzzers/
H A Drandom_generator.cpp102 uint32_t RandomGenerator::GetUInt32(uint32_t lower, uint32_t upper) { in GetUInt32() function in spvtools::fuzzers::RandomGenerator
106 uint32_t RandomGenerator::GetUInt32(uint32_t bound) { in GetUInt32() function in spvtools::fuzzers::RandomGenerator
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzzers/
Drandom_generator.cpp102 uint32_t RandomGenerator::GetUInt32(uint32_t lower, uint32_t upper) { in GetUInt32() function in spvtools::fuzzers::RandomGenerator
106 uint32_t RandomGenerator::GetUInt32(uint32_t bound) { in GetUInt32() function in spvtools::fuzzers::RandomGenerator
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
H A Drandom_generator.cpp102 uint32_t RandomGenerator::GetUInt32(uint32_t lower, uint32_t upper) { in GetUInt32() function in spvtools::fuzzers::RandomGenerator
106 uint32_t RandomGenerator::GetUInt32(uint32_t bound) { in GetUInt32() function in spvtools::fuzzers::RandomGenerator
/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcfx_cttgsubtable.cpp178 uint32_t CFX_CTTGSUBTable::GetUInt32(const uint8_t*& p) const { in GetUInt32() function in CFX_CTTGSUBTable
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzfseDecoder.cpp58 HRESULT CDecoder::GetUInt32(UInt32 &val) in GetUInt32() function in NCompress::NLzfse::CDecoder
/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.cc209 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const { in GetUInt32() function in cricket::StunMessage