Home
last modified time | relevance | path

Searched refs:oe (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/external/u-boot/board/Seagate/goflexhome/
Dgoflexhome.c149 u32 oe; in set_leds() local
153 oe = readl(&r->oe) | BOTH_LEDS; in set_leds()
154 writel(oe & ~leds, &r->oe); /* active low */ in set_leds()
/external/u-boot/drivers/pinctrl/
Dpinctrl-sti.c94 int oe = 0, pu = 0, od = 0; in sti_pin_configure() local
128 oe = 0; pu = 0; od = 0; in sti_pin_configure()
131 oe = 0; pu = 1; od = 0; in sti_pin_configure()
134 oe = 1; pu = 0; od = 0; in sti_pin_configure()
137 oe = 1; pu = 0; od = 1; in sti_pin_configure()
140 oe = 1; pu = 1; od = 1; in sti_pin_configure()
179 if (oe) in sti_pin_configure()
/external/angle/third_party/glslang/src/Test/
Dpreprocessor.include.enabled.vert8 #include "foo.oe>"
9 #include <foo.oe>
12 #include "foo.oe>"
/external/deqp-deps/glslang/Test/
Dpreprocessor.include.enabled.vert8 #include "foo.oe>"
9 #include <foo.oe>
12 #include "foo.oe>"
/external/u-boot/board/Seagate/dockstar/
Ddockstar.c147 u32 oe = readl(&r->oe) | BOTH_LEDS; in set_leds() local
148 writel(oe & ~leds, &r->oe); /* active low */ in set_leds()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observer.hpp77 explicit OnErrorForward(onerror_t oe) : onerror(std::move(oe)) {} in OnErrorForward()
496 auto make_observer(OnError oe) in make_observer() argument
502 detail::OnNextEmpty<T>(), std::move(oe)); in make_observer()
505 auto make_observer(OnNext on, OnError oe) in make_observer() argument
511 std::move(on), std::move(oe)); in make_observer()
523 auto make_observer(OnNext on, OnError oe, OnCompleted oc) in make_observer() argument
530 std::move(on), std::move(oe), std::move(oc)); in make_observer()
544 auto make_observer(State os, OnError oe) in make_observer() argument
551 std::move(os), detail::OnNextEmpty<T>(), std::move(oe)); in make_observer()
554 auto make_observer(State os, OnNext on, OnError oe) in make_observer() argument
[all …]
Drx-subscriber.hpp275 auto make_subscriber(const OnNext& on, const OnError& oe) in make_subscriber() argument
281 observer<T, detail::stateless_observer_tag, OnNext, OnError>(on, oe)); in make_subscriber()
293 auto make_subscriber(const OnNext& on, const OnError& oe, const OnCompleted& oc) in make_subscriber() argument
300 … observer<T, detail::stateless_observer_tag, OnNext, OnError, OnCompleted>(on, oe, oc)); in make_subscriber()
352 auto make_subscriber(const composite_subscription& cs, const OnNext& on, const OnError& oe) in make_subscriber() argument
358 observer<T, detail::stateless_observer_tag, OnNext, OnError>(on, oe)); in make_subscriber()
370 auto make_subscriber(const composite_subscription& cs, const OnNext& on, const OnError& oe, const O… in make_subscriber() argument
377 … observer<T, detail::stateless_observer_tag, OnNext, OnError, OnCompleted>(on, oe, oc)); in make_subscriber()
460 auto make_subscriber(trace_id id, const OnNext& on, const OnError& oe) in make_subscriber() argument
466 observer<T, detail::stateless_observer_tag, OnNext, OnError>(on, oe)); in make_subscriber()
[all …]
/external/u-boot/arch/arm/mach-mvebu/
Dgpio.c27 writel(gpp0_oe, &gpio0reg->oe); in mvebu_config_gpio()
28 writel(gpp1_oe, &gpio1reg->oe); in mvebu_config_gpio()
/external/deqp-deps/glslang/Test/baseResults/
Dpreprocessor.include.enabled.vert.err6 ERROR: 0:8005: '#include' : Could not process include directive for header name: foo.oe>
7 ERROR: 0:8006: '#include' : Could not process include directive for header name: foo.oe
10 ERROR: 0:8009: '#include' : Could not process include directive for header name: foo.oe>
/external/angle/third_party/glslang/src/Test/baseResults/
Dpreprocessor.include.enabled.vert.err6 ERROR: 0:8005: '#include' : Could not process include directive for header name: foo.oe>
7 ERROR: 0:8006: '#include' : Could not process include directive for header name: foo.oe
10 ERROR: 0:8009: '#include' : Could not process include directive for header name: foo.oe>
/external/skqp/src/pathops/
DSkOpCoincidence.cpp701 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); in addOrOverlap() local
702 if (overlap && os && oe && overlap->contains(os, oe)) { in addOrOverlap()
708 FAIL_IF(oe && oe->deleted()); in addOrOverlap()
717 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr; in addOrOverlap()
719 FAIL_IF(osExisting && (osExisting == oe || in addOrOverlap()
720 osExisting->contains(oeExisting ? oeExisting : oe))); in addOrOverlap()
738 FAIL_IF((ce && ce->deleted()) || (oe && oe->deleted())); in addOrOverlap()
740 if (!ce || !oe) { in addOrOverlap()
743 SkOpPtT* oeWritable = oe ? const_cast<SkOpPtT*>(oe) in addOrOverlap()
747 oe = oeWritable; in addOrOverlap()
[all …]
/external/skia/src/pathops/
DSkOpCoincidence.cpp701 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); in addOrOverlap() local
702 if (overlap && os && oe && overlap->contains(os, oe)) { in addOrOverlap()
708 FAIL_IF(oe && oe->deleted()); in addOrOverlap()
717 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr; in addOrOverlap()
719 FAIL_IF(osExisting && (osExisting == oe || in addOrOverlap()
720 osExisting->contains(oeExisting ? oeExisting : oe))); in addOrOverlap()
738 FAIL_IF((ce && ce->deleted()) || (oe && oe->deleted())); in addOrOverlap()
740 if (!ce || !oe) { in addOrOverlap()
743 SkOpPtT* oeWritable = oe ? const_cast<SkOpPtT*>(oe) in addOrOverlap()
747 oe = oeWritable; in addOrOverlap()
[all …]
/external/u-boot/arch/arm/dts/
Domap-gpmc-smsc9221.dtsi38 gpmc,oe-on-ns = <0>;
39 gpmc,oe-off-ns = <42>;
Domap-gpmc-smsc911x.dtsi36 gpmc,oe-on-ns = <45>;
37 gpmc,oe-off-ns = <140>;
Domap3-igep.dtsi130 gpmc,oe-off-ns = <54>;
161 gpmc,oe-on-ns = <18>;
162 gpmc,oe-off-ns = <96>;
/external/u-boot/board/technexion/tao3530/
Dtao3530.c135 writel(~(GPIO10 | GPIO8 | GPIO2 | GPIO1), &gpio6_base->oe); in misc_init_r()
137 GPIO15 | GPIO14 | GPIO13 | GPIO12), &gpio5_base->oe); in misc_init_r()
/external/cldr/common/testData/transforms/
Dvec-fonipa-t-vec.txt2 Artìgoło aɾˈtiɡoe̯o
13 Regołamento ɾeɡoe̯ameŋto
89 partegołar paɾteɡoe̯aɾ
/external/u-boot/drivers/gpio/
D74x164_gpio.c33 struct gpio_desc oe; member
155 ret = gpio_request_by_name(dev, "oe-gpios", 0, &priv->oe, in gen_74x164_probe()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_xla_computations_pass.cc312 for (const Edge* oe : output_node->out_edges()) { in BuildXlaLaunchOps() local
313 TF_RET_CHECK(!oe->IsControlEdge()); in BuildXlaLaunchOps()
315 {oe->dst(), oe->dst_input()}); in BuildXlaLaunchOps()
/external/u-boot/include/bedbug/
Dppc.h242 #define XO_OPCODE(i,xo,oe,rc) (MAKE_OPCODE(i) | (((oe) & 0x1) << 10) | \ argument
/external/mesa3d/.gitlab-ci/
Dlava-tracie.yml.jinja239 os: oe
67 - oe
Dlava-deqp.yml.jinja239 os: oe
67 - oe
/external/icu/icu4c/source/data/translit/
Dcy_cy_FONIPA.txt116 ˈ { oe } s? $end → ɔːɨ;
124 ˈ { oe } [bχdðɡvfθ] $end → ɔːɨ;
130 ˈ { oe } [bχdðɡvfθ] $vowel → ɔːɨ;
143 oe → ɔɨ;
Dde_ASCII.txt12 [ö {o \u0308}] → oe;
/external/icu/icu4c/source/data/coll/
Dda.txt22 "&oe<<œ<<<Œ"

12345678910>>...12