Home
last modified time | relevance | path

Searched refs:kHashDesiredMaxBytes (Results 1 – 4 of 4) sorted by relevance

/third_party/spirv-tools/test/fuzzers/
Drandom_generator.cpp122 static const int64_t kHashDesiredMaxBytes = 32; in CalculateSeed() local
128 std::min(hash_begin_i64 + kHashDesiredMaxBytes, size_i64); in CalculateSeed()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
Drandom_generator.cpp122 static const int64_t kHashDesiredMaxBytes = 32; in CalculateSeed() local
128 std::min(hash_begin_i64 + kHashDesiredMaxBytes, size_i64); in CalculateSeed()
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/
Drandom_generator.cpp122 static const int64_t kHashDesiredMaxBytes = 32; in CalculateSeed() local
128 std::min(hash_begin_i64 + kHashDesiredMaxBytes, size_i64); in CalculateSeed()
/third_party/skia/third_party/externals/tint/fuzzers/
Drandom_generator.cc113 static const int64_t kHashDesiredMaxBytes = 32; in CalculateSeed() local
118 auto hash_end_i64 = std::min(hash_begin_i64 + kHashDesiredMaxBytes, size_i64); in CalculateSeed()