/prebuilts/go/linux-x86/src/syscall/ |
zsyscall_darwin_386.go | 1060 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0) [all...] |
zsyscall_darwin_amd64.go | 1060 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence)) [all...] |
zsyscall_darwin_arm.go | 1060 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0) [all...] |
zsyscall_darwin_arm64.go | 1060 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence))
|
zsyscall_dragonfly_amd64.go | 980 r0, _, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(whence), 0, 0)
|
zsyscall_freebsd_386.go | 980 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0)
|
zsyscall_freebsd_amd64.go | 980 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence))
|
zsyscall_freebsd_arm.go | 980 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
zsyscall_netbsd_386.go | 962 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
zsyscall_netbsd_amd64.go | 962 r0, _, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(whence), 0, 0)
|
zsyscall_netbsd_arm.go | 962 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
zsyscall_openbsd_386.go | 970 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
zsyscall_openbsd_amd64.go | 970 r0, _, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(whence), 0, 0)
|
zsyscall_openbsd_arm.go | 970 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
zsyscall_linux_amd64.go | [all...] |
zsyscall_linux_arm64.go | 1343 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence)) [all...] |
zsyscall_linux_ppc64.go | [all...] |
zsyscall_linux_ppc64le.go | [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-x86-linux.c | [all...] |
syswrap-solaris.c | 918 DECL_TEMPLATE(solaris, sys_lseek); [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
zsyscall_linux_amd64.go | [all...] |
zsyscall_linux_arm64.go | 1343 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence)) [all...] |
zsyscall_linux_ppc64.go | [all...] |
zsyscall_linux_ppc64le.go | [all...] |
/external/robolectric/v1/lib/main/ |
sqlite-jdbc-3.7.2.jar | |