| /freebsd/sys/contrib/device-tree/src/arm/st/ |
| H A D | st-pincfg.h | 15 #define OE (1 << 27) macro 35 #define OUT (OE) 37 #define BIDIR (OE | OD) 39 #define BIDIR_PU (OE | PU | OD)
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 1851 for (auto &OE : DAG->DDG->getOutEdges(&SUnits[i])) { in createAdjacencyStructure() local 1854 if (OE.isOutputDep()) { in createAdjacencyStructure() 1855 int N = OE.getDst()->NodeNum; in createAdjacencyStructure() 1865 if (OE.getDst()->isBoundaryNode() || OE.isArtificial()) in createAdjacencyStructure() 1874 if (OE.isAntiDep()) in createAdjacencyStructure() 1877 int N = OE.getDst()->NodeNum; in createAdjacencyStructure() 2097 for (const auto &OE : DDG->getOutEdges(SU)) { in computeNodeFunctions() local 2098 SUnit *Succ = OE.getDst(); in computeNodeFunctions() 2101 if (OE.getLatency() == 0) in computeNodeFunctions() 2104 if (OE.ignoreDependence(true)) in computeNodeFunctions() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVNExpression.h | 217 const auto &OE = cast<BasicExpression>(Other); in equals() local 218 return getType() == OE.getType() && NumOperands == OE.NumOperands && in equals() 219 std::equal(op_begin(), op_end(), OE.op_begin()); in equals() 463 const AggregateValueExpression &OE = cast<AggregateValueExpression>(Other); in equals() local 464 return NumIntOperands == OE.NumIntOperands && in equals() 465 std::equal(int_op_begin(), int_op_end(), OE.int_op_begin()); in equals() 530 const PHIExpression &OE = cast<PHIExpression>(Other); in equals() local 531 return BB == OE.BB; in equals()
|
| /freebsd/sys/contrib/device-tree/Bindings/display/ti/ |
| H A D | ti,tpd12s015.txt | 8 - gpios: CT CP HPD, LS OE and HPD gpios 21 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
|
| /freebsd/tools/tools/locale/etc/charmaps/ |
| H A D | eucKR.TXT | 480 0x8261 0xAD36 #HANGUL SYLLABLE KIYEOK OE SSANGKIYEOK 481 0x8262 0xAD37 #HANGUL SYLLABLE KIYEOK OE KIYEOKSIOS 482 0x8263 0xAD39 #HANGUL SYLLABLE KIYEOK OE NIEUNCIEUC 483 0x8264 0xAD3A #HANGUL SYLLABLE KIYEOK OE NIEUNHIEUH 484 0x8265 0xAD3B #HANGUL SYLLABLE KIYEOK OE TIKEUT 485 0x8266 0xAD3D #HANGUL SYLLABLE KIYEOK OE RIEULKIYEOK 486 0x8267 0xAD3E #HANGUL SYLLABLE KIYEOK OE RIEULMIEUM 487 0x8268 0xAD3F #HANGUL SYLLABLE KIYEOK OE RIEULPIEUP 488 0x8269 0xAD40 #HANGUL SYLLABLE KIYEOK OE RIEULSIOS 489 0x826A 0xAD41 #HANGUL SYLLABLE KIYEOK OE RIEULTHIEUTH [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCAPElim.cpp | 125 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end(); in runImpl() local 126 OI != OE; ++OI) { in runImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | SeedCollection.cpp | 76 OE = Seeds.size(); in runOnFunction() local 77 Offset + 1 < OE; Offset += 1) { in runOnFunction()
|
| /freebsd/sys/contrib/device-tree/Bindings/bus/ |
| H A D | qcom,ebi2.txt | 9 data lines (16 bits), OE (output enable), ADV (address valid, used on some 78 drive the data bus after OE is de-asserted, in order to avoid contention on 99 - qcom,xmem-adv-to-oe-recovery-cycles: the number of cycles elapsed before an OE 101 2 means 2 cycles between ADV and OE. Valid values 0, 1, 2 or 3. 104 assertion to OE assertion. Valid values 0 thru 15.
|
| H A D | nvidia,tegra20-gmi.txt | 49 - nvidia,snor-oe-active-high: WE/OE signal is active high 67 - nvidia,snor-oe-width: Number of cycles during which OE stays asserted.
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | am57xx-beagle-x15-revc.dts | 14 <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */
|
| H A D | am57xx-beagle-x15-revb1.dts | 14 <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */
|
| H A D | am57xx-beagle-x15.dts | 15 <&gpio6 28 GPIO_ACTIVE_HIGH>, /* gpio6_28, LS OE */
|
| /freebsd/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-74x164.txt | 16 - enable-gpios: GPIO connected to the OE (Output Enable) pin.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVRegularizer.cpp | 131 for (unsigned OI = 0, OE = II->getNumOperands(); OI != OE; ++OI) { in runLowerConstExpr() local
|
| /freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | aptina,mt9v111.txt | 20 - enable-gpios: output enable signal, pin name "OE#". Active low.
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HeuristicResolver.cpp | 381 if (const auto *OE = dyn_cast<OverloadExpr>(E)) { in resolveExprToDecls() local 382 return {OE->decls_begin(), OE->decls_end()}; in resolveExprToDecls()
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | vars.c | 51 "eofw", (char *)&OE },
|
| H A D | remote.c | 47 &AT, &DV, &CM, &CU, &EL, &IE, &OE, &PN, &PR, &DI,
|
| H A D | tip.h | 69 EXTERN char *OE; /* EOT to send to complete FT */ variable
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6ull-colibri-aster.dtsi | 68 * 127 - Voltage Level Translator OE# signal (IC11 and IC12)
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 2177 } else if (const auto *OE = dyn_cast<CXXOperatorCallExpr>(Exp)) { in VisitCallExpr() local 2178 OverloadedOperatorKind OEop = OE->getOperator(); in VisitCallExpr() 2191 checkAccess(OE->getArg(1), AK_Read); in VisitCallExpr() 2195 checkAccess(OE->getArg(0), AK_Written); in VisitCallExpr() 2201 if (!(OEop == OO_Star && OE->getNumArgs() > 1)) { in VisitCallExpr() 2203 checkPtAccess(OE->getArg(0), AK_Read); in VisitCallExpr() 2208 const Expr *Obj = OE->getArg(0); in VisitCallExpr() 2213 const FunctionDecl *FD = OE->getDirectCallee(); in VisitCallExpr() 2214 examineArguments(FD, std::next(OE->arg_begin()), OE->arg_end(), in VisitCallExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCTargetDesc.cpp | 96 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMStoreDeprecationInfo() local 113 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMLoadDeprecationInfo() local
|
| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | omap-gpmc.txt | 74 OE signals timings (in nanoseconds) corresponding to GPMC_CONFIG4: 100 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 432 for (OriginMap::iterator OI = Origins.begin(), OE = Origins.end(); OI != OE; ) { in RemoveSources() local
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | db_disasm.c | 659 u_int OE; in disasm_fields() local 660 OE = extract_field(instr, 31 - 21, 1); in disasm_fields() 661 if (OE) { in disasm_fields()
|