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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
stdio_sync_filebuf.h 169 int __whence; local
171 __whence = SEEK_SET;
173 __whence = SEEK_CUR;
175 __whence = SEEK_END;
177 if (!fseeko64(_M_file, __off, __whence))
180 if (!fseek(_M_file, __off, __whence))
  /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-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/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 159 int __whence; local
161 __whence = SEEK_SET;
163 __whence = SEEK_CUR;
165 __whence = SEEK_END;
167 if (!fseeko64(_M_file, __off, __whence))
170 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 159 int __whence; local
161 __whence = SEEK_SET;
163 __whence = SEEK_CUR;
165 __whence = SEEK_END;
167 if (!fseeko64(_M_file, __off, __whence))
170 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 159 int __whence; local
161 __whence = SEEK_SET;
163 __whence = SEEK_CUR;
165 __whence = SEEK_END;
167 if (!fseeko64(_M_file, __off, __whence))
170 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 159 int __whence; local
161 __whence = SEEK_SET;
163 __whence = SEEK_CUR;
165 __whence = SEEK_END;
167 if (!fseeko64(_M_file, __off, __whence))
170 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 169 int __whence; local
171 __whence = SEEK_SET;
173 __whence = SEEK_CUR;
175 __whence = SEEK_END;
177 if (!fseeko64(_M_file, __off, __whence))
180 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 169 int __whence; local
171 __whence = SEEK_SET;
173 __whence = SEEK_CUR;
175 __whence = SEEK_END;
177 if (!fseeko64(_M_file, __off, __whence))
180 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 169 int __whence; local
171 __whence = SEEK_SET;
173 __whence = SEEK_CUR;
175 __whence = SEEK_END;
177 if (!fseeko64(_M_file, __off, __whence))
180 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 169 int __whence; local
171 __whence = SEEK_SET;
173 __whence = SEEK_CUR;
175 __whence = SEEK_END;
177 if (!fseeko64(_M_file, __off, __whence))
180 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/9/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 414 milliseconds