Home
last modified time | relevance | path

Searched refs:retday (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/common/test/
H A Dpldm_utils_test.cpp77 uint8_t retday = 0; in TEST() local
82 auto ret = uintToDate(data, &retyear, &retmonth, &retday, &rethours, in TEST()
88 EXPECT_EQ(day, retday); in TEST()
100 uint8_t retday = 0; in TEST() local
105 auto ret = uintToDate(data, &retyear, &retmonth, &retday, &rethours, in TEST()
/openbmc/libpldm/tests/dsp/
H A Dbios.cpp285 uint8_t retday; in TEST() local
291 &retday, &retmonth, &retyear); in TEST()
297 EXPECT_EQ(retday, 11); in TEST()