/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/external/bison/darwin-lib/ |
stdio.h | 769 _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence) 771 _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence)); 773 _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence)); 790 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence) 792 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)); 795 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence) 798 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)); [all...] |
/external/bison/lib/ |
stdio.in.h | 457 _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence) 459 _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence)); 461 _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence)); 478 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence) 480 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)); 483 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence) 486 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)); [all...] |
/external/bison/linux-lib/ |
stdio.h | 769 _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence) 771 _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence)); 773 _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence)); 790 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence) 792 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)); 795 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence) 798 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)); [all...] |
/external/chromium/testing/gmock/scripts/generator/cpp/ |
ast.py | 910 if token.whence == tokenize.WHENCE_STREAM: 911 token.whence = tokenize.WHENCE_QUEUE 914 assert token.whence == tokenize.WHENCE_QUEUE, token 919 if tokens[-1].whence == tokenize.WHENCE_STREAM: 921 token.whence = tokenize.WHENCE_QUEUE 924 assert tokens[-1].whence == tokenize.WHENCE_QUEUE, tokens [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3lexer.h | 91 /** A pointer to the character stream whence this lexer is receiving
|
/external/eigen/doc/ |
TopicLinearAlgebraDecompositions.dox | 247 <dd>Means the algorithm can work per block, whence guaranteeing a good scaling of the performance for large matrices.</dd>
|
/external/valgrind/main/coregrind/ |
m_libcfile.c | 223 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence ) 230 (UWord)&result, whence); 233 SysRes res = VG_(do_syscall3)(__NR_lseek, fd, offset, whence); 239 offset & 0xffffffff, offset >> 32, whence); [all...] |
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 80 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException;
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 260 /// int fseek(FILE *stream, long offset, int whence); 262 /// int fseeko(FILE *stream, off_t offset, int whence); 264 /// int fseeko64(FILE *stream, off64_t offset, int whence)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/ |
gcov-io.c | 876 with OFFSET==0 and WHENCE==0 to a freshly opened file. */ 879 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence) 881 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
gcov-io.c | 876 with OFFSET==0 and WHENCE==0 to a freshly opened file. */ 879 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence) 881 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/ |
gcov-io.c | 876 with OFFSET==0 and WHENCE==0 to a freshly opened file. */ 879 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence) 881 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/ |
gcov-io.c | 876 with OFFSET==0 and WHENCE==0 to a freshly opened file. */ 879 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence) 881 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/ |
gcov-io.c | 876 with OFFSET==0 and WHENCE==0 to a freshly opened file. */ 879 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence) 881 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
gcov-io.c | 876 with OFFSET==0 and WHENCE==0 to a freshly opened file. */ 879 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence) 881 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/ |
gcov-io.c | 876 with OFFSET==0 and WHENCE==0 to a freshly opened file. */ 879 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence) 881 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
|