HomeSort by relevance Sort by last modified time
    Searched defs:__whence (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 168 int __whence; local
170 __whence = SEEK_SET;
172 __whence = SEEK_CUR;
174 __whence = SEEK_END;
176 if (!fseeko64(_M_file, __off, __whence))
179 if (!fseek(_M_file, __off, __whence))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 168 int __whence; local
170 __whence = SEEK_SET;
172 __whence = SEEK_CUR;
174 __whence = SEEK_END;
176 if (!fseeko64(_M_file, __off, __whence))
179 if (!fseek(_M_file, __off, __whence))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 168 int __whence; local
170 __whence = SEEK_SET;
172 __whence = SEEK_CUR;
174 __whence = SEEK_END;
176 if (!fseeko64(_M_file, __off, __whence))
179 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 168 int __whence; local
170 __whence = SEEK_SET;
172 __whence = SEEK_CUR;
174 __whence = SEEK_END;
176 if (!fseeko64(_M_file, __off, __whence))
179 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 168 int __whence; local
170 __whence = SEEK_SET;
172 __whence = SEEK_CUR;
174 __whence = SEEK_END;
176 if (!fseeko64(_M_file, __off, __whence))
179 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 168 int __whence; local
170 __whence = SEEK_SET;
172 __whence = SEEK_CUR;
174 __whence = SEEK_END;
176 if (!fseeko64(_M_file, __off, __whence))
179 if (!fseek(_M_file, __off, __whence))

Completed in 268 milliseconds