Home
last modified time | relevance | path

Searched refs:kSeed (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
H A Dhash_utils.h20 static constexpr unsigned int kSeed = 0xABCDEF98; in ComputeGenericHash() local
25 return XXH64(key, keySize, kSeed); in ComputeGenericHash()
27 return XXH32(key, keySize, kSeed); in ComputeGenericHash()
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dhash.cc47 ABSL_CONST_INIT const void* const MixingHashState::kSeed = &kSeed; member in absl::hash_internal::MixingHashState
H A Dhash.h909 return static_cast<uint64_t>(reinterpret_cast<uintptr_t>(&kSeed)); in Seed()
913 return static_cast<uint64_t>(reinterpret_cast<uintptr_t>(kSeed)); in Seed()
916 static const void* const kSeed; member in absl::hash_internal::MixingHashState
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc58 constexpr int kSeed = 23; in GenerateValues() local
59 return GenerateValuesWithSeed<V>(n, 4 * n, kSeed); in GenerateValues()
256 constexpr int kSeed = 5; in BM_QueueAddRem() local
257 std::mt19937_64 rand(kSeed); in BM_QueueAddRem()
314 constexpr int kSeed = 7; in BM_MixedAddRem() local
315 std::mt19937_64 rand(kSeed); in BM_MixedAddRem()
/third_party/skia/tests/
H A DStreamTest.cpp379 const static int kSeed = 1234; in DEF_TEST() local
380 SkRandom valueSource(kSeed); in DEF_TEST()
381 SkRandom rand(kSeed << 1); in DEF_TEST()
398 valueSource.setSeed(kSeed); // reseed. in DEF_TEST()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_utils.cpp380 const uint32 kSeed = 1; in dng_dither() local
386 uint32 seed = kSeed; in dng_dither()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp1420 constexpr deUint32 kSeed = 1621260419u; in createDrawMultiExtTests() local
1498 kSeed, // deUint32 seed; in createDrawMultiExtTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultiExtTests.cpp1418 constexpr deUint32 kSeed = 1621260419u; in createDrawMultiExtTests() local
1496 kSeed, // deUint32 seed; in createDrawMultiExtTests() local
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc788 constexpr int kSeed = 123; in TEST() local
793 testing::internal::Random random(kSeed); in TEST()
798 random.Reseed(kSeed); in TEST()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc420 static constexpr size_t kSeed = 0; in HashIsolateForEmbeddedBlob() local
421 size_t hash = kSeed; in HashIsolateForEmbeddedBlob()

Completed in 29 milliseconds