Searched refs:tyd (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dcalendar.c281 int32 tyd = real_month_table[0][split.hi] + split.lo; local
282 TEST_ASSERT_EQUAL(eyd, tyd);
302 int32 tyd = real_month_table[1][split.hi] + split.lo; local
303 TEST_ASSERT_EQUAL(eyd, tyd);

Completed in 53 milliseconds