Home
last modified time | relevance | path

Searched defs:SEED (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/ringbuf/
Dlock_free_ring_buffer_test.cpp24 const uint64_t SEED = std::time(NULL); variable
26 const uint64_t SEED = 1234; variable
/arkcompiler/runtime_core/libpandabase/tests/ringbuf/
Dlock_free_ring_buffer_test.cpp24 const uint64_t SEED = std::time(NULL); variable
26 const uint64_t SEED = 1234; variable
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dregister32_test.cpp21 const uint64_t SEED = 0x1234; variable
Dcallconv32_test.cpp24 const uint64_t SEED = 0x1234; variable
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dregister64_test.cpp22 const uint64_t SEED = 0x1234; variable
Dcallconv64_test.cpp24 const uint64_t SEED = 0x1234; variable
/arkcompiler/runtime_core/compiler/tests/amd64/
Dregister64_test.cpp22 const uint64_t SEED = 0x1234; variable
Dcallconv64_test.cpp24 const uint64_t SEED = 0x1234; variable
/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp19 const uint64_t SEED = 0x1234; variable
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_operands.cpp19 const uint64_t SEED = 0x1234; variable
Dinst_generator_test.cpp168 static constexpr uint64_t SEED = 0x1234; member in ark::compiler::ArithGenerator
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp25 constexpr uint64_t SEED = 0x1234; variable