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 - 6
of
6
) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
virtual_runtime.h
163
size_t
seed
= 0;
in operator ()()
local
165
seed
^= hasher(key.ip) + 0x9e3779b9 + (
seed
<< 6) + (
seed
>> 2);
in operator ()()
166
seed
^= hasher(key.filePathId) + 0x9e3779b9 + (
seed
<< 6) + (
seed
>> 2);
in operator ()()
167
return
seed
;
in operator ()()
/developtools/profiler/device/plugins/native_hook/include/
H
A
D
sampling.h
52
randomEngine_.
seed
(cnt);
in SetRandomEngineSeed()
/developtools/profiler/device/plugins/native_hook/test/
H
A
D
hook_test.c
209
unsigned int
seed
= (unsigned int)tv;
in ThreadFuncC()
local
211
randNum = rand_r(&
seed
) % TEST_BRANCH_NUM;
in ThreadFuncC()
H
A
D
malloc_test.cpp
222
unsigned int
seed
= static_cast<unsigned int>(tv);
in ThreadFuncC()
local
225
randNum = rand_r(&
seed
) % testBranchNum;
in ThreadFuncC()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H
A
D
stack_writer_test.cpp
105
unsigned int
seed
= (unsigned int)tv;
in RandData()
local
107
data[size] = rand_r(&
seed
) / (uint8_t)(-1);
in RandData()
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
46997
u32 *
seed
;
member
59337
int (*
seed
)(struct crypto_rng *, const u8 *, unsigned int);
global()
member
60525
sector_t
seed
;
global()
member
122571
struct device *
seed
;
global()
member
[all...]
Completed in 421 milliseconds