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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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++/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))

Completed in 1222 milliseconds