Home
last modified time | relevance | path

Searched refs:es1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3430es1-clocks.dtsi72 ssi_ssr_gate_fck_3430es1: clock-ssi-ssr-gate-fck-3430es1@0 {
88 ssi_ssr_div_fck_3430es1: clock-ssi-ssr-div-fck-3430es1@8 {
129 hsotgusb_ick_3430es1: clock-hsotgusb-ick-3430es1@4 {
145 ssi_ick: clock-ssi-ick-3430es1@0 {
183 dss1_alwon_fck: clock-dss1-alwon-fck-3430es1@0 {
H A Domap34xx.dtsi155 * register. Also note that on early 34xx es1 revision there
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1446 ExpectationSet es1; // Default ctor. in TEST() local
1454 EXPECT_EQ(0, es1.size()); in TEST()
1471 ExpectationSet es1; in TEST() local
1474 es1 = es2; in TEST()
1475 EXPECT_EQ(1, es1.size()); in TEST()
1476 EXPECT_THAT(*(es1.begin()), Eq(Expectation())); in TEST()
1477 EXPECT_THAT(es1, Eq(es2)); in TEST()
1481 ExpectationSet es1; in TEST() local
1483 es1 += e1; in TEST()
1484 EXPECT_EQ(1, es1.size()); in TEST()
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c734 struct example_struct es1; in test_evutil_upcast() local
736 es1.a = "World"; in test_evutil_upcast()
737 es1.b = "Hello"; in test_evutil_upcast()
738 es1.c = -99; in test_evutil_upcast()
742 cp = &es1.b; in test_evutil_upcast()
743 tt_ptr_op(EVUTIL_UPCAST(cp, struct example_struct, b), ==, &es1); in test_evutil_upcast()
/freebsd/contrib/libevent/test/
H A Dregress_util.c734 struct example_struct es1; in test_evutil_upcast() local
736 es1.a = "World"; in test_evutil_upcast()
737 es1.b = "Hello"; in test_evutil_upcast()
738 es1.c = -99; in test_evutil_upcast()
742 cp = &es1.b; in test_evutil_upcast()
743 tt_ptr_op(EVUTIL_UPCAST(cp, struct example_struct, b), ==, &es1); in test_evutil_upcast()