HomeSort by relevance Sort by last modified time
    Searched full:whence (Results 326 - 350 of 919) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
unistd.h 46 /* Values for whence in fseek and lseek */
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
unistd.h 46 /* Values for whence in fseek and lseek */
  /prebuilts/ndk/current/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/valgrind/coregrind/
m_libcfile.c 284 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence )
291 (UWord)&result, whence);
294 SysRes res = VG_(do_syscall3)(__NR_lseek, fd, offset, whence);
300 offset & 0xffffffff, offset >> 32, whence);
304 offset & 0xffffffff, offset >> 32, whence);
307 SysRes res = VG_(do_syscall3)(__NR_lseek, fd, offset, whence);
    [all...]
  /external/google-breakpad/src/testing/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/libbrillo/brillo/streams/
memory_stream.h 158 Whence whence,
tls_stream.cc 483 Whence /* whence */,
  /external/opencv3/3rdparty/libtiff/
tiffiop.h 216 #define TIFFSeekFile(tif, off, whence) \
217 ((*(tif)->tif_seekproc)((tif)->tif_clientdata,(off),(whence)))
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_tiff.cpp 113 static toff_t _tiff_seek(thandle_t context, toff_t offset, int whence) {
115 switch (whence) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 105 @param whence Seek direction. One of #NESTEGG_SEEK_SET,
110 int (* seek)(int64_t offset, int whence, void * userdata);
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 109 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { return os.lseek(fd, offset, whence); }
  /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 248 <dd>Means the algorithm can work per block, whence guaranteeing a good scaling of the performance for large matrices.</dd>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 87 int fseek(FILE* stream, long offset, int whence);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 16 //sys naclSeek(fd int, off *int64, whence int) (err error) = sys_lseek
syscall_openbsd.go 175 //sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) = SYS_LSEEK
ztypes_linux_arm64.go 150 Whence int16
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 16 //sys naclSeek(fd int, off *int64, whence int) (err error) = sys_lseek
syscall_openbsd.go 175 //sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) = SYS_LSEEK
ztypes_linux_arm64.go 150 Whence int16
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
unistd.h 45 /* Values for whence in fseek and lseek */
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
unistd.h 45 /* Values for whence in fseek and lseek */

Completed in 1014 milliseconds

<<11121314151617181920>>