HomeSort by relevance Sort by last modified time
    Searched full:whence (Results 501 - 525 of 919) sorted by null

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_netbsd_amd64.go 105 SYS_LSEEK = 199 // { off_t|sys||lseek(int fd, int PAD, off_t offset, int whence); }
zsysnum_netbsd_arm.go 105 SYS_LSEEK = 199 // { off_t|sys||lseek(int fd, int PAD, off_t offset, int whence); }
zsyscall_linux_amd64.go     [all...]
zsyscall_linux_arm64.go 1342 func Seek(fd int, offset int64, whence int) (off int64, err error) {
1343 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence))
    [all...]
zsyscall_linux_ppc64.go     [all...]
zsyscall_linux_ppc64le.go     [all...]
zsyscall_windows.go 310 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoffset uint32, err error) {
311 r0, _, e1 := Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), uintptr(unsafe.Pointer(highoffsetptr)), uintptr(whence), 0, 0)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs.go 66 Seek(offset int64, whence int) (int64, error)
  /prebuilts/go/linux-x86/src/syscall/
syscall_solaris.go 475 //sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) = lseek
zsysnum_netbsd_386.go 105 SYS_LSEEK = 199 // { off_t|sys||lseek(int fd, int PAD, off_t offset, int whence); }
zsysnum_netbsd_amd64.go 105 SYS_LSEEK = 199 // { off_t|sys||lseek(int fd, int PAD, off_t offset, int whence); }
zsysnum_netbsd_arm.go 105 SYS_LSEEK = 199 // { off_t|sys||lseek(int fd, int PAD, off_t offset, int whence); }
zsyscall_linux_amd64.go     [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_rwops.c 159 /* Invalid whence seek */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 873 def seek(self, pos, whence=os.SEEK_SET):
879 if whence == os.SEEK_SET:
881 elif whence == os.SEEK_CUR:
886 elif whence == os.SEEK_END:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 873 def seek(self, pos, whence=os.SEEK_SET):
879 if whence == os.SEEK_SET:
881 elif whence == os.SEEK_CUR:
886 elif whence == os.SEEK_END:
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
libbfd-in.h 773 extern int real_fseek (FILE *file, file_ptr offset, int whence);
  /external/v8/test/mjsunit/asm/embenchen/
lua_binarytrees.js     [all...]
copy.js     [all...]
corrections.js     [all...]
memops.js     [all...]
primes.js     [all...]
  /bootable/recovery/updater/
blockimg.cpp 198 static bool check_lseek(int fd, off64_t offset, int whence) {
199 off64_t rc = TEMP_FAILURE_RETRY(lseek64(fd, offset, whence));
    [all...]
  /development/ndk/platforms/android-3/include/
zlib.h     [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 715 static int _fseek64_wrap(FILE *f,ogg_int64_t off,int whence){
717 return fseek(f,(long)off,whence);
    [all...]

Completed in 1575 milliseconds

<<21222324252627282930>>