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
defs:tv_nsec
(Results
51 - 61
of
61
) sorted by relevance
1
2
3
/third_party/musl/porting/liteos_a/kernel/include/bits/
H
A
D
alltypes.h
285
struct timespec { time_t tv_sec; long
tv_nsec
; };
member
287
struct timespec64 { _Int64 tv_sec; _Int64
tv_nsec
; };
member
/third_party/python/Python/
H
A
D
pytime.c
461
_PyTime_t t,
tv_nsec
;
in pytime_fromtimespec()
local
832
_PyTime_t tv_sec,
tv_nsec
;
in pytime_as_timespec()
local
[all...]
/third_party/musl/porting/liteos_m/kernel/include/bits/
H
A
D
alltypes.h
223
struct timespec { time_t tv_sec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER==4321); long
tv_nsec
; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER!=4321); };
member
/third_party/musl/porting/liteos_m/user/include/bits/
H
A
D
alltypes.h
223
struct timespec { time_t tv_sec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER==4321); long
tv_nsec
; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER!=4321); };
member
/third_party/musl/porting/uniproton/kernel/include/bits/
H
A
D
alltypes.h
223
struct timespec { time_t tv_sec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER==4321); long
tv_nsec
; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER!=4321); };
member
/third_party/rust/crates/linux-raw-sys/gen/modules/
H
A
D
general.h
100
long long
tv_nsec
;
member
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asequencer.h
236
unsigned int
tv_nsec
; /* nanoseconds */
member
H
A
D
asound.h
511
__s32
tv_nsec
;
member
520
__s64
tv_nsec
;
member
759
__u32
tv_nsec
; /* nanoseconds */
member
/third_party/libuv/include/
H
A
D
uv.h
378
long
tv_nsec
;
member
383
int32_t
tv_nsec
;
member
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
347
long
tv_nsec
;
member
/third_party/node/deps/uv/include/
H
A
D
uv.h
349
long
tv_nsec
;
member
Completed in 22 milliseconds
1
2
3