Searched refs:base1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/kyua/store/
H A Dlayout_test.cpp87 const std::string base1 = (store_dir / ( local
92 atf::utils::create_file(base1 + "20140613-194515-000000.db", "");
93 ATF_REQUIRE_EQ(base1 + "20140613-194515-000000.db",
100 atf::utils::create_file(base1 + "20140614-194515-123456.db", "");
101 ATF_REQUIRE_EQ(base1 + "20140614-194515-123456.db",
104 atf::utils::create_file(base1 + "20130614-194515-999999.db", "");
105 ATF_REQUIRE_EQ(base1 + "20140614-194515-123456.db",
134 const std::string base1 = (store_dir / ("results." + id1 + ".")).str(); local
138 atf::utils::create_file(base1 + "20140613-194515-000000.db", "");
139 ATF_REQUIRE_EQ(base1
168 const std::string base1 = (store_dir / ("results." + id1 + ".")).str(); local
[all...]
/freebsd-13-stable/sys/sys/
H A Dkobj.h137 base1) \
140 { &base1, NULL }; \
152 base1, base2) \
155 { &base1, \
168 base1, base2, base3) \
171 { &base1, \
/freebsd-13-stable/sys/powerpc/include/
H A Dmmuvar.h210 #define MMU_DEF_INHERIT(name, ident, methods, base1) \
213 ident, &base1, &methods, \
/freebsd-13-stable/contrib/libevent/test/
H A Dregress.c1154 /* make sure that the base1 pipe is closed correctly. */
1155 struct event_base *base1, *base2; local
1158 base1 = event_init();
1159 pipe1 = base1->sig.ev_signal_pair[0];
1162 event_base_free(base1);
1182 struct event_base *base1, *base2; local
1185 base1 = event_init();
1190 if (event_base_set(base1, &ev1) ||
1198 tt_ptr_op(event_get_base(&ev1), ==, base1); local
1210 event_base_loop(base1, EVLOOP_NONBLOC
1350 struct event_base *base1; local
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c1051 /* make sure that the base1 pipe is closed correctly. */
1052 struct event_base *base1, *base2; local
1055 base1 = event_init();
1056 pipe1 = base1->sig.ev_signal_pair[0];
1059 event_base_free(base1);
1079 struct event_base *base1, *base2; local
1082 base1 = event_init();
1087 if (event_base_set(base1, &ev1) ||
1095 tt_ptr_op(event_get_base(&ev1), ==, base1); local
1107 event_base_loop(base1, EVLOOP_NONBLOC
1247 struct event_base *base1; local
[all...]
/freebsd-13-stable/sys/dev/sound/pci/
H A Dvia82c686.c373 u_int32_t ptr, base, base1, len, seg; local
377 base1 = via_rd(via, ch->base, 4);
380 if (base != base1) /* Avoid race hazard */
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_idpgtbl.c429 iommu_gaddr_t pg_sz, base1, size1; local
436 base1 = base;
485 domain_unmap_buf_locked(domain, base1, base - base1,

Completed in 135 milliseconds