Home
last modified time | relevance | path

Searched defs:two (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/test/async/
H A Dtask.cpp32 static auto two(bool& executed) -> task<> in TEST() function
58 static auto two(bool& caught) -> task<> in TEST() function
/openbmc/phosphor-hwmon/test/
H A Denv_unittest.cpp43 std::string two = "2"; in TEST() local
/openbmc/telemetry/tests/src/
H A Dtest_conversion.cpp15 two enumerator
/openbmc/qemu/disas/
H A Dm68k.c2069 #define two(x, y) (((unsigned int) (x) << 16) + (y)) macro