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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/bench/
BenchSysTimer_posix.h 21 timespec fCpu;
22 timespec fWall;
BenchSysTimer_posix.cpp 13 static double intervalInMSec(const timespec start_clock
14 , const timespec end_clock)
30 timespec none = {0, 0};
36 timespec none = {0, 0};
42 timespec end_cpu;
44 timespec none = {0, 0};
51 timespec end_wall;
53 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/bionic/
pthread_internal.h 74 static __inline__ void timespec_add( struct timespec* a, const struct timespec* b )
84 static __inline__ void timespec_sub( struct timespec* a, const struct timespec* b )
94 static __inline__ void timespec_zero( struct timespec* a )
99 static __inline__ int timespec_is_zero( const struct timespec* a )
104 static __inline__ int timespec_cmp( const struct timespec* a, const struct timespec* b )
113 static __inline__ int timespec_cmp0( const struct timespec* a )
124 const struct timespec*,
    [all...]
  /external/webrtc/src/system_wrappers/source/
sleep.cc 28 struct timespec short_wait;
29 struct timespec remainder;
  /system/extras/tests/include/
testUtil.h 28 struct timespec double2ts(double amt);
30 double ts2double(const struct timespec *val);
32 struct timespec tsDelta(const struct timespec *first,
33 const struct timespec *second);
  /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/private/
bionic_futex.h 35 extern int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
39 extern int __futex_syscall4(volatile void *ftx, int op, int val, const struct timespec *timeout);
57 extern int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout);
  /bionic/libc/kernel/common/linux/
android_alarm.h 46 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
47 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
49 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
50 #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)
  /hardware/ril/librilutils/
librilutils.c 21 struct timespec now;
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/5/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)
  /prebuilts/ndk/6/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)
  /prebuilts/ndk/6/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/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)

Completed in 471 milliseconds

1 2 3 4 5 6 7 8 91011>>