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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
timeval.h 4 /* $Id: timeval.h 1971 2007-10-28 19:13:50Z lennart $ */
32 * Utility functions for handling timeval calculations */
41 struct timeval;
44 struct timeval *pa_gettimeofday(struct timeval *tv);
46 /** Calculate the difference between the two specified timeval
48 pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) PA_GCC_PURE;
50 /** Compare the two timeval structs and return 0 when equal, negative when a < b, positive otherwse */
51 int pa_timeval_cmp(const struct timeval *a, const struct timeval *b) PA_GCC_PURE
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
timeval.h 4 /* $Id: timeval.h 1971 2007-10-28 19:13:50Z lennart $ */
32 * Utility functions for handling timeval calculations */
41 struct timeval;
44 struct timeval *pa_gettimeofday(struct timeval *tv);
46 /** Calculate the difference between the two specified timeval
48 pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) PA_GCC_PURE;
50 /** Compare the two timeval structs and return 0 when equal, negative when a < b, positive otherwse */
51 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.7-4.6/sysroot/usr/include/pulse/
timeval.h 4 /* $Id: timeval.h 1971 2007-10-28 19:13:50Z lennart $ */
32 * Utility functions for handling timeval calculations */
41 struct timeval;
44 struct timeval *pa_gettimeofday(struct timeval *tv);
46 /** Calculate the difference between the two specified timeval
48 pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) PA_GCC_PURE;
50 /** Compare the two timeval structs and return 0 when equal, negative when a < b, positive otherwse */
51 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/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);
  /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);
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_util.c 44 struct timeval tv;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
select.h 39 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
select.h 39 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
select.h 39 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
select.h 39 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
select.h 39 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
select.h 39 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
  /bionic/libc/kernel/common/linux/
resource.h 29 struct timeval ru_utime;
30 struct timeval ru_stime;
  /development/ndk/platforms/android-3/include/linux/
resource.h 24 struct timeval ru_utime;
25 struct timeval ru_stime;
  /frameworks/base/libs/hwui/utils/
Timing.h 31 struct timeval stop;
39 struct timeval mStart;
  /hardware/ril/libril/
ril_event.h 30 struct timeval timeout;
45 void ril_timer_add(struct ril_event * ev, struct timeval * tv);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
resource.h 24 struct timeval ru_utime;
25 struct timeval ru_stime;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
resource.h 24 struct timeval ru_utime;
25 struct timeval ru_stime;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
resource.h 24 struct timeval ru_utime;
25 struct timeval ru_stime;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
resource.h 24 struct timeval ru_utime;
25 struct timeval ru_stime;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
resource.h 24 struct timeval ru_utime;
25 struct timeval ru_stime;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
resource.h 24 struct timeval ru_utime;
25 struct timeval ru_stime;

Completed in 1049 milliseconds

1 2 3 4 5 6 7 8 91011>>