HomeSort by relevance Sort by last modified time
    Searched refs:whence (Results 276 - 300 of 365) sorted by null

<<1112131415

  /prebuilts/go/linux-x86/src/internal/poll/
fd_windows.go 851 func (fd *FD) Seek(offset int64, whence int) (int64, error) {
860 return syscall.Seek(fd.Sysfd, offset, whence)
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_solaris_amd64.go 738 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {
739 r0, _, e1 := sysvicall6(uintptr(unsafe.Pointer(&libc_lseek)), 3, uintptr(fd), uintptr(offset), uintptr(whence), 0, 0, 0)
syscall_solaris.go 470 //sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) = lseek
  /prebuilts/go/darwin-x86/src/os/
os_test.go 1353 whence int
1377 off, err := f.Seek(tt.in, tt.whence)
1386 t.Errorf("#%d: Seek(%v, %v) = %v, %v want %v, nil", i, tt.in, tt.whence, off, err, tt.out)
    [all...]
  /prebuilts/go/linux-x86/src/os/
os_test.go 1353 whence int
1377 off, err := f.Seek(tt.in, tt.whence)
1386 t.Errorf("#%d: Seek(%v, %v) = %v, %v want %v, nil", i, tt.in, tt.whence, off, err, tt.out)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h     [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 528 ;;; Restore the stack and return from whence we came.
  /external/zlib/src/contrib/masmx86/
match686.asm 447 ;;; Restore the stack and return from whence we came.
  /prebuilts/go/darwin-x86/src/syscall/
syscall_solaris.go 470 //sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) = lseek
zsyscall_darwin_386.go 1029 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {
1030 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0)
zsyscall_darwin_amd64.go 1029 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {
1030 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence))
zsyscall_darwin_arm.go 1029 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {
1030 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0)
zsyscall_darwin_arm64.go 1029 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {
1030 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence))
zsyscall_dragonfly_amd64.go 951 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {
952 r0, _, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(whence), 0, 0)
zsyscall_freebsd_386.go 949 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {
950 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0)
zsyscall_freebsd_amd64.go 949 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {
950 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence))
zsyscall_freebsd_arm.go 949 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {
950 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
zsyscall_linux_s390x.go 1325 func Seek(fd int, offset int64, whence int) (off int64, err error) {
1326 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence))
    [all...]
zsyscall_netbsd_386.go 933 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {
934 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
zsyscall_netbsd_amd64.go 933 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {
934 r0, _, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(whence), 0, 0)
zsyscall_netbsd_arm.go 933 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {
934 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
zsyscall_openbsd_386.go 941 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {
942 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/
gvmat64.asm 528 ;;; Restore the stack and return from whence we came.
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx86/
match686.asm 447 ;;; Restore the stack and return from whence we came.
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-solaris.c 691 /* offset_t llseek(int fildes, offset_t offset, int whence); */
694 vki_u32, offset_high, int, whence);
    [all...]

Completed in 1246 milliseconds

<<1112131415