Home
last modified time | relevance | path

Searched refs:fseeko64 (Results 1 – 25 of 26) sorted by relevance

12

/external/zlib/src/contrib/minizip/
Dioapi.h51 #define fseeko64 fseek macro
56 #define fseeko64 fseeko macro
62 #define fseeko64 _fseeki64 macro
65 #define fseeko64 fseek macro
Dioapi.c25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
Dminizip.c39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
Dminiunz.c38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
/external/libdivsufsort/CMakeModules/
DCheckLFS.cmake51 # LFS type2: 8 <= sizeof(off64_t), fopen64, fseeko64, ftello64
56 check_symbol_exists("fseeko64" "stdio.h" HAVE_FSEEKO64)
61 set(LFS_FSEEK "fseeko64")
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvwriter.cc82 return fseeko64(file_, static_cast<off_t>(position), SEEK_SET); in Position()
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvwriter.cc82 return fseeko64(file_, static_cast<off_t>(position), SEEK_SET); in Position()
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvreader.cc122 fseeko64(m_file, static_cast<off_t>(offset), SEEK_SET); in Read()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvreader.cc122 fseeko64(m_file, static_cast<off_t>(offset), SEEK_SET); in Read()
/external/ltp/utils/ffsb-6.0-rc2/
Dconfigure.in46 AC_CHECK_FUNCS(system gettimeofday mkdir strerror open64 stat64 fseeko64 lrand48_r srand48_r)
Dconfig.h.in6 /* Define to 1 if you have the `fseeko64' function. */
Dconfigure5561 for ac_func in system gettimeofday mkdir strerror open64 stat64 fseeko64 lrand48_r srand48_r
/external/flac/include/share/
Dcompat.h57 #define fseeko fseeko64
/external/libvpx/libvpx/
Dtools_common.h32 #define fseeko fseeko64
/external/libaom/libaom/common/
Dtools_common.h36 #define fseeko fseeko64
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll327 ; CHECK: declare void @fseeko64(...)
328 declare void @fseeko64(...)
Dannotate.ll346 ; CHECK-LINUX: declare i32 @fseeko64(%opaque* nocapture, i64, i32) [[G0]]
347 declare i32 @fseeko64(%opaque*, i64, i32)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll453 ; CHECK: declare void @fseeko64(...)
454 declare void @fseeko64(...)
Dannotate.ll472 ; CHECK-LINUX: declare i32 @fseeko64(%opaque* nocapture, i64, i32) [[G0]]
473 declare i32 @fseeko64(%opaque*, i64, i32)
/external/lz4/programs/
Dutil.h82 # define UTIL_fseek fseeko64
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def569 /// int fseeko64(FILE *stream, off64_t offset, int whence)
570 TLI_DEFINE_ENUM_INTERNAL(fseeko64)
571 TLI_DEFINE_STRING_INTERNAL("fseeko64")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp385 TLI.setUnavailable(LibFunc::fseeko64); in initialize()
723 case LibFunc::fseeko64: in isValidProtoForLibFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def754 /// int fseeko64(FILE *stream, off64_t offset, int whence)
755 TLI_DEFINE_ENUM_INTERNAL(fseeko64)
756 TLI_DEFINE_STRING_INTERNAL("fseeko64")
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp649 case LibFunc::fseeko64: in inferLibFuncAttributes()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1782 fun:fseeko64=uninstrumented

12