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:MAX_ITERATIONS
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/testcases/kernel/sched/tool/
H
A
D
time-schedule.c
69
#define
MAX_ITERATIONS
1000
macro
76
static unsigned long compute_median(unsigned long values[
MAX_ITERATIONS
],
106
unsigned long diffs[
MAX_ITERATIONS
];
in main()
217
for (count = 0; count <
MAX_ITERATIONS
; ++count) {
in main()
260
(double)total_diffs / (double)
MAX_ITERATIONS
/ 20.0,
in main()
261
(double)(total_diffs - overhead *
MAX_ITERATIONS
) /
in main()
262
(double)
MAX_ITERATIONS
/ 20.0);
in main()
431
static unsigned long compute_median(unsigned long values[
MAX_ITERATIONS
],
in compute_median()
449
for (count = 0; count <
MAX_ITERATIONS
; ++count) {
in compute_median()
/third_party/node/test/sequential/
H
A
D
test-worker-fshandles-error-on-termination.js
9
const
MAX_ITERATIONS
= 5;
24
if (iter <
MAX_ITERATIONS
)
H
A
D
test-worker-fshandles-open-close-on-termination.js
9
const
MAX_ITERATIONS
= 5;
24
if (iter <
MAX_ITERATIONS
)
/third_party/node/test/parallel/
H
A
D
test-worker-http2-stream-terminate.js
14
const
MAX_ITERATIONS
= 5;
29
if (iter <
MAX_ITERATIONS
)
/third_party/ltp/testcases/kernel/syscalls/fork/
H
A
D
fork13.c
51
#define
MAX_ITERATIONS
1000000
macro
66
for (i = 0; i <
MAX_ITERATIONS
; i++) {
in check()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineCreationCacheControlTests.cpp
298
static constexpr size_t
MAX_ITERATIONS
= 4;
member
299
using IterationArray = ConstexprVector<Iteration,
MAX_ITERATIONS
>;
/third_party/node/deps/openssl/openssl/crypto/bn/
H
A
D
bn_gf2m.c
23
# define
MAX_ITERATIONS
50
macro
1080
} while (BN_is_zero(w) && (count <
MAX_ITERATIONS
));
in BN_GF2m_mod_solve_quad_arr()
/third_party/openssl/crypto/bn/
H
A
D
bn_gf2m.c
24
# define
MAX_ITERATIONS
50
macro
1075
} while (BN_is_zero(w) && (count <
MAX_ITERATIONS
));
in BN_GF2m_mod_solve_quad_arr()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineCreationCacheControlTests.cpp
298
static constexpr size_t
MAX_ITERATIONS
= 4;
member
299
using IterationArray = ConstexprVector<Iteration,
MAX_ITERATIONS
>;
Completed in 10 milliseconds