Searched defs:timeval (Results 1 - 7 of 7) sorted by relevance

/external/openssh/openbsd-compat/
H A Dbsd-misc.h57 struct timeval { struct
63 int utimes(char *, struct timeval *);
/external/libvorbis/examples/
H A Dseeking_example.c29 ogg_int64_t val,ogg_int64_t pcmval,double timeval,
49 if(timeval!=-1 && ov_time_tell(ov)>timeval){
51 timeval,ov_time_tell(ov));
28 _verify(OggVorbis_File *ov, ogg_int64_t val,ogg_int64_t pcmval,double timeval, ogg_int64_t pcmlength, char *bigassbuffer) argument
/external/chromium/third_party/libevent/compat/sys/
H A D_libevent_time.h44 struct timeval { struct
50 * Structure defined by POSIX.1b to be like a timeval.
139 struct timeval it_interval; /* timer interval */
140 struct timeval it_value; /* current value */
H A D_time.h44 struct timeval { struct
50 * Structure defined by POSIX.1b to be like a timeval.
139 struct timeval it_interval; /* timer interval */
140 struct timeval it_value; /* current value */
/external/kernel-headers/original/linux/
H A Dtime.h18 struct timeval { struct
58 static inline int timeval_compare(struct timeval *lhs, struct timeval *rhs)
107 extern void do_gettimeofday(struct timeval *tv);
111 extern long do_utimes(int dfd, char __user *filename, struct timeval *times);
135 * timeval_to_ns - Convert timeval to nanoseconds
136 * @ts: pointer to the timeval variable to be converted
138 * Returns the scalar nanosecond representation of the timeval
141 static inline s64 timeval_to_ns(const struct timeval *tv)
156 * ns_to_timeval - Convert nanoseconds to timeval
[all...]
/external/ppp/pppd/plugins/radius/
H A Davpair.c532 time_t timeval; local
634 timeval = time (0);
635 tm = localtime (&timeval);
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c363 struct timeval struct
404 struct timeval *__restrict __timeout);

Completed in 225 milliseconds