HomeSort by relevance Sort by last modified time
    Searched refs:ADJ_SETOFFSET (Results 1 - 7 of 7) sorted by null

  /external/strace/xlat/
adjtimex_modes.h 35 #if defined(ADJ_SETOFFSET) || (defined(HAVE_DECL_ADJ_SETOFFSET) && HAVE_DECL_ADJ_SETOFFSET)
36 XLAT(ADJ_SETOFFSET),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
timex.h 76 struct timeval time; /* (read only, except for ADJ_SETOFFSET) */
105 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time */
  /bionic/libc/kernel/uapi/linux/
timex.h 63 #define ADJ_SETOFFSET 0x0100
  /external/kernel-headers/original/uapi/linux/
timex.h 76 struct timeval time; /* (read only, except for ADJ_SETOFFSET) */
105 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time */
  /external/linux-kselftest/tools/testing/selftests/timers/
freq-step.c 36 #ifndef ADJ_SETOFFSET
37 #define ADJ_SETOFFSET 0x0100
92 txc.modes = ADJ_SETOFFSET;
valid-adjtimex.c 40 #define ADJ_SETOFFSET 0x0100
201 tmx.modes = ADJ_SETOFFSET;
236 tmx.modes = ADJ_SETOFFSET;
253 printf("Testing ADJ_SETOFFSET... ");
  /external/linux-kselftest/tools/testing/selftests/ptp/
testptp.c 43 #ifndef ADJ_SETOFFSET
44 #define ADJ_SETOFFSET 0x0100
306 tx.modes = ADJ_SETOFFSET;

Completed in 113 milliseconds