Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SEED
(Results
1 - 16
of
16
) sorted by relevance
/arkcompiler/runtime_core/libpandabase/tests/ringbuf/
H
A
D
lock_free_ring_buffer_test.cpp
24
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
D
lock_free_ring_buffer_test.cpp
24
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
D
register32_test.cpp
21
const uint64_t
SEED
= 0x1234;
variable
27
static inline auto random_gen = std::mt19937_64(
SEED
);
H
A
D
callconv32_test.cpp
24
const uint64_t
SEED
= 0x1234;
variable
30
static inline auto random_gen = std::mt19937_64(
SEED
);
H
A
D
encoder32_test.cpp
52
const uint64_t
SEED
= 0x1234;
variable
58
static inline auto random_generator = std::mt19937_64(
SEED
);
/arkcompiler/runtime_core/compiler/tests/amd64/
H
A
D
register64_test.cpp
22
const uint64_t
SEED
= 0x1234;
variable
28
static inline auto random_gen = std::mt19937_64(
SEED
);
H
A
D
callconv64_test.cpp
24
const uint64_t
SEED
= 0x1234;
variable
30
static inline auto random_gen = std::mt19937_64(
SEED
);
H
A
D
encoder64_test.cpp
53
const uint64_t
SEED
= 0x1234;
variable
59
static inline auto random_generator = std::mt19937_64(
SEED
);
/arkcompiler/runtime_core/compiler/tests/aarch64/
H
A
D
register64_test.cpp
22
const uint64_t
SEED
= 0x1234;
variable
28
static inline auto random_gen = std::mt19937_64(
SEED
);
H
A
D
callconv64_test.cpp
24
const uint64_t
SEED
= 0x1234;
variable
30
static inline auto random_gen = std::mt19937_64(
SEED
);
H
A
D
encoder64_test.cpp
52
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
D
encoder_test_common.h
59
constexpr uint64_t
SEED
= 0x1234;
variable
66
inline auto g_randomGenerator = std::mt19937_64(
SEED
);
H
A
D
encoder_operands.cpp
19
const uint64_t
SEED
= 0x1234;
variable
26
static auto g_randomGen = std::mt19937_64(
SEED
);
H
A
D
inst_generator_test.cpp
168
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
D
encoder_operands.cpp
19
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
D
codegen_test_1.cpp
25
constexpr uint64_t
SEED
= 0x1234;
member
32
static auto g_randomGenerator = std::mt19937_64(
SEED
);
Completed in 21 milliseconds