HomeSort by relevance Sort by last modified time
    Searched full:ftello64 (Results 26 - 50 of 99) sorted by null

12 3 4

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetLibraryInfo.def 718 /// off64_t ftello64(FILE *stream)
719 TLI_DEFINE_ENUM_INTERNAL(ftello64)
720 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetLibraryInfo.def 718 /// off64_t ftello64(FILE *stream)
719 TLI_DEFINE_ENUM_INTERNAL(ftello64)
720 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetLibraryInfo.def 718 /// off64_t ftello64(FILE *stream)
719 TLI_DEFINE_ENUM_INTERNAL(ftello64)
720 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetLibraryInfo.def 718 /// off64_t ftello64(FILE *stream)
719 TLI_DEFINE_ENUM_INTERNAL(ftello64)
720 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 781 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
784 # define ftello ftello64
816 extern __off64_t ftello64 (FILE *__stream) __wur;
  /external/zlib/src/contrib/minizip/
miniunz.c 37 #define FTELLO_FUNC(stream) ftello64(stream)
minizip.c 38 #define FTELLO_FUNC(stream) ftello64(stream)
  /toolchain/binutils/binutils-2.27/bfd/
bfdio.c 47 return ftello64 (file);
configure.ac 211 AC_CHECK_DECLS(ftello64)
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
miniunz.c 37 #define FTELLO_FUNC(stream) ftello64(stream)
minizip.c 38 #define FTELLO_FUNC(stream) ftello64(stream)
  /external/llvm/test/Transforms/InferFunctionAttrs/
annotate.ll 370 ; CHECK-LINUX: declare i64 @ftello64(%opaque* nocapture) [[G0]]
371 declare i64 @ftello64(%opaque*)
no-proto.ll 351 ; CHECK: declare void @ftello64(...)
352 declare void @ftello64(...)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 487 _off64_t ftello64(FILE * stream);
492 #define ftello ftello64
    [all...]
  /bionic/tests/
stdio_test.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 388 TLI.setUnavailable(LibFunc::ftello64);
727 case LibFunc::ftello64:
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 650 case LibFunc::ftello64:
    [all...]
  /system/core/libunwindstack/tests/files/offline/offset_arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /system/core/libunwindstack/tests/files/offline/art_quick_osr_stub_arm/
libc.so 
  /system/core/libunwindstack/tests/files/offline/straddle_arm/
libc.so 
  /bionic/libc/
libc.arm.map     [all...]
libc.arm64.map     [all...]
libc.map.txt     [all...]

Completed in 946 milliseconds

12 3 4