Home
last modified time | relevance | path

Searched defs:ts2 (Results 1 – 13 of 13) sorted by relevance

/openbmc/phosphor-fan-presence/presence/test/
H A Dfallbacktest.cpp105 TestSensor ts1, ts2; in TEST() local
151 TestSensor ts1, ts2; in TEST() local
190 TestSensor ts1, ts2; in TEST() local
223 TestSensor ts1, ts2; in TEST() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
Dtest_time_tai.c
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
Dtime_tai.c
Dfexit_sleep.c
/openbmc/linux/tools/testing/selftests/timers/
Dfreq-step.c
/openbmc/linux/tools/testing/selftests/kvm/lib/
Dtest_util.c
/openbmc/linux/tools/testing/selftests/mm/
Dmigration.c
/openbmc/linux/drivers/media/pci/cx23885/
Dcx23885-cards.c
Dcx23885-core.c
Dcx23885.h
/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c194 static void struct_compare(TestStruct *ts1, TestStruct *ts2) in struct_compare()
/openbmc/qemu/tcg/
H A Dtcg.c2069 TCGTemp *ts2 = tcg_global_alloc(s); in tcg_global_mem_new_internal() local
2174 TCGTemp *ts2 = tcg_temp_alloc(s); in tcg_temp_new_internal() local
2325 TCGTemp *ts2 = tcg_temp_alloc(s); in tcg_constant_internal() local
5305 TCGTemp *ts2; in tcg_reg_alloc_op() local
H A Doptimize.c285 static bool ts_are_copies(TCGTemp *ts1, TCGTemp *ts2) in ts_are_copies()