Home
last modified time | relevance | path

Searched defs:two (Results 1 – 5 of 5) 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/target/arm/tcg/
H A Dmte_helper.c225 uint16_t two; in HELPER() local
/openbmc/qemu/disas/
H A Dm68k.c2069 #define two(x, y) (((unsigned int) (x) << 16) + (y)) macro