Searched refs:expectTimingLe (Results 1 – 1 of 1) sorted by relevance
1024 auto expectTimingLe = [](uint64_t a, const char* aName, uint64_t b, const char* bName) { in TEST_P() local1029 #define EXPECT_TIMING_LE(a, b) expectTimingLe(a, #a, b, #b) in TEST_P()