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

1 2

  /external/llvm/tools/llvm-cov/
TestingSupport.cpp 5 // This file is distributed under the University of Illinois Open Source
41 ObjectFile *OF = ObjErr.get().getBinary();
42 auto BytesInAddress = OF->getBytesInAddress();
51 for (const auto &Section : OF->sections()) {
66 // Get the contents of the given sections.
86 // Coverage mapping data is expected to have an alignment of 8.
  /external/freetype/src/gzip/
ftzconf.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/llvm/lib/MC/
MCFragment.cpp 5 // This file is distributed under the University of Illinois Open Source
201 // There are two kinds of bundling restrictions:
206 // would, add padding until the end of the bundle so that the fragment
215 // reaches the end of the next bundle boundary.
405 const MCOrgFragment *OF = cast<MCOrgFragment>(this);
407 OS << " Offset:" << OF->getOffset() << " Value:" << OF->getValue();
411 const MCDwarfLineAddrFragment *OF = cast<MCDwarfLineAddrFragment>(this);
413 OS << " AddrDelta:" << OF->getAddrDelta()
414 << " LineDelta:" << OF->getLineDelta()
    [all...]
MCAssembler.cpp 5 // This file is distributed under the University of Illinois Open Source
40 STATISTIC(EmittedFragments, "Number of emitted assembler fragments - total");
42 "Number of emitted assembler fragments - relaxable");
44 "Number of emitted assembler fragments - data");
46 "Number of emitted assembler fragments - compact encoded inst");
48 "Number of emitted assembler fragments - align");
50 "Number of emitted assembler fragments - fill");
52 "Number of emitted assembler fragments - org");
53 STATISTIC(evaluateFixup, "Number of evaluated fixups");
54 STATISTIC(FragmentLayouts, "Number of fragment layouts")
    [all...]
  /external/syslinux/com32/lib/zlib/
zconf.in.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
147 Of course this will generally degrade compression (there's no free lunch).
156 #ifndef OF /* function prototypes */
158 # define OF(args) args
160 # define OF(args) ()
286 # define SEEK_SET 0 /* Seek from beginning of file. */
  /external/syslinux/gpxe/src/arch/i386/include/
registers.h 116 * The i386 has no equivalent of the @c pushal or @c popal
117 * instructions for the segment registers. We adopt the convention of
186 #define OF ( 1 << 11 )
  /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...]
  /toolchain/binutils/binutils-2.27/zlib/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-14/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. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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. */
zconf.in.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/syslinux/memdisk/
unzip.c 4 * This is a collection of several routines from gzip-1.0.3
24 #define OF(args) args
34 /* and a power of two */
45 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */
96 static ulg bytes_out = 0; /* Number of bytes output */
98 static ulg output_size; /* Number of output bytes expected */
120 error("out of memory");
149 die("failed\nDecompression error: ran out of input data\n");
220 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */
234 compressed data size, uncompressed data size, CRC, and offset of
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
Thunk16Lib.h 5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
49 UINT32 OF:1; // Overflow Flag
76 UINT32 OF:1; // Overflow Flag
194 Returns the properties of this real mode thunk implementation. Currently
204 The minimum size of the real mode buffer needed by this thunk implementation
221 Tell this real mode thunk implementation the address and size of the real
227 RealModeBuffer - The address of the buffer allocated by caller. It should be
230 BufferSize - The size of RealModeBuffer. Must be larger than the minimum
    [all...]
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 5 // This file is distributed under the University of Illinois Open Source
136 /// \brief Read the sub-array of regions for the given inferred file id.
137 /// \param NumFileIDs the number of file ids that are defined for this
204 // position at the end of the line without knowing the length of that line.
251 // Create an array of dummy expressions that get the proper counters
273 // i.e. Counter of expansion region = counter of the first region
298 // A dummy coverage mapping data consists of just one region with zero count.
345 // The hash value of dummy mapping records is always zero
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 5 // This file is distributed under the University of Illinois Open Source
35 STATISTIC(EmittedFragments, "Number of emitted assembler fragments");
36 STATISTIC(EvaluateFixup, "Number of evaluated fixups");
37 STATISTIC(FragmentLayouts, "Number of fragment layouts");
38 STATISTIC(ObjectBytes, "Number of emitted object file bytes");
39 STATISTIC(RelaxationSteps, "Number of assembler layout and relaxation steps");
40 STATISTIC(RelaxedInstructions, "Number of relaxed instructions");
44 // FIXME FIXME FIXME: There are number of places in this file where we convert
299 // A number of ARM fixups in Thumb mode require that the effective PC
300 // address be determined as the 32-bit aligned version of the actual offset
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
256 Of course this will generally degrade compression (there's no free lunch).
265 #ifndef OF /* function prototypes */
267 # define OF(args) args
269 # define OF(args) ()
475 # define SEEK_SET 0 /* Seek from beginning of file. */
  /external/python/cpython2/Modules/zlib/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
256 Of course this will generally degrade compression (there's no free lunch).
265 #ifndef OF /* function prototypes */
267 # define OF(args) args
269 # define OF(args) ()
475 # define SEEK_SET 0 /* Seek from beginning of file. */
  /external/syslinux/com32/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
229 Of course this will generally degrade compression (there's no free lunch).
238 #ifndef OF /* function prototypes */
240 # define OF(args) args
242 # define OF(args) ()
388 # define SEEK_SET 0 /* Seek from beginning of file. */
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
44 * (see online documentation of DICOM standard)
78 static final short OF = vr("OF");
120 return OB == vr || OW == vr || OF == vr || SQ == vr || UT == vr || UN == vr;
329 * It creates 2xthe number of cores
489 * Single threaded version of the volume createor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/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
220 Of course this will generally degrade compression (there's no free lunch).
229 #ifndef OF /* function prototypes */
231 # define OF(args) args
233 # define OF(args) ()
361 # define SEEK_SET 0 /* Seek from beginning of file. */
  /toolchain/binutils/binutils-2.27/zlib/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
256 Of course this will generally degrade compression (there's no free lunch).
265 #ifndef OF /* function prototypes */
267 # define OF(args) args
269 # define OF(args) ()
475 # define SEEK_SET 0 /* Seek from beginning of file. */
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
77 UINT32 OF:1;
97 UINT16 OF : 1;
225 // define maximum number of HDD system supports
361 of BiosInt. Regs will contain the 16-bit register context on entry and
397 Segment - Segemnt of 16-bit mode call
398 Offset - Offset of 16-bit mdoe call
402 StackSize - Size of Stack in bytes
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h 5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
186 This function copies the contents of the Unicode string Source to the Unicode
218 This function copies the contents of the Unicode string Source to the Unicode
221 Destination is returned unmodified. If Length is greater that the number of
239 @param Length Maximum number of Unicode characters to copy.
254 Returns the length of a Null-terminated Unicode string.
256 This function returns the number of Unicode characters in the Null-terminated
267 @return The length of String.
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
279 Of course this will generally degrade compression (there's no free lunch).
288 #ifndef OF /* function prototypes */
290 # define OF(args) args
292 # define OF(args) ()
498 # define SEEK_SET 0 /* Seek from beginning of file. */
  /external/python/cpython3/Modules/zlib/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
279 Of course this will generally degrade compression (there's no free lunch).
288 #ifndef OF /* function prototypes */
290 # define OF(args) args
292 # define OF(args) ()
498 # define SEEK_SET 0 /* Seek from beginning of file. */

Completed in 596 milliseconds

1 2