/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)
|
ktime.h | 36 * On 32-bit CPUs an optimized representation of the timespec structure 99 /* convert a timespec to ktime_t format: */ 100 static inline ktime_t timespec_to_ktime(struct timespec ts) 111 /* Map the ktime_t to timespec conversion to ns_to_timespec function */ 123 * Helper macros/inlines to get the ktime_t math right in the timespec 197 * timespec_to_ktime - convert a timespec to ktime_t format 198 * @ts: the timespec variable to convert 200 * Returns a ktime_t variable with the converted timespec value 202 static inline ktime_t timespec_to_ktime(const struct timespec ts) 221 * ktime_to_timespec - convert a ktime_t variable to timespec forma [all...] |
/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)
|
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
/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)
|
/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);
|