HomeSort by relevance Sort by last modified time
    Searched full:timespec (Results 1 - 25 of 808) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/bench/
BenchSysTimer_posix.h 14 timespec fCpu;
15 timespec fWall;
BenchSysTimer_posix.cpp 6 static double intervalInMSec(const timespec start_clock
7 , const timespec end_clock)
23 timespec none = {0, 0};
29 timespec none = {0, 0};
35 timespec end_cpu;
37 timespec none = {0, 0};
44 timespec end_wall;
46 timespec none = {0, 0};
  /external/kernel-headers/original/linux/
time.h 12 struct timespec { struct
30 /* Parameters used to convert the timespec values: */
39 static inline int timespec_equal(struct timespec *a, struct timespec *b)
49 static inline int timespec_compare(struct timespec *lhs, struct timespec *rhs)
71 extern void set_normalized_timespec(struct timespec *ts, time_t sec, long nsec);
76 static inline struct timespec timespec_sub(struct timespec lhs,
77 struct timespec rhs
    [all...]
android_alarm.h 42 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec) // set alarm
43 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
45 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /bionic/libc/private/isc/
eventlib.h 60 struct timespec, struct timespec));
166 struct timespec evConsTime __P((time_t sec, long nsec));
167 struct timespec evAddTime __P((struct timespec, struct timespec));
168 struct timespec evSubTime __P((struct timespec, struct timespec));
169 struct timespec evNowTime __P((void))
    [all...]
  /system/extras/tests/timetest/
timetest.c 15 struct timespec t;
26 static struct timespec ts_sub(struct timespec a, struct timespec b)
28 struct timespec r;
42 static struct timespec ts_min(struct timespec a, struct timespec b)
50 static struct timespec ts_max(struct timespec a, struct timespec b
    [all...]
  /bionic/libc/netbsd/isc/
ev_timers.c 54 static void idle_timeout(evContext, void *, struct timespec, struct timespec);
61 struct timespec lastTouched;
62 struct timespec max_idle;
69 struct timespec
71 struct timespec x;
78 struct timespec
79 evAddTime(struct timespec addend1, struct timespec addend2) {
80 struct timespec x
    [all...]
  /bionic/libc/bionic/
pthread_internal.h 53 static __inline__ void timespec_add( struct timespec* a, const struct timespec* b )
63 static __inline__ void timespec_sub( struct timespec* a, const struct timespec* b )
73 static __inline__ void timespec_zero( struct timespec* a )
78 static __inline__ int timespec_is_zero( const struct timespec* a )
83 static __inline__ int timespec_cmp( const struct timespec* a, const struct timespec* b )
92 static __inline__ int timespec_cmp0( const struct timespec* a )
103 const struct timespec*,
    [all...]
  /bionic/libc/kernel/common/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /development/ndk/platforms/android-3/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /external/bluetooth/bluez/src/
ppoll.h 8 const struct timespec *timeout, const sigset_t *sigmask)
  /external/kernel-headers/original/asm-x86/
sockios.h 11 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sockios.h 11 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)

Completed in 1486 milliseconds

1 2 3 4 5 6 7 8 91011>>