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:ADJ_NANO
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/include/lapi/
H
A
D
timex.h
18
#ifndef
ADJ_NANO
19
# define
ADJ_NANO
0x2000
macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
timex.h
41
#define
ADJ_NANO
0x2000
macro
56
#define MOD_NANO
ADJ_NANO
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
timex.h
41
#define
ADJ_NANO
0x2000
macro
56
#define MOD_NANO
ADJ_NANO
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
timex.h
41
#define
ADJ_NANO
0x2000
macro
56
#define MOD_NANO
ADJ_NANO
/third_party/musl/include/sys/
H
A
D
timex.h
41
#define
ADJ_NANO
0x2000
macro
56
#define MOD_NANO
ADJ_NANO
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H
A
D
clock_adjtime01.c
52
* ro STA_NANO - 0 = us, 1 = ns (set =
ADJ_NANO
, cl = ADJ_MICRO)
214
if (timex_get_field_uint(&saved, ADJ_MODES) &
ADJ_NANO
) {
in setup()
235
modes |=
ADJ_NANO
;
in cleanup()
H
A
D
clock_adjtime02.c
53
* ro STA_NANO - 0 = us, 1 = ns (set =
ADJ_NANO
, cl = ADJ_MICRO)
240
modes |=
ADJ_NANO
;
in cleanup()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H
A
D
mod.rs
647
pub const
ADJ_NANO
: ::c_uint = 0x2000;
consts
661
pub const MOD_NANO: ::c_uint =
ADJ_NANO
;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H
A
D
mod.rs
1045
pub const
ADJ_NANO
: ::c_uint = 0x2000;
consts
1059
pub const MOD_NANO: ::c_uint =
ADJ_NANO
;
Completed in 7 milliseconds