HomeSort by relevance Sort by last modified time
    Searched refs:STA_CLOCKERR (Results 51 - 54 of 54) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
timex.h 96 #define STA_CLOCKERR 0x1000
98 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
timex.h 96 #define STA_CLOCKERR 0x1000
98 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR)
  /external/kernel-headers/original/linux/
timex.h 176 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */
179 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
  /external/strace/
time.c 530 #ifdef STA_CLOCKERR
531 { STA_CLOCKERR, "STA_CLOCKERR" },

Completed in 2381 milliseconds

1 23