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:time_step
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setitimer/
H
A
D
setitimer01.c
27
static long
time_step
;
variable
94
*
time_step
afterward the elapsed time to make sure that
in verify_setitimer()
97
margin = tc->which == ITIMER_REAL ? 0 :
time_step
;
in verify_setitimer()
151
time_step
= time_res.tv_nsec / 1000;
in setup()
152
if (
time_step
<= 0)
in setup()
153
time_step
= 1000;
in setup()
156
time_res.tv_nsec,
time_step
);
in setup()
158
time_sec = 9 +
time_step
/ 1000;
in setup()
159
time_usec = 3 *
time_step
;
in setup()
/third_party/glfw/examples/
H
A
D
wave.c
222
double
time_step
= dt * ANIMATION_SPEED;
in calc_grid()
local
244
vx[x][y] = vx[x][y] + ax[x][y] *
time_step
;
in calc_grid()
245
vy[x][y] = vy[x][y] + ay[x][y] *
time_step
;
in calc_grid()
256
p[x][y] = p[x][y] + (vx[x2][y] - vx[x][y] + vy[x][y2] - vy[x][y]) *
time_step
;
in calc_grid()
Completed in 2 milliseconds