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

1 2

  /bionic/tests/headers/posix/
sys_select_h.c 36 STRUCT_MEMBER(struct timeval, suseconds_t, tv_usec);
39 TYPE(suseconds_t);
sys_time_h.c 36 STRUCT_MEMBER(struct timeval, suseconds_t, tv_usec);
43 TYPE(suseconds_t);
sys_types_h.c 64 TYPE(suseconds_t);
  /external/ltp/testcases/kernel/syscalls/settimeofday/
settimeofday01.c 82 suseconds_t delta;
111 (suseconds_t) (tp2.tv_sec - tp.tv_sec) * 1000 +
115 (suseconds_t) (tp.tv_sec - tp2.tv_sec) * 1000 +
  /external/libchrome/base/time/
time_conversion_posix.cc 42 if (t.tv_usec == static_cast<suseconds_t>(Time::kMicrosecondsPerSecond) - 1 &&
58 result.tv_usec = static_cast<suseconds_t>(Time::kMicrosecondsPerSecond) - 1;
  /external/strace/tests/
xettimeofday.c 76 tv->tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL;
futimesat.c 121 tv[1].tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL;
xutimes.c 110 tv[1].tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL;
xetitimer.c 170 p_new->it_value.tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL;
xselect.c 201 tv_in.tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL;
  /external/strace/tests-m32/
xettimeofday.c 76 tv->tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL;
futimesat.c 121 tv[1].tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL;
xutimes.c 110 tv[1].tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL;
xetitimer.c 170 p_new->it_value.tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL;
  /external/strace/tests-mx32/
xettimeofday.c 76 tv->tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL;
futimesat.c 121 tv[1].tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL;
xutimes.c 110 tv[1].tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL;
xetitimer.c 170 p_new->it_value.tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL;
  /bionic/libc/include/sys/
types.h 81 typedef __suseconds_t suseconds_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
types.h 201 typedef __suseconds_t suseconds_t; /* microseconds (signed) */ typedef
  /external/u-boot/include/linux/
types.h 19 typedef __kernel_suseconds_t suseconds_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 275 typedef _BSD_SUSECONDS_T_ suseconds_t; typedef
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 19 typedef long suseconds_t; typedef
231 CALL_WRITEPARAM(suseconds_t) // ERROR
  /external/v8/src/base/platform/
time.cc 449 DCHECK(tv.tv_usec < static_cast<suseconds_t>(kMicrosecondsPerSecond));
453 if (tv.tv_usec == static_cast<suseconds_t>(kMicrosecondsPerSecond - 1) &&
470 tv.tv_usec = static_cast<suseconds_t>(kMicrosecondsPerSecond - 1);
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 180 tv.tv_usec = (suseconds_t)(ts.tv_nsec / 1000);

Completed in 391 milliseconds

1 2