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:NUMLOOPS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/network/tcp_cmds/ipneigh/
H
A
D
ipneigh01.sh
9
NUMLOOPS
=${
NUMLOOPS
:-50}
56
tst_res TINFO "stress auto-creation $entry_name cache entry deleted with '$CMD' $
NUMLOOPS
times"
58
for i in $(seq 1 $
NUMLOOPS
); do
81
"$(tst_hwaddr rhost)' $i/$
NUMLOOPS
"
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
H
A
D
rpc01.sh
11
NUMLOOPS
=${
NUMLOOPS
:-3}
39
while [ $cnt -le $
NUMLOOPS
]; do
/third_party/ltp/testcases/realtime/func/sched_jitter/
H
A
D
sched_jitter.c
54
#define
NUMLOOPS
1000000
macro
133
do_work(
NUMLOOPS
);
in thread_worker()
/third_party/ltp/testcases/kernel/sched/nptl/
H
A
D
nptl01.c
50
#define
NUMLOOPS
100000 /* # of loops */
macro
230
int numloops =
NUMLOOPS
;
in main()
Completed in 2 milliseconds