OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Direction
(Results
1 - 19
of
19
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslmapoutput.c
192
const char *
Direction
;
224
"\n\nPin Type
Direction
Polarity"
237
Direction
= "-Interrupt-";
244
Direction
= DirectionDecode[Info->
Direction
];
255
Info->PinNumber, Type,
Direction
, Polarity);
asltypes.h
357
UINT8
Direction
;
/src/external/gpl3/binutils/dist/gprofng/src/
PRBTree.h
61
enum
Direction
95
LMap *rb_copy_node (LMap *lm,
Direction
d);
96
LMap *rb_fix_chld (LMap *prnt, LMap *lm,
Direction
d);
97
LMap *rb_rotate (LMap *x,
Direction
d);
98
void rb_remove_fixup (LMap *x, LMap *prnt,
Direction
d0);
100
static LMap *rb_child (LMap *lm,
Direction
d, Time_t ts);
101
static
Direction
rb_which_chld (LMap *lm);
vec.h
53
enum
Direction
/src/external/gpl3/binutils.old/dist/gprofng/src/
PRBTree.h
61
enum
Direction
95
LMap *rb_copy_node (LMap *lm,
Direction
d);
96
LMap *rb_fix_chld (LMap *prnt, LMap *lm,
Direction
d);
97
LMap *rb_rotate (LMap *x,
Direction
d);
98
void rb_remove_fixup (LMap *x, LMap *prnt,
Direction
d0);
100
static LMap *rb_child (LMap *lm,
Direction
d, Time_t ts);
101
static
Direction
rb_which_chld (LMap *lm);
vec.h
53
enum
Direction
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp
46
const char *
Direction
= (*ETI == CurrentTypeIndex)
50
formatv("forward ref ({0} {1})",
Direction
, *ETI).str();
/src/external/bsd/elftosb/dist/common/
rijndael.h
89
enum
Direction
{ Encrypt , Decrypt };
104
Direction
m_direction;
118
// A cipher instance works only in one
direction
127
int init(Mode mode,
Direction
dir,const uint8_t *key,KeyLength keyLen,uint8_t * initVector = 0);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceGraphBuilder.cpp
143
enum
Direction
{
154
// There is a flag defined for each
direction
(incoming vs outgoing) and
179
const
Direction
Dir) {
184
<< (Dir ==
Direction
::Incoming ? "incoming)" : "outgoing)")
187
assert((Dir ==
Direction
::Incoming || Dir ==
Direction
::Outgoing) &&
188
"Invalid
direction
.");
195
if (Dir ==
Direction
::Incoming) {
198
} else if (Dir ==
Direction
::Outgoing) {
212
reconnectEdges(N, SCCNode, &PiNode,
Direction
::Incoming)
[
all
...]
DependenceAnalysis.cpp
268
// getDirection - Returns the
direction
associated with a particular level.
271
return DV[Level - 1].
Direction
;
619
unsigned
Direction
= getDirection(II);
620
if (
Direction
== DVEntry::ALL)
623
if (
Direction
& DVEntry::LT)
625
if (
Direction
& DVEntry::EQ)
627
if (
Direction
& DVEntry::GT)
734
// have 2 loops in common, so CommonLevels will equal 2 and the
direction
1125
// Can prove independence. Failing that, can compute distance (and
direction
).
1137
// loop's upper bound. If a dependence exists, the dependence
direction
i
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp
137
char
Direction
;
145
Direction
= '<';
147
Direction
= '=';
149
Direction
= '>';
150
Dep.push_back(
Direction
);
152
Direction
= 'S';
153
Dep.push_back(
Direction
);
158
Direction
= '<';
161
Direction
= '>';
163
Direction
= '='
[
all
...]
SimpleLoopUnswitch.cpp
194
bool
Direction
,
199
Value *Cond =
Direction
? IRB.CreateOr(Invariants) :
201
IRB.CreateCondBr(Cond,
Direction
? &UnswitchedSucc : &NormalSucc,
202
Direction
? &NormalSucc : &UnswitchedSucc);
1992
// the best
direction
to unswitch: we want to unswitch the
direction
that will
1994
bool
Direction
= true;
2003
Direction
= false;
2222
buildPartialUnswitchConditionalBranch(*SplitBB, Invariants,
Direction
,
2296
Direction
? ConstantInt::getTrue(BI->getContext()
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h
85
/// Dependence::DVEntry - Each level in the distance/
direction
vector
86
/// has a
direction
(or perhaps a union of several directions), and
97
unsigned char
Direction
: 3; // Init to ALL, then refine.
103
DVEntry() :
Direction
(ALL), Scalar(true), PeelFirst(false),
156
/// getDirection - Returns the
direction
associated with a particular
209
/// dependence (
direction
vectors, etc.) and is used when the compiler is
237
/// getDirection - Returns the
direction
associated with a particular
365
unsigned char
Direction
;
499
/// have 2 loops in common, so CommonLevels will equal 2 and the
direction
611
/// Sets appropriate
direction
vector entry and, when possible
[
all
...]
LoopInfo.h
694
/// An enum for the
direction
of the loop
698
enum class
Direction
{ Increasing, Decreasing, Unknown };
700
/// Get the
direction
of the loop.
701
Direction
getDirection() const;
/src/external/apache2/llvm/dist/llvm/tools/bugpoint/
CrashDebugger.cpp
552
bool
Direction
;
555
ReduceCrashingConditionals(BugDriver &bd, BugTester testFn, bool
Direction
)
556
: BD(bd), TestFn(testFn),
Direction
(
Direction
) {}
583
<< (
Direction
? "true" : "false") << ":";
600
if (
Direction
)
/src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp
235
int
Direction
= getParamPassDirection(ArgLower);
237
if (
Direction
== -1) {
242
Direction
= getParamPassDirection(ArgLower);
245
if (
Direction
!= -1) {
247
(ParamCommandComment::PassDirection)
Direction
);
252
Direction
= ParamCommandComment::In; // Sane fall back.
255
Command->setDirection((ParamCommandComment::PassDirection)
Direction
,
267
// User didn't provide a
direction
argument.
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTreeConstruction.h
196
constexpr bool
Direction
= IsReverse != IsPostDom; // XOR.
197
auto Successors = getChildren<
Direction
>(BB, BatchUpdates);
/src/sys/arch/emips/include/
emipsreg.h
276
volatile uint32_t Enable; /* rw READ: 0 => high-z, 1 => In/Out based on
DIRECTION
279
volatile uint32_t
Direction
; /* rw READ: 0 => input, 1 => output (if enabled)
/src/sys/external/bsd/acpica/dist/include/
actbl2.h
2766
UINT8
Direction
;
2803
/* Values for
Direction
field above */
Completed in 61 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026