/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
test_helpers.h | 22 // TODO: Move these to llvm/include/Testing/XRay/... 31 namespace testing { namespace in namespace:llvm::xray 50 MATCHER_P(TSCIs, M, std::string("TSC is ") + ::testing::PrintToString(M)) { 51 return ::testing::Matcher<decltype(arg.TSC)>(M).MatchAndExplain( 55 } // namespace testing
|
/src/usr.sbin/timed/timedc/ |
cmds.c | 400 testing(int argc, char *argv[]) function in typeref:typename:void
|
/src/sys/dev/isa/ |
if_iy.c | 1466 int testing; local in function:iyprobemem 1476 for (testing=65536; testing >= 4096; testing >>= 1) { 1477 bus_space_write_2(iot, ioh, HOST_ADDR_REG, testing-2); 1479 bus_space_write_2(iot, ioh, HOST_ADDR_REG, testing-2); 1483 device_xname(sc->sc_dev), testing-2); 1488 bus_space_write_2(iot, ioh, HOST_ADDR_REG, testing-2); 1490 bus_space_write_2(iot, ioh, HOST_ADDR_REG, testing-2); 1494 device_xname(sc->sc_dev), testing-2) [all...] |