Searched refs:Direction (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_pcr_comp12.c61 UINT32 Direction) /* in */
63 if (Direction != TSS_PCRS_DIRECTION_CREATION && Direction != TSS_PCRS_DIRECTION_RELEASE)
66 return obj_pcrs_select_index_ex(hPcrComposite, Direction, ulPcrIndex);
59 Tspi_PcrComposite_SelectPcrIndexEx(TSS_HPCRS hPcrComposite, UINT32 ulPcrIndex, UINT32 Direction) argument
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DPRBTree.h61 enum Direction enum in class:PRBTree
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);
H A DPRBTree.cc128 PRBTree::rb_child (LMap *lm, Direction d, Time_t ts)
144 PRBTree::Direction
155 return (Direction) prnt->dir[i];
164 Direction d = D_OPPOSITE (lm->dir[0]);
176 PRBTree::rb_copy_node (LMap *lm, Direction d)
187 Direction dd = D_OPPOSITE (d);
193 PRBTree::rb_fix_chld (LMap *prnt, LMap *lm, Direction d)
245 PRBTree::rb_rotate (LMap *x, Direction d)
247 Direction dd = D_OPPOSITE (d);
256 PRBTree::rb_remove_fixup (LMap *x, LMap *prnt, Direction d
[all...]
H A Dvec.h52 enum Direction enum
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineLoopUtils.h29 /// after the loop based on Direction.
35 MachineBasicBlock *PeelSingleBlockLoop(LoopPeelDirection Direction,
/netbsd-current/external/bsd/elftosb/dist/common/
H A Drijndael.h89 enum Direction { Encrypt , Decrypt }; enum in class:Rijndael
104 Direction m_direction;
127 int init(Mode mode,Direction dir,const uint8_t *key,KeyLength keyLen,uint8_t * initVector = 0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp143 enum Direction { enum
179 const Direction Dir) {
184 << (Dir == Direction::Incoming ? "incoming)" : "outgoing)")
187 assert((Dir == Direction::Incoming || Dir == Direction::Outgoing) &&
195 if (Dir == Direction::Incoming) {
198 } else if (Dir == Direction::Outgoing) {
212 reconnectEdges(N, SCCNode, &PiNode, Direction::Incoming);
215 reconnectEdges(SCCNode, N, &PiNode, Direction::Outgoing);
H A DDependenceAnalysis.cpp271 return DV[Level - 1].Direction;
619 unsigned Direction = getDirection(II); local
620 if (Direction == DVEntry::ALL)
623 if (Direction & DVEntry::LT)
625 if (Direction & DVEntry::EQ)
627 if (Direction & DVEntry::GT)
1200 Result.DV[Level].Direction &= Dependence::DVEntry::LT;
1202 Result.DV[Level].Direction &= Dependence::DVEntry::GT;
1204 Result.DV[Level].Direction &= Dependence::DVEntry::EQ;
1211 Result.DV[Level].Direction
[all...]
H A DLoopInfo.cpp230 using Direction = Loop::LoopBounds::Direction;
262 Direction D = getDirection();
263 if (D == Direction::Increasing)
266 if (D == Direction::Decreasing)
274 Direction Loop::LoopBounds::getDirection() const {
279 return Direction::Increasing;
281 return Direction::Decreasing;
284 return Direction::Unknown;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp27 MachineBasicBlock *llvm::PeelSingleBlockLoop(LoopPeelDirection Direction, argument
40 if (Direction == LPD_Front)
58 if (Direction == LPD_Back) {
86 if (Direction == LPD_Front) {
106 if (Direction == LPD_Front) {
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslmapoutput.c192 const char *Direction; local
224 "\n\nPin Type Direction Polarity"
237 Direction = "-Interrupt-";
244 Direction = DirectionDecode[Info->Direction];
255 Info->PinNumber, Type, Direction, Polarity);
H A Daslmapenter.c116 Info->Direction = (UINT8) (Resource->Gpio.IntFlags & 0x0003); /* _IOR, for IO descriptor */
H A Dasltypes.h357 UINT8 Direction; member in struct:acpi_gpio_info
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp137 char Direction; local
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...]
H A DSimpleLoopUnswitch.cpp194 bool Direction,
199 Value *Cond = Direction ? IRB.CreateOr(Invariants) :
201 IRB.CreateCondBr(Cond, Direction ? &UnswitchedSucc : &NormalSucc,
202 Direction ? &NormalSucc : &UnswitchedSucc);
1994 bool Direction = true; local
2003 Direction = false;
2222 buildPartialUnswitchConditionalBranch(*SplitBB, Invariants, Direction,
2296 Direction ? ConstantInt::getTrue(BI->getContext())
2299 Direction ? ConstantInt::getFalse(BI->getContext())
192 buildPartialUnswitchConditionalBranch(BasicBlock &BB, ArrayRef<Value *> Invariants, bool Direction, BasicBlock &UnswitchedSucc, BasicBlock &NormalSucc) argument
/netbsd-current/external/gpl3/gcc/dist/libcody/
H A Dcody.hh638 enum Direction
654 Direction direction : 2;
675 void SetDirection (Direction d)
681 Direction GetDirection () const
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dinterval.d10 $(LREF Direction)
54 enum Direction
1217 void expand(D)(D duration, Direction dir = Direction.both) pure
1224 case Direction.both:
1237 case Direction.fwd:
1247 case Direction.bwd:
1258 assert(0, "Invalid Direction.");
1298 Direction dir = Direction
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dinterval.d26 enum Direction
1189 void expand(D)(D duration, Direction dir = Direction.both) pure
1196 case Direction.both:
1209 case Direction.fwd:
1219 case Direction.bwd:
1230 assert(0, "Invalid Direction.");
1270 Direction dir = Direction.both)
1277 case Direction
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp235 int Direction = getParamPassDirection(ArgLower); local
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,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h97 unsigned char Direction : 3; // Init to ALL, then refine. member in struct:llvm::Dependence::DVEntry
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
365 unsigned char Direction; member in struct:llvm::DependenceInfo::BoundInfo
H A DLoopInfo.h698 enum class Direction { Increasing, Decreasing, Unknown }; class in struct:llvm::Loop::LoopBounds
701 Direction getDirection() const;
/netbsd-current/sys/arch/emips/ebus/
H A Dgpio_ebus.c167 sc->sc_dp->Direction = data;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h158 unsigned Direction : 2;
729 ParamCommandCommentBits.Direction = In;
746 return static_cast<PassDirection>(ParamCommandCommentBits.Direction);
753 void setDirection(PassDirection Direction, bool Explicit) { argument
754 ParamCommandCommentBits.Direction = Direction;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp552 bool Direction; member in class:__anon3105::ReduceCrashingConditionals
555 ReduceCrashingConditionals(BugDriver &bd, BugTester testFn, bool Direction) argument
556 : BD(bd), TestFn(testFn), Direction(Direction) {}
583 << (Direction ? "true" : "false") << ":";
600 if (Direction)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLegacyPassManagers.h361 Pass *findAnalysisPass(AnalysisID AID, bool Direction);

Completed in 453 milliseconds

12