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

1 2

  /external/syslinux/gpxe/src/include/sys/
time.h 6 typedef unsigned long suseconds_t; typedef
10 suseconds_t tv_usec; /* microseconds */
  /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 81 suseconds_t delta;
108 (suseconds_t) (tp2.tv_sec - tp.tv_sec) * 1000 +
112 (suseconds_t) (tp.tv_sec - tp2.tv_sec) * 1000 +
  /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;
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
select.h 49 typedef __suseconds_t suseconds_t; typedef
time.h 34 typedef __suseconds_t suseconds_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
select.h 49 typedef __suseconds_t suseconds_t; typedef
time.h 34 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
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 275 typedef _BSD_SUSECONDS_T_ suseconds_t; typedef
  /external/dhcpcd-6.8.2/
common.h 102 (tv)->tv_nsec = (suseconds_t)(ms - ((tv)->tv_sec * MSEC_PER_SEC)) \

Completed in 200 milliseconds

1 2