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

  /prebuilt/linux-x86/toolchain/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))
  /prebuilt/ndk/android-ndk-r5/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))
  /prebuilt/ndk/android-ndk-r6/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 47 milliseconds