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

1 2 3 4 5 6 7 8 91011>>

  /external/fio/
fio_time.h 4 extern uint64_t utime_since(struct timeval *, struct timeval *);
5 extern uint64_t utime_since_now(struct timeval *);
6 extern uint64_t mtime_since(struct timeval *, struct timeval *);
7 extern uint64_t mtime_since_now(struct timeval *);
8 extern uint64_t time_since_now(struct timeval *);
13 extern void fill_start_time(struct timeval *);
gettime.h 14 extern void fio_gettime(struct timeval *, void *);
21 extern struct timeval *fio_tv;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
timeval.h 32 * Utility functions for handling timeval calculations */
60 struct timeval;
63 struct timeval *pa_gettimeofday(struct timeval *tv);
65 /** Calculate the difference between the two specified timeval
67 pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) PA_GCC_PURE;
69 /** Compare the two timeval structs and return 0 when equal, negative when a < b, positive otherwise */
70 int pa_timeval_cmp(const struct timeval *a, const struct timeval *b) PA_GCC_PURE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
timeval.h 32 * Utility functions for handling timeval calculations */
60 struct timeval;
63 struct timeval *pa_gettimeofday(struct timeval *tv);
65 /** Calculate the difference between the two specified timeval
67 pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) PA_GCC_PURE;
69 /** Compare the two timeval structs and return 0 when equal, negative when a < b, positive otherwise */
70 int pa_timeval_cmp(const struct timeval *a, const struct timeval *b) PA_GCC_PURE
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
perfutils.h 22 INT getTimeStamp(struct timeval *tv);
24 VOID PrintStatistics(struct timeval *tv_beg,struct timeval* tv_end, char * ModuleName,INT BufferSize);
  /external/fio/os/windows/posix/include/sys/
resource.h 9 struct timeval ru_utime;
10 struct timeval ru_stime;
  /external/ltrace/
summary.h 27 struct timeval tm;
30 struct timedelta calc_time_spent(struct timeval start);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
utimes.c 12 int utimes(const char* filename, const struct timeval times[2]) {
select.c 9 fd_set* exceptfds, struct timeval* timeout) {
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
timeval.i 2 struct timeval *
5 Ruby has builtin class Time. INPUT/OUTPUT typemap for timeval and
15 struct timeval rb_time_timeval(VALUE);
22 %typemap(in) struct timeval *INPUT (struct timeval temp)
32 %typemap(in,numinputs=0) struct timeval *OUTPUT(struct timeval temp)
37 %typemap(argout) struct timeval *OUTPUT
42 %typemap(out) struct timeval *
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
testlib.h 67 int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
testlib.h 67 int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y);
  /external/libpcap/lbl/
os-ultrix4.h 31 struct timeval;
34 int gettimeofday(struct timeval *, struct timezone *);
  /external/tcpdump/lbl/
os-ultrix4.h 31 struct timeval;
34 int gettimeofday(struct timeval *, struct timezone *);
  /ndk/sources/host-tools/sed-4.2.1/lib/
sys_time.in.h 49 struct timeval
59 int gettimeofday (struct timeval *restrict, void *restrict);
  /bionic/libc/private/
bionic_time_conversions.h 37 __LIBC_HIDDEN__ bool timespec_from_timeval(timespec& ts, const timeval& tv);
40 __LIBC_HIDDEN__ void timeval_from_timespec(timeval& tv, const timespec& ts);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
time.h 29 extern int __cdecl mingw_gettimeofday (struct timeval *p, struct timezone *z);
42 int __cdecl gettimeofday(struct timeval *__restrict__,
  /system/extras/tests/include/
testUtil.h 29 struct timeval double2tv(double amt);
31 double tv2double(const struct timeval *val);
34 struct timeval tvDelta(const struct timeval *first,
35 const struct timeval *second);
  /bionic/libc/kernel/uapi/linux/
time.h 31 struct timeval { struct
51 struct timeval it_interval;
52 struct timeval it_value;
  /development/ndk/platforms/android-L/include/linux/
time.h 31 struct timeval { struct
51 struct timeval it_interval;
52 struct timeval it_value;
  /external/kernel-headers/original/uapi/linux/
time.h 15 struct timeval { struct
40 struct timeval it_interval; /* timer interval */
41 struct timeval it_value; /* current value */
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
time.h 31 struct timeval { struct
51 struct timeval it_interval;
52 struct timeval it_value;
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
time.h 31 struct timeval { struct
51 struct timeval it_interval;
52 struct timeval it_value;
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
time.h 31 struct timeval { struct
51 struct timeval it_interval;
52 struct timeval it_value;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_util.c 44 struct timeval tv;

Completed in 1119 milliseconds

1 2 3 4 5 6 7 8 91011>>