Home
last modified time | relevance | path

Searched refs:SEED (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/ringbuf/
H A Dlock_free_ring_buffer_test.cpp24 const uint64_t SEED = std::time(NULL); member
26 const uint64_t SEED = 1234; member
56 srand(SEED); in TEST()
98 srand(SEED); in TEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/ringbuf/
H A Dlock_free_ring_buffer_test.cpp24 const uint64_t SEED = std::time(NULL); member
26 const uint64_t SEED = 1234; member
58 srand(SEED); in TEST()
102 srand(SEED); in TEST()
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dregister32_test.cpp21 const uint64_t SEED = 0x1234; variable
27 static inline auto random_gen = std::mt19937_64(SEED);
H A Dcallconv32_test.cpp24 const uint64_t SEED = 0x1234; variable
30 static inline auto random_gen = std::mt19937_64(SEED);
H A Dencoder32_test.cpp52 const uint64_t SEED = 0x1234; variable
58 static inline auto random_generator = std::mt19937_64(SEED);
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dregister64_test.cpp22 const uint64_t SEED = 0x1234; variable
28 static inline auto random_gen = std::mt19937_64(SEED);
H A Dcallconv64_test.cpp24 const uint64_t SEED = 0x1234; variable
30 static inline auto random_gen = std::mt19937_64(SEED);
H A Dencoder64_test.cpp53 const uint64_t SEED = 0x1234; variable
59 static inline auto random_generator = std::mt19937_64(SEED);
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dregister64_test.cpp22 const uint64_t SEED = 0x1234; variable
28 static inline auto random_gen = std::mt19937_64(SEED);
H A Dcallconv64_test.cpp24 const uint64_t SEED = 0x1234; variable
30 static inline auto random_gen = std::mt19937_64(SEED);
H A Dencoder64_test.cpp52 const uint64_t SEED = 0x1234; variable
59 static inline auto random_generator = std::mt19937_64(SEED);
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dencoder_test_common.h59 constexpr uint64_t SEED = 0x1234; variable
66 inline auto g_randomGenerator = std::mt19937_64(SEED);
H A Dencoder_operands.cpp19 const uint64_t SEED = 0x1234; variable
26 static auto g_randomGen = std::mt19937_64(SEED);
H A Dinst_generator_test.cpp168 static constexpr uint64_t SEED = 0x1234; member in ark::ark::compiler::ArithGenerator
184 static auto randomGen = std::mt19937_64(SEED); // NOLINT(cert-msc51-cpp) in GetRandomData()
579 ASSERT_PRINT(param2 != 0U, "If you got this assert, you may change SEED"); in DoLogic()
583 ASSERT_PRINT(param2 != 0U, "If you got this assert, you may change SEED"); in DoLogic()
/arkcompiler/runtime_core/compiler/tests/
H A Dencoder_operands.cpp19 const uint64_t SEED = 0x1234; variable
25 static inline auto random_gen = std::mt19937_64(SEED);
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
H A Dcodegen_test_1.cpp25 constexpr uint64_t SEED = 0x1234; member
32 static auto g_randomGenerator = std::mt19937_64(SEED);

Completed in 21 milliseconds