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:rand_r
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/radix-tree/
H
A
D
iteration_check.c
81
if (
rand_r
(&seeds[0]) % 50 == 0) {
in tagged_iteration_fn()
114
if (
rand_r
(&seeds[1]) % 50 == 0) {
in untagged_iteration_fn()
141
pgoff =
rand_r
(&seeds[2]) % MAX_IDX;
in remove_entries_fn()
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H
A
D
iteration_check.c
81
if (
rand_r
(&seeds[0]) % 50 == 0) {
in tagged_iteration_fn()
114
if (
rand_r
(&seeds[1]) % 50 == 0) {
in untagged_iteration_fn()
141
pgoff =
rand_r
(&seeds[2]) % MAX_IDX;
in remove_entries_fn()
/kernel/liteos_a/testsuites/unittest/libc/sys/smoke/
H
A
D
sys_test_006.cpp
41
x =
rand_r
(pseed);
in TestCase()
/test/xts/acts/kernel_lite/util_posix/src/
H
A
D
ActsUtilMathApiTest.cpp
158
* @tc.name test
rand_r
api
165
returnVal =
rand_r
(¶Val);
in HWTEST_F()
166
LOGD("
rand_r
returnVal:='%ld'\n", returnVal);
in HWTEST_F()
167
ASSERT_TRUE(returnVal >= 0 && returnVal <= RAND_MAX) << "ErrInfo:
rand_r
returnVal:='" << returnVal << "'";
in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
uuid.cpp
81
rand_r
(&randNum);
in RandomUUID()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
bt_uuid.cpp
40
rand_r
(&randNum);
in Random()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H
A
D
rdb_execute_rd_test.cpp
287
uint32_t intPart = (
rand_r
(&randomNumberSeed) % maxElementNum);
in GetRandVector()
289
uint32_t tenths = (
rand_r
(&randomNumberSeed) % 10); // 10是用来限制小数点后的数字不能超过10
in GetRandVector()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
stdlibndk.cpp
198
int randR_value =
rand_r
(&seed);
in RandR()
204
int randR_value =
rand_r
(&seed);
in RandR()
Completed in 8 milliseconds