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:tv_sec
(Results
1 - 5
of
5
) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_musl_include/sys/
H
A
D
time.h
35
#define timerisset(t) ((t)->
tv_sec
|| (t)->tv_usec)
36
#define timerclear(t) ((t)->
tv_sec
= (t)->tv_usec = 0)
37
#define timercmp(s,t,op) ((s)->
tv_sec
== (t)->
tv_sec
? \
38
(s)->tv_usec op (t)->tv_usec : (s)->
tv_sec
op (t)->
tv_sec
)
39
#define timeradd(s,t,a) (void) ( (a)->
tv_sec
= (s)->
tv_sec
+ (t)->
tv_sec
, \
41
((a)->tv_usec -= 1000000, (a)->
tv_sec
[all...]
H
A
D
stat.h
25
#define st_atime st_atim.
tv_sec
26
#define st_mtime st_mtim.
tv_sec
27
#define st_ctime st_ctim.
tv_sec
H
A
D
procfs.h
27
long
tv_sec
, tv_usec;
member
/interface/sdk_c/third_party/musl/ndk_musl_include/
H
A
D
utmp.h
21
#define ut_time ut_tv.
tv_sec
/interface/sdk_c/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
346
long
tv_sec
;
member
1174
long
tv_sec
;
member
1179
int64_t
tv_sec
;
member
Completed in 5 milliseconds