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

  /external/flac/include/share/
compat.h 53 #define fseeko _fseeki64 macro
57 #define fseeko fseeko64 macro
  /external/libaom/libaom/common/
tools_common.h 30 #define fseeko _fseeki64 macro
36 #define fseeko fseeko64 macro
45 #define fseeko fseek macro
  /external/libvpx/libvpx/
tools_common.h 27 #define fseeko _fseeki64 macro
32 #define fseeko fseeko64 macro
41 #define fseeko fseek macro
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 23 #ifdef fseeko
24 #undef fseeko macro
  /bionic/libc/stdio/
stdio.cpp 635 int fseeko(FILE* fp, off_t offset, int whence) { function
640 __strong_alias(fseek, fseeko);
649 return fseeko(fp, *pos, SEEK_SET);

Completed in 2253 milliseconds