Home
last modified time | relevance | path

Searched refs:STA_NANO (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/include/lapi/
Dtimex.h22 #ifndef STA_NANO
23 # define STA_NANO 0x2000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtimex.h74 #define STA_NANO 0x2000 macro
79 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/third_party/musl/include/sys/
Dtimex.h74 #define STA_NANO 0x2000 macro
79 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/third_party/musl/ndk_musl_include/sys/
Dtimex.h74 #define STA_NANO 0x2000 macro
79 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtimex.h74 #define STA_NANO 0x2000 macro
79 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtimex.h74 #define STA_NANO 0x2000 macro
79 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
Dclock_adjtime01.c234 if (timex_get_field_uint(&saved, ADJ_STATUS) & STA_NANO) in cleanup()
Dclock_adjtime02.c239 if (timex_get_field_uint(&saved, ADJ_STATUS) & STA_NANO) in cleanup()