HomeSort by: relevance | last modified time | path
    Searched defs:OF (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
TestingSupport.cpp 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
42 ObjectFile *OF = ObjErr.get().getBinary();
43 auto BytesInAddress = OF->getBytesInAddress();
52 auto ObjFormat = OF->getTripleObjectFormat();
53 for (const auto &Section : OF->sections()) {
78 // Get the contents of the given sections.
113 // Coverage mapping data is expected to have an alignment of 8.
117 // Coverage records data is expected to have an alignment of 8.
  /src/external/gpl3/gdb/dist/sim/mips/
cp1.h 5 modified substantially by Ed Satterthwaite of Broadcom Corporation
8 This file is part of GDB, the GNU debugger.
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 3 of the License, or
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 You should have received a copy of the GNU General Public License
26 /* See sim-main.h for allocation of registers FCR0 and FCR31 (FCSR)
53 of the bits within the FCSR register. (Note that the number of bits
69 #define OF 2 /* O: OverFlow *
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/mips/
cp1.h 5 modified substantially by Ed Satterthwaite of Broadcom Corporation
8 This file is part of GDB, the GNU debugger.
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 3 of the License, or
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 You should have received a copy of the GNU General Public License
26 /* See sim-main.h for allocation of registers FCR0 and FCR31 (FCSR)
53 of the bits within the FCSR register. (Note that the number of bits
69 #define OF 2 /* O: OverFlow *
    [all...]
  /src/bin/pax/
options.h 6 * The Regents of the University of California. All rights reserved.
9 * Keith Muller of the University of California, San Diego.
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
19 * 3. Neither the name of the University nor the names of its contributors
25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOS
    [all...]
  /src/tests/net/net/
t_unix.c 13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
18 * 3. All advertising materials mentioning features or use of this software
22 * 4. Neither the name of The NetBSD Foundation nor the names of its
28 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
31 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER I
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
152 // When building a module MainFileName is the name of the modulemap file.
333 auto &OF = OFOrErr.get();
334 bool IsCOFF = isa<llvm::object::COFFObjectFile>(*OF);
336 for (auto &Section : OF->sections()) {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCFragment.cpp 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
219 // There are two kinds of bundling restrictions:
224 // would, add padding until the end of the bundle so that the fragment
233 // reaches the end of the next bundle boundary.
438 const auto *OF = cast<MCOrgFragment>(this);
440 OS << " Offset:" << OF->getOffset()
441 << " Value:" << static_cast<unsigned>(OF->getValue());
445 const auto *OF = cast<MCDwarfLineAddrFragment>(this);
447 OS << " AddrDelta:" << OF->getAddrDelta()
448 << " LineDelta:" << OF->getLineDelta()
    [all...]
MCAssembler.cpp 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54 STATISTIC(EmittedFragments, "Number of emitted assembler fragments - total");
56 "Number of emitted assembler fragments - relaxable");
58 "Number of emitted assembler fragments - data");
60 "Number of emitted assembler fragments - compact encoded inst");
62 "Number of emitted assembler fragments - align");
64 "Number of emitted assembler fragments - fill");
65 STATISTIC(EmittedNopsFragments, "Number of emitted assembler fragments - nops");
66 STATISTIC(EmittedOrgFragments, "Number of emitted assembler fragments - org");
67 STATISTIC(evaluateFixup, "Number of evaluated fixups")
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Object.cpp 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
23 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) {
24 return reinterpret_cast<OwningBinary<ObjectFile> *>(OF);
27 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) {
29 const_cast<OwningBinary<ObjectFile> *>(OF));
150 auto OF = cast<ObjectFile>(unwrap(BR));
151 auto sections = OF->sections();
159 auto OF = cast<ObjectFile>(unwrap(BR));
160 return (*unwrap(SI) == OF->section_end()) ? 1 : 0;
164 auto OF = cast<ObjectFile>(unwrap(BR))
    [all...]
  /src/external/cddl/osnet/dist/uts/common/zmod/
zconf.h 4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
52 * our versions of zmemcpy(), zmemzero(), and zmemcmp().
63 #define OF(p) p
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
ioapi.h 2 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
137 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
138 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
139 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
140 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
141 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
143 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
144 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
160 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
161 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
ioapi.h 2 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
137 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
138 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
139 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
140 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
141 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
143 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
144 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
160 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
161 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
ioapi.h 2 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
137 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
138 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
139 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
140 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
141 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
143 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
144 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
160 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
161 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOutliner.cpp 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
10 /// Replaces repeated sequences of instructions with function calls.
13 /// suffix tree, and repeatedly querying that tree for repeated sequences of
14 /// instructions. If a sequence of instructions appears often, then it ought
19 /// a specific sequence of instructions should be outlined. This information
20 /// is used to deduce the number of instructions necessary to
31 /// in order to make use of the MachineOutliner.
34 /// talk "Reducing Code Size Using Outlining". For a high-level overview of
43 /// The talk provides an overview of how the outliner finds candidates and
47 /// of the algorithm actually used here, Ukkonen's algorithm
    [all...]
  /src/usr.sbin/lpr/common_source/
common.c 5 * The Regents of the University of California. All rights reserved.
7 * All or some portions of this file are derived from material licensed
8 * to the University of California by American Telephone and Telegraph
10 * the permission of UNIX System Laboratories, Inc.
15 * 1. Redistributions of source code must retain the above copyright
16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
20 * 3. Neither the name of the University nor the names of its contributor
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
9 // This file is a part of ThreadSanitizer, a race detector.
16 // - Optimizations may apply to avoid instrumenting some of the accesses.
87 STATISTIC(NumInstrumentedReads, "Number of instrumented reads");
88 STATISTIC(NumInstrumentedWrites, "Number of instrumented writes");
90 "Number of reads ignored due to following writes");
91 STATISTIC(NumAccessesWithBadSize, "Number of accesses with bad size");
92 STATISTIC(NumInstrumentedVtableWrites, "Number of vtable ptr writes");
93 STATISTIC(NumInstrumentedVtableReads, "Number of vtable ptr reads");
95 "Number of reads from constant globals")
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
46 STATISTIC(CovMapNumRecords, "The # of coverage function records");
47 STATISTIC(CovMapNumUsedRecords, "The # of used coverage function records");
111 // The uncompressed length may exceed the size of the encoded filenames.
227 /// Read the sub-array of regions for the given inferred file id.
228 /// \param NumFileIDs the number of file ids that are defined for this
309 // If the high bit of ColumnEnd is set, this is a gap region.
322 // position at the end of the line without knowing the length of that line.
371 // Create an array of dummy expressions that get the proper counter
    [all...]
  /src/external/gpl3/gdb/dist/sim/aarch64/
cpustate.h 7 This file is part of GDB.
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 You should have received a copy of the GNU General Public License
38 (e.g. ADD X0, X1, W2) so the implementation of the instruction
39 needs to *know* which type of read or write access is required. */
86 access modes (e.g. FCVT S0, D0) so the implementation of the
87 instruction needs to *know* which type of read or write access is
126 /* All the different integer bit patterns for the components of
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
cpustate.h 7 This file is part of GDB.
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 You should have received a copy of the GNU General Public License
38 (e.g. ADD X0, X1, W2) so the implementation of the instruction
39 needs to *know* which type of read or write access is required. */
86 access modes (e.g. FCVT S0, D0) so the implementation of the
87 instruction needs to *know* which type of read or write access is
126 /* All the different integer bit patterns for the components of
    [all...]
  /src/common/dist/zlib/
zconf.h 3 /* zconf.h -- configuration of the zlib compression library
5 * For conditions of distribution and use, see copyright notice in zlib.h
294 Of course this will generally degrade compression (there's no free lunch).
303 #ifndef OF /* function prototypes */
305 # define OF(args) args
307 # define OF(args) ()
458 * because of endianness).
460 * To avoid changing the ABI of already-compiled libz.so.1, we disable
462 * irrespective of HAVE_UNISTD_H and HAVE_STDARG_H so callers don't
545 # define SEEK_SET 0 /* Seek from beginning of file. *
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangle.cpp 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
11 // This file has no dependencies on the rest of LLVM so that it can be
57 // These 4 values indicate some kind of pointer, but we still don't know
165 // would create an ambiguity with ?A which delimits the beginning of an
400 // Older versions of clang mangled this type of symbol incorrectly. They
770 // called ??@...@??_R4@ (with a trailing "??_R4@" instead of the usual
772 // 2. For catchable types, in versions of MSVC before 2015 (<1900) or after
883 // "int (*x)[20]" is a valid C type (x is a pointer to an array of
884 // length 20), so we need some way to embed numbers as part of symbols
    [all...]
  /src/external/gpl3/binutils/dist/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
286 Of course this will generally degrade compression (there's no free lunch).
295 #ifndef OF /* function prototypes */
297 # define OF(args) args
299 # define OF(args) ()
507 # define SEEK_SET 0 /* Seek from beginning of file. */
  /src/external/gpl3/binutils.old/dist/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. */
  /src/external/gpl3/gdb/dist/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. */
  /src/external/gpl3/gdb.old/dist/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 221 milliseconds

1 2