Searched refs:__NR_gettimeofday (Results 1 - 25 of 46) sorted by relevance

12

/bionic/libc/arch-arm/syscalls/
H A D__gettimeofday.S8 ldr r7, =__NR_gettimeofday
/bionic/libc/arch-arm64/syscalls/
H A D__gettimeofday.S6 mov x8, __NR_gettimeofday
/bionic/libc/arch-mips/syscalls/
H A D__gettimeofday.S8 li $v0, __NR_gettimeofday
/bionic/libc/arch-x86_64/syscalls/
H A D__gettimeofday.S6 movl $__NR_gettimeofday, %eax
/bionic/libc/arch-mips64/syscalls/
H A D__gettimeofday.S8 li $v0, __NR_gettimeofday
/bionic/libc/arch-x86/syscalls/
H A D__gettimeofday.S20 movl $__NR_gettimeofday, %eax
/bionic/benchmarks/
H A Dtime_benchmark.cpp162 syscall(__NR_gettimeofday, &tv, nullptr);
/bionic/tests/
H A Dsys_time_test.cpp139 ASSERT_EQ(0, syscall(__NR_gettimeofday, &tv2, NULL));
/bionic/libc/kernel/uapi/asm-generic/
H A Dunistd.h210 #define __NR_gettimeofday 169 macro
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_32.h99 #define __NR_gettimeofday 78 macro
H A Dunistd_64.h117 #define __NR_gettimeofday 96 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dunistd.h210 #define __NR_gettimeofday 169 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-x86/asm/
H A Dunistd_32.h99 #define __NR_gettimeofday 78 macro
H A Dunistd_64.h117 #define __NR_gettimeofday 96 macro
/bionic/libc/versioner-dependencies/x86/kernel_uapi_asm-x86/asm/
H A Dunistd_32.h99 #define __NR_gettimeofday 78 macro
H A Dunistd_64.h117 #define __NR_gettimeofday 96 macro
/bionic/libc/versioner-dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A Dunistd_32.h99 #define __NR_gettimeofday 78 macro
H A Dunistd_64.h117 #define __NR_gettimeofday 96 macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-generic/
H A Dunistd.h210 #define __NR_gettimeofday 169 macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-x86/asm/
H A Dunistd_32.h99 #define __NR_gettimeofday 78 macro
H A Dunistd_64.h117 #define __NR_gettimeofday 96 macro
/bionic/tools/versioner/dependencies/x86/kernel_uapi_asm-x86/asm/
H A Dunistd_32.h99 #define __NR_gettimeofday 78 macro
H A Dunistd_64.h117 #define __NR_gettimeofday 96 macro
/bionic/tools/versioner/dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A Dunistd_32.h99 #define __NR_gettimeofday 78 macro
H A Dunistd_64.h117 #define __NR_gettimeofday 96 macro

Completed in 145 milliseconds

12