/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | syscall_linux_amd64_gc.go | 12 func gettimeofday(tv *Timeval) (err syscall.Errno) func
|
D | gccgo_linux_amd64.go | 14 func gettimeofday(tv *Timeval) (err syscall.Errno) { func
|
/aosp_15_r20/external/trusty/musl/src/time/ |
D | gettimeofday.c | 4 int gettimeofday(struct timeval *restrict tv, void *restrict tz) in gettimeofday() function
|
/aosp_15_r20/external/musl/src/time/ |
H A D | gettimeofday.c | 5 int gettimeofday(struct timeval *restrict tv, void *restrict tz) in gettimeofday() function
|
/aosp_15_r20/external/libwebsockets/win32port/win32helpers/ |
H A D | gettimeofday.c | 7 int gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday() function
|
/aosp_15_r20/external/libcups/cups/ |
H A D | debug-private.h | 58 # define gettimeofday(a,b) _cups_gettimeofday(a, b) macro
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/ |
D | Xos.h | 111 # define gettimeofday(t) \ macro
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xos.h | 111 # define gettimeofday(t) \ macro
|
/aosp_15_r20/external/libxkbcommon/bench/ |
H A D | bench.c | 44 gettimeofday(struct timeval *tv, void *unused) in gettimeofday() function
|
/aosp_15_r20/external/e2fsprogs/include/nonunix/ |
H A D | unistd.h | 43 #define gettimeofday(p, v) ((p)->tv_sec = (p)->tv_usec = 0) macro
|
/aosp_15_r20/external/conscrypt/common/src/jni/main/include/conscrypt/ |
H A D | compat.h | 88 inline int gettimeofday(struct timeval *tp, struct timezone *) { in gettimeofday() function
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/ |
H A D | PosixCompat.c | 99 gettimeofday( struct timeval * tv, struct timezone * tz ) in gettimeofday() function
|
/aosp_15_r20/hardware/google/aemu/windows/src/ |
D | time.cpp | 116 int gettimeofday(struct timeval* tp, void* /* tzp */) { in gettimeofday() function
|
/aosp_15_r20/hardware/google/aemu/base/ |
D | msvc.cpp | 133 int gettimeofday(struct timeval* p, struct timezone* z) { in gettimeofday() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | syscall_linux_amd64.go | 81 func gettimeofday(tv *Timeval) (err Errno) func
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | vdso.cpp | 60 int gettimeofday(timeval* tv, struct timezone* tz) { in gettimeofday() function
|
/aosp_15_r20/bionic/tests/ |
H A D | sys_time_test.cpp | 143 TEST(sys_time, gettimeofday) { in TEST() argument
|
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/ |
H A D | time.c | 156 int gettimeofday(struct timeval *tv, void *tz) in gettimeofday() function
|
/aosp_15_r20/external/strace/ |
H A D | time.c | 48 SYS_FUNC(gettimeofday) in SYS_FUNC() argument
|
/aosp_15_r20/external/curl/docs/examples/ |
H A D | http2-upload.c | 55 #define gettimeofday(a, b) my_gettimeofday((a), (b)) macro
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/ |
D | timeval_demo.cpp | 56 int gettimeofday(struct timeval * tp, void *) in gettimeofday() function
|
D | runtime_resolution.cpp | 54 int gettimeofday(struct timeval * tp, void *) in gettimeofday() function
|
/aosp_15_r20/external/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/ |
H A D | minimal-http-client-multi.c | 458 int gettimeofday(struct timeval * tp, struct timezone * tzp) in gettimeofday() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/include/boost/config/platform/ |
D | vxworks.hpp | 262 inline int gettimeofday(struct timeval *tv, void * /*tzv*/) { in gettimeofday() function
|
/aosp_15_r20/external/libva/va/ |
H A D | compat_win32.h | 129 inline int gettimeofday(struct timeval *tv, struct timezone* tz) in gettimeofday() function
|