OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Setup
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_coverage_fuchsia.cc
73
// Complete the
setup
before filling in any guards with indices.
74
// This avoids the possibility of code called from
Setup
reentering
76
u32 idx =
Setup
(end - start);
125
u32
Setup
(u32 num_guards) {
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_coverage_fuchsia.cpp
75
// Complete the
setup
before filling in any guards with indices.
76
// This avoids the possibility of code called from
Setup
reentering
78
u32 idx =
Setup
(end - start);
128
u32
Setup
(u32 num_guards) {
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_coverage_fuchsia.cpp
74
// Complete the
setup
before filling in any guards with indices.
75
// This avoids the possibility of code called from
Setup
reentering
77
u32 idx =
Setup
(end - start);
127
u32
Setup
(u32 num_guards) {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVETailPredication.cpp
17
/// DLSTP and WLSTP instructions, which
setup
a tail-predicated loop and the
166
IntrinsicInst *
Setup
= FindLoopIterations(Preheader);
169
if (!
Setup
) {
172
Setup
= FindLoopIterations(Preheader->getSinglePredecessor());
173
if (!
Setup
)
177
LLVM_DEBUG(dbgs() << "ARM TP: Running on Loop: " << *L << *
Setup
<< "\n");
179
bool Changed = TryConvertActiveLaneMask(
Setup
->getArgOperand(0));
ARMISelLowering.cpp
4145
//
Setup
first unallocated register as first byval register;
4191
//
Setup
stack frame, the va_list pointer will start from.
16650
SDValue
Setup
= DAG.getNode(ARMISD::WLSSETUP, dl, MVT::i32, Elements);
16653
SDValue Ops[] = {Chain,
Setup
, Dest};
16660
SDValue Ops[] = {Chain,
Setup
, OtherTarget};
16664
DAG.ReplaceAllUsesOfValueWith(Int.getValue(0),
Setup
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
HardwareLoops.cpp
326
Value *
Setup
= InsertIterationSetup(LoopCountInit);
330
Value *EltsRem = InsertPHICounter(
Setup
, LoopDec);
/src/sys/arch/amiga/dev/
mscreg.h
118
u_char
Setup
; /* causes reconfiguration */
/src/sys/external/bsd/acpica/dist/include/
acobject.h
99
#define AOPOBJ_SETUP_COMPLETE 0x20 /* Region
setup
is complete */
418
ACPI_ADR_SPACE_SETUP
Setup
;
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h
393
// void
SetUp
() override { ... }
459
//
SetUp
/TearDown method of Environment objects registered with Google
469
virtual void
SetUp
();
496
// Often a user misspells
SetUp
() as
Setup
() and spends a long time
502
// will be a conflict if void
Setup
() is declared in the user's
511
// about it being private, you have mis-spelled
SetUp
() as
Setup
().
513
virtual Setup_should_be_spelled_SetUp*
Setup
() { return nullptr; }
1036
// methods
SetUp
() and TearDown() instead of the constructor and th
[
all
...]
Completed in 56 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026