HomeSort by relevance Sort by last modified time
    Searched refs:suseconds_t (Results 1 - 11 of 11) sorted by null

  /development/ndk/platforms/android-3/include/linux/
time.h 27 suseconds_t tv_usec;
  /development/ndk/platforms/android-3/include/sys/
types.h 93 typedef __kernel_suseconds_t suseconds_t; typedef
  /bionic/libc/include/sys/
types.h 76 typedef __suseconds_t suseconds_t; typedef
  /development/ndk/platforms/android-L/include/sys/
types.h 76 typedef __suseconds_t suseconds_t; typedef
  /external/chromium_org/v8/src/base/platform/
time.cc 302 DCHECK(tv.tv_usec < static_cast<suseconds_t>(kMicrosecondsPerSecond));
306 if (tv.tv_usec == static_cast<suseconds_t>(kMicrosecondsPerSecond - 1) &&
323 tv.tv_usec = static_cast<suseconds_t>(kMicrosecondsPerSecond - 1);
  /external/chromium_org/base/time/
time_posix.cc 373 if (t.tv_usec == static_cast<suseconds_t>(Time::kMicrosecondsPerSecond) - 1 &&
391 result.tv_usec = static_cast<suseconds_t>(Time::kMicrosecondsPerSecond) - 1;
time_unittest.cc 557 tval.tv_usec = static_cast<suseconds_t>(Time::kMicrosecondsPerSecond) - 1;
562 EXPECT_EQ(static_cast<suseconds_t>(Time::kMicrosecondsPerSecond) - 1,
  /external/chromium_org/base/
sync_socket_posix.cc 168 { 0, static_cast<suseconds_t>(timeout.InMicroseconds()) };
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 180 tv.tv_usec = (suseconds_t)(ts.tv_nsec / 1000);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_dd.c 808 #define suseconds_t unsigned int macro
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 808 #define suseconds_t unsigned int macro

Completed in 2982 milliseconds