HomeSort by relevance Sort by last modified time
    Searched defs:OF (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/llvm/tools/llvm-cov/
TestingSupport.cpp 5 // This file is distributed under the University of Illinois Open Source
43 ObjectFile *OF = ObjErr.get().getBinary();
44 auto BytesInAddress = OF->getBytesInAddress();
53 for (const auto &Section : OF->sections()) {
68 // Get the contents of the given sections.
  /external/freetype/src/gzip/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
133 Of course this will generally degrade compression (there's no free lunch).
142 #ifndef OF /* function prototypes */
144 # define OF(args) args
146 # define OF(args) ()
249 # define SEEK_SET 0 /* Seek from beginning of file. */
  /external/zlib/src/contrib/minizip/
ioapi.h 2 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))
    [all...]
  /development/ndk/platforms/android-3/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /external/llvm/lib/ProfileData/
CoverageMappingReader.cpp 5 // This file is distributed under the University of Illinois Open Source
132 /// \brief Read the sub-array of regions for the given inferred file id.
133 /// \param NumFileIDs the number of file ids that are defined for this
200 // position at the end of the line without knowing the length of that line.
247 // Create an array of dummy expressions that get the proper counters
269 // i.e. Counter of expansion region = counter of the first region
354 // Each coverage map has an alignment of 8, so we need to adjust alignment
427 static ErrorOr<SectionRef> lookupSection(ObjectFile &OF, StringRef Name)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */

Completed in 8321 milliseconds

1 2 3