/external/bison/lib/ |
D | time.in.h | 72 # undef timespec 73 # define timespec rpl_timespec 74 struct timespec 110 (struct timespec const *__rqtp, struct timespec *__rmtp) 113 (struct timespec const *__rqtp, struct timespec *__rmtp)); 117 (struct timespec const *__rqtp, struct timespec *__rmtp) 121 (struct timespec const *__rqtp, struct timespec *__rmtp));
|
D | sys_stat.in.h | 396 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2])); 397 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2])); 400 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2])); 402 _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2])); 701 struct timespec const times[2], int flag) 704 struct timespec const times[2], int flag)); 708 struct timespec const times[2], int flag) 712 struct timespec const times[2], int flag));
|
/external/tlsdate/src/compat/ |
D | clock.h | 34 struct timespec tp; 40 struct timespec tp; 42 struct timespec tp; 44 struct timespec tp; 46 struct timespec tp; 48 struct timespec tp;
|
/external/bison/darwin-lib/ |
D | time.h | 384 # undef timespec 385 # define timespec rpl_timespec macro 386 struct timespec struct 422 (struct timespec const *__rqtp, struct timespec *__rmtp) 425 (struct timespec const *__rqtp, struct timespec *__rmtp)); 429 (struct timespec const *__rqtp, struct timespec *__rmtp) 433 (struct timespec const *__rqtp, struct timespec *__rmtp));
|
/external/bison/linux-lib/ |
D | time.h | 384 # undef timespec 385 # define timespec rpl_timespec macro 386 struct timespec struct 422 (struct timespec const *__rqtp, struct timespec *__rmtp) 425 (struct timespec const *__rqtp, struct timespec *__rmtp)); 429 (struct timespec const *__rqtp, struct timespec *__rmtp) 433 (struct timespec const *__rqtp, struct timespec *__rmtp));
|
/external/kernel-headers/original/uapi/linux/ |
D | android_alarm.h | 55 #define ANDROID_ALARM_SET(type) ALARM_IOW(2, type, struct timespec) 56 #define ANDROID_ALARM_SET_AND_WAIT(type) ALARM_IOW(3, type, struct timespec) 57 #define ANDROID_ALARM_GET_TIME(type) ALARM_IOW(4, type, struct timespec) 58 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
|
D | time.h | 9 struct timespec { struct 35 struct timespec it_interval; /* timer period */ 36 struct timespec it_value; /* timer expiration */
|
/external/bison/m4/ |
D | time_h.m4 | 28 dnl Check whether 'struct timespec' is declared 34 AC_CACHE_CHECK([for struct timespec in <time.h>], 40 [[static struct timespec x; x.tv_sec = x.tv_nsec;]])], 50 AC_CACHE_CHECK([for struct timespec in <sys/time.h>], 56 [[static struct timespec x; x.tv_sec = x.tv_nsec;]])], 62 AC_CACHE_CHECK([for struct timespec in <pthread.h>], 68 [[static struct timespec x; x.tv_sec = x.tv_nsec;]])],
|
/external/autotest/client/tests/tracing_microbenchmark/src/ |
D | getuid_microbench.c | 10 void ts_subtract(struct timespec *result, in ts_subtract() 11 const struct timespec *time1, const struct timespec *time2) { in ts_subtract() 27 struct timespec start_time, end_time, elapsed_time; in main()
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 441 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */ 442 struct timespec tstamp; /* reference timestamp */ 451 struct timespec audio_tstamp; /* sample counter, wall clock, PHC or on-demand sync'ed */ 452 struct timespec driver_tstamp; /* useful in case reference system tstamp is reported with delay */ 454 unsigned char reserved[52-2*sizeof(struct timespec)]; /* must be filled with zero */ 461 struct timespec tstamp; /* Timestamp */ 463 struct timespec audio_tstamp; /* from sample counter or wall clock */ 632 struct timespec tstamp; /* Timestamp */ 744 struct timespec tstamp; /* Timestamp - last update */ 794 struct timespec tstamp; [all …]
|
/external/libchrome/base/synchronization/ |
D | condition_variable_posix.cc | 52 struct timespec ts; in ~ConditionVariable() 79 struct timespec relative_time; in TimedWait() 93 struct timespec absolute_time; in TimedWait() 101 struct timespec now; in TimedWait()
|
/external/dhcpcd-6.8.2/ |
D | ipv6.h | 101 struct timespec created; 102 struct timespec acquired; 228 int ipv6_addaddr(struct ipv6_addr *, const struct timespec *); 252 const struct timespec *); 254 void ipv6_addtempaddrs(struct interface *, const struct timespec *);
|
/external/fio/engines/ |
D | posixaio.c | 20 static int fill_timespec(struct timespec *ts) in fill_timespec() 43 static unsigned long long ts_utime_since_now(struct timespec *t) in ts_utime_since_now() 46 struct timespec now; in ts_utime_since_now() 94 unsigned int max, const struct timespec *t) in fio_posixaio_getevents() 98 struct timespec start; in fio_posixaio_getevents()
|
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/ |
D | hog.c | 77 static uint64_t DiffTimespec(struct timespec start, struct timespec end) { in DiffTimespec() 159 struct timespec time_start; in main() 160 struct timespec time_end; in main()
|
/external/vboot_reference/tests/ |
D | timer_utils.h | 14 struct timespec start_time; 15 struct timespec end_time;
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | sleep.cc | 28 struct timespec short_wait; in SleepMs() 29 struct timespec remainder; in SleepMs()
|
D | event_timer_posix.h | 42 EventTypeWrapper Wait(timespec* end_at); 52 timespec created_at_;
|
/external/v8/src/base/platform/ |
D | time.cc | 126 TimeDelta TimeDelta::FromTimespec(struct timespec ts) { in FromTimespec() 135 struct timespec TimeDelta::ToTimespec() const { in ToTimespec() 136 struct timespec ts; in ToTimespec() 269 Time Time::FromTimespec(struct timespec ts) { in FromTimespec() 284 struct timespec Time::ToTimespec() const { in ToTimespec() 285 struct timespec ts; in ToTimespec() 552 struct timespec ts; in HighResolutionNow() 593 struct timespec ts; in Now()
|
D | time.h | 18 struct timespec; 70 static TimeDelta FromTimespec(struct timespec ts); 71 struct timespec ToTimespec() const; 213 static Time FromTimespec(struct timespec ts); 214 struct timespec ToTimespec() const;
|
/external/valgrind/drd/ |
D | drd_pthread_intercepts.c | 943 const struct timespec *abs_timeout) in pthread_mutex_timedlock_intercept() 957 (pthread_mutex_t *mutex, const struct timespec *abs_timeout), 962 (pthread_mutex_t *mutex, const struct timespec *timeout), 1097 const struct timespec* abstime) in pthread_cond_timedwait_intercept() 1112 const struct timespec* abstime), 1117 const struct timespec *timeout), 1121 const struct timespec *timeout), 1454 int sem_timedwait_intercept(sem_t *sem, const struct timespec *abs_timeout) in sem_timedwait_intercept() 1468 (sem_t *sem, const struct timespec *abs_timeout), 1472 (sem_t *sem, const struct timespec *timeout), [all …]
|
/external/strace/tests/ |
D | utimensat.c | 43 print_ts(const struct timespec *ts) in print_ts() 52 struct timespec ts[2]; in main()
|
/external/android-clat/ |
D | clatd_microbenchmark.c | 127 double timedelta(const struct timespec tv1, const struct timespec tv2) { in timedelta() 128 struct timespec end = tv2; in timedelta() 142 struct timespec tv1, tv2; in benchmark()
|
/external/autotest/client/tests/signaltest/src/ |
D | signaltest.c | 72 static inline void tsnorm(struct timespec *ts) in tsnorm() 80 static inline long calcdiff(struct timespec t1, struct timespec t2) in calcdiff() 97 struct timespec before, after; in signalthread() 141 struct timespec now; in signalthread()
|
/external/bison/darwin-lib/sys/ |
D | stat.h | 708 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2])); 709 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2])); 712 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2])); 714 _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2])); 1013 struct timespec const times[2], int flag) 1016 struct timespec const times[2], int flag)); 1020 struct timespec const times[2], int flag) 1024 struct timespec const times[2], int flag));
|
/external/bison/linux-lib/sys/ |
D | stat.h | 708 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2])); 709 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2])); 712 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2])); 714 _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2])); 1013 struct timespec const times[2], int flag) 1016 struct timespec const times[2], int flag)); 1020 struct timespec const times[2], int flag) 1024 struct timespec const times[2], int flag));
|