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_TIMECONST
(Results
1 - 12
of
12
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H
A
D
adjtimex.c
35
tx.constant =
ADJ_TIMECONST
;
in adjtimex_0100()
63
tx.constant =
ADJ_TIMECONST
;
in adjtimex_time64_0100()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
timex.h
37
#define
ADJ_TIMECONST
0x0020
macro
51
#define MOD_TIMECONST
ADJ_TIMECONST
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
timex.h
37
#define
ADJ_TIMECONST
0x0020
macro
51
#define MOD_TIMECONST
ADJ_TIMECONST
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
timex.h
37
#define
ADJ_TIMECONST
0x0020
macro
51
#define MOD_TIMECONST
ADJ_TIMECONST
/third_party/musl/include/sys/
H
A
D
timex.h
37
#define
ADJ_TIMECONST
0x0020
macro
51
#define MOD_TIMECONST
ADJ_TIMECONST
/third_party/ltp/include/lapi/
H
A
D
timex.h
11
ADJ_ESTERROR | ADJ_STATUS |
ADJ_TIMECONST
| \
/third_party/ltp/testcases/kernel/syscalls/adjtimex/
H
A
D
adjtimex01.c
13
ADJ_STATUS |
ADJ_TIMECONST
| ADJ_TICK)
H
A
D
adjtimex02.c
27
ADJ_STATUS |
ADJ_TIMECONST
| ADJ_TICK)
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H
A
D
clock_adjtime.h
187
case
ADJ_TIMECONST
: \
H
A
D
clock_adjtime01.c
28
* -
ADJ_TIMECONST
- PLL stiffness (jitter dependent) + poll int for PLL
97
.modes =
ADJ_TIMECONST
,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H
A
D
mod.rs
643
pub const
ADJ_TIMECONST
: ::c_uint = 0x0020;
consts
656
pub const MOD_TIMECONST: ::c_uint =
ADJ_TIMECONST
;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H
A
D
mod.rs
1041
pub const
ADJ_TIMECONST
: ::c_uint = 0x0020;
consts
1054
pub const MOD_TIMECONST: ::c_uint =
ADJ_TIMECONST
;
Completed in 8 milliseconds