Home
last modified time | relevance | path

Searched refs:EK (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91sam9g15ek.dts3 * at91sam9g15ek.dts - Device Tree file for AT91SAM9G15-EK board
14 model = "Atmel AT91SAM9G15-EK";
H A Dat91sam9x35ek.dts3 * at91sam9x35ek.dts - Device Tree file for AT91SAM9X35-EK board
14 model = "Atmel AT91SAM9X35-EK";
H A Dat91sam9x25ek.dts3 * at91sam9x25ek.dts - Device Tree file for AT91SAM9X25-EK board
13 model = "Atmel AT91SAM9X25-EK";
H A Dat91sam9g35ek.dts3 * at91sam9g35ek.dts - Device Tree file for AT91SAM9G35-EK board
14 model = "Atmel AT91SAM9G35-EK";
H A Dsama5d33ek.dts3 * sama5d33ek.dts - Device Tree file for SAMA5D33-EK board
15 model = "Atmel SAMA5D33-EK";
H A Dsama5d31ek.dts3 * sama5d31ek.dts - Device Tree file for SAMA5D31-EK board
15 model = "Atmel SAMA5D31-EK";
H A Dsama5d36ek.dts3 * sama5d36ek.dts - Device Tree file for SAMA5D36-EK board
16 model = "Atmel SAMA5D36-EK";
H A Dsama5d35ek.dts3 * sama5d35ek.dts - Device Tree file for SAMA5D35-EK board
15 model = "Atmel SAMA5D35-EK";
H A Dsama5d34ek.dts3 * sama5d34ek.dts - Device Tree file for SAMA5D34-EK board
15 model = "Atmel SAMA5D34-EK";
H A Dat91sam9g25ek.dts3 * at91sam9g25ek.dts - Device Tree file for AT91SAM9G25-EK board
13 model = "Atmel AT91SAM9G25-EK";
H A Dsama5d36ek_cmp.dts3 * sama5d36ek_cmp.dts - Device Tree file for SAMA5D36-EK CMP board
H A Dat91-sama5d27_wlsom1_ek.dts3 * at91-sama5d27_wlsom1_ek.dts - Device Tree file for SAMA5D27 WLSOM1 EK
14 model = "Microchip SAMA5D27 WLSOM1 EK";
H A Dat91sam9n12ek.dts3 * at91sam9n12ek.dts - Device Tree file for AT91SAM9N12-EK board
12 model = "Atmel AT91SAM9N12-EK";
H A Dat91-sama5d4ek.dts12 model = "Atmel SAMA5D4-EK";
45 /* The vref depends on JP22 of EK. If connect 1-2 then use 3.3V. connect 2-3 use 3.0V */
H A Dat91sam9m10g45ek.dts3 * at91sam9m10g45ek.dts - Device Tree file for AT91SAM9M10G45-EK board
13 model = "Atmel AT91SAM9M10G45-EK";
H A Dat91-sama5d2_ptc_ek.dts3 * at91-sama5d2_ptc_ek.dts - Device Tree file for SAMA5D2 PTC EK board
18 model = "Atmel SAMA5D2 PTC EK";
H A Dat91sam9x5ek.dtsi11 model = "Atmel AT91SAM9X5-EK";
H A Dat91-sama5d27_som1_ek.dts3 * at91-sama5d27_som1_ek.dts - Device Tree file for SAMA5D27-SOM1-EK board
17 model = "Atmel SAMA5D27 SOM1 EK";
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h296 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
299 void setEdgeKind(Node &ChildN, Edge::Kind EK);
754 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
1035 void insertEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
1038 void insertEdge(Function &Source, Function &Target, Edge::Kind EK) { in insertEdge() argument
1039 return insertEdge(get(Source), get(Target), EK); in insertEdge()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h45 explicit LVComputationKind(NamedDecl::ExplicitVisibilityKind EK) in LVComputationKind()
46 : ExplicitKind(EK), IgnoreExplicitVisibility(false), in LVComputationKind()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp41 Edge::Kind EK) { in insertEdgeInternal() argument
43 Edges.emplace_back(TargetN, EK); in insertEdgeInternal()
46 void LazyCallGraph::EdgeSequence::setEdgeKind(Node &TargetN, Edge::Kind EK) { in setEdgeKind() argument
47 Edges[EdgeIndexMap.find(&TargetN)->second].setKind(EK); in setEdgeKind()
62 LazyCallGraph::Node &N, LazyCallGraph::Edge::Kind EK) { in addEdge() argument
67 Edges.emplace_back(LazyCallGraph::Edge(N, EK)); in addEdge()
985 Edge::Kind EK) { in insertOutgoingEdge() argument
987 SourceN->insertEdgeInternal(TargetN, EK); in insertOutgoingEdge()
1482 void LazyCallGraph::insertEdge(Node &SourceN, Node &TargetN, Edge::Kind EK) { in insertEdge() argument
1486 return SourceN->insertEdgeInternal(TargetN, EK); in insertEdge()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp104 if (auto EK = S->hasExternalDefinitions(D)) in hasExternalDefinitions() local
105 if (EK != EK_ReplyHazy) in hasExternalDefinitions()
106 return EK; in hasExternalDefinitions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h330 if (auto EK = S->hasExternalDefinitions(D)) in hasExternalDefinitions() local
331 if (EK != EK_ReplyHazy) in hasExternalDefinitions()
332 return EK; in hasExternalDefinitions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp252 auto EK = SP->getUnit()->getEmissionKind(); in hasDebugInfo() local
253 if (EK == DICompileUnit::NoDebug) in hasDebugInfo()
/freebsd/share/termcap/
H A Dtermcap328 :al=130\EP\n\EQ:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :\
333 :am:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :co#80:\
427 :am:le=^H:bs:cl=\EK:li#24:co#80:nd=\EC:up=\EA:cd=\EJ:ce=\EI:\
714 :ce=\EK:cd=\EJ:is=\E>:ks=\E[?1h\E=:ke=\E[?1l\E>:\
751 :ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#87:li#72:nd=\EC:\
758 :al=\EF:cd=\EJ:ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#88:li#72:nd=\EC:\
829 :te=\EJ\E\\2\E|\041\061^L^Y:ti=\E\\1\EK\E|\041\061L^Y:\
879 :do=^J:al=\EL:am:le=^H:bs:cd=\ER:co#80:ce=\EK:cl=\EJ:\
886 :up=\EA:ce=\EK:cd=\EL:al=\EP:dl=\EN:ic=\EO:\
937 :dc=\EF:dl=\EK:do=\EP:ei=\ENi:el=\ENl:fs=\ENl:\
[all …]

12