HomeSort by relevance Sort by last modified time
    Searched defs:tv_nsec (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_windows.h 49 long tv_nsec; member in struct:timespec
  /bionic/libc/kernel/uapi/linux/
time.h 27 long tv_nsec; member in struct:timespec
firewire-cdev.h 296 __s32 tv_nsec; member in struct:fw_cdev_get_cycle_timer2
coda.h 74 long tv_nsec; member in struct:timespec
  /development/ndk/platforms/android-3/include/linux/
time.h 21 long tv_nsec; member in struct:timespec
coda.h 63 long tv_nsec; member in struct:timespec
  /development/ndk/platforms/android-L/include/linux/
time.h 27 long tv_nsec; member in struct:timespec
firewire-cdev.h 296 __s32 tv_nsec; member in struct:fw_cdev_get_cycle_timer2
coda.h 74 long tv_nsec; member in struct:timespec
  /external/bison/darwin-lib/
time.h 389 long int tv_nsec; member in struct:timespec
  /external/bison/linux-lib/
time.h 389 long int tv_nsec; member in struct:timespec
  /external/kernel-headers/original/uapi/linux/
time.h 11 long tv_nsec; /* nanoseconds */ member in struct:timespec
firewire-cdev.h 919 __s32 tv_nsec; member in struct:fw_cdev_get_cycle_timer2
    [all...]
coda.h 116 long tv_nsec; /* nanoseconds */ member in struct:timespec
  /external/chromium_org/third_party/libevent/compat/sys/
_libevent_time.h 54 long tv_nsec; /* and nanoseconds */ member in struct:timespec
59 (ts)->tv_nsec = (tv)->tv_usec * 1000; \
63 (tv)->tv_usec = (ts)->tv_nsec / 1000; \
105 #define timespecclear(tsp) (tsp)->tv_sec = (tsp)->tv_nsec = 0
106 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec)
109 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
114 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \
    [all...]
_time.h 54 long tv_nsec; /* and nanoseconds */ member in struct:timespec
59 (ts)->tv_nsec = (tv)->tv_usec * 1000; \
63 (tv)->tv_usec = (ts)->tv_nsec / 1000; \
105 #define timespecclear(tsp) (tsp)->tv_sec = (tsp)->tv_nsec = 0
106 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec)
109 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
114 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \
    [all...]
  /bionic/libc/kernel/uapi/drm/
msm_drm.h 31 int64_t tv_nsec; member in struct:drm_msm_timespec
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 426 int tv_nsec; member in struct:timespec
431 Sleep(req->tv_sec * 1000 + req->tv_nsec / 1000000);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 423 int tv_nsec; member in struct:timespec
428 Sleep(req->tv_sec * 1000 + req->tv_nsec / 1000000);
  /external/kernel-headers/original/uapi/drm/
msm_drm.h 48 int64_t tv_nsec; /* nanoseconds */ member in struct:drm_msm_timespec
  /bionic/libc/bionic/
libc_logging.cpp 485 uint32_t tv_nsec; member in struct:log_time
509 realtime_ts.tv_nsec = ts.tv_nsec;
571 realtime_ts.tv_nsec = ts.tv_nsec;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 322 long tv_nsec; member in struct:timespec
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 224 long tv_nsec; member in struct:kernel_timespec
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h 217 long tv_nsec; member in struct:kernel_timespec
    [all...]
  /bionic/libc/kernel/uapi/sound/
asequencer.h 166 unsigned int tv_nsec; member in struct:snd_seq_real_time

Completed in 655 milliseconds

1 2