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:tW
(Results
1 - 2
of
2
) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/net/
H
A
D
ping.c
98
long long tnext,
tW
, tnow, tw;
in ping_main()
local
190
tW
= tw = 0;
in ping_main()
201
if (
tW
) {
in ping_main()
202
if (0>=(waitms =
tW
-tnow) || !(TT.sent-TT.recv)) break;
in ping_main()
203
waitms =
tW
-tnow;
in ping_main()
211
if (!
tW
&& tnext-tnow <= 0) {
in ping_main()
228
tW
= tnow + TT.W*1000;
in ping_main()
234
if (!
tW
&& waitms>tnext-tnow) waitms = tnext-tnow;
in ping_main()
/third_party/toybox/toys/net/
H
A
D
ping.c
121
long long tnext,
tW
, tnow, tw;
in ping_main()
local
212
tW
= tw = 0;
in ping_main()
235
if (
tW
) {
in ping_main()
236
if (0>=(waitms =
tW
-tnow) || !(TT.sent-TT.recv)) break;
in ping_main()
237
waitms =
tW
-tnow;
in ping_main()
245
if (!
tW
&& tnext-tnow <= 0) {
in ping_main()
261
tW
= tnow + TT.W*1000;
in ping_main()
267
if (!
tW
&& waitms>tnext-tnow) waitms = tnext-tnow;
in ping_main()
Completed in 2 milliseconds