Home
last modified time | relevance | path

Searched refs:i32mod7 (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/ntp/dist/tests/libntp/
H A Dcalendar.c1008 TEST_ASSERT_EQUAL(5, i32mod7(INT32_MIN)); in test_CalIMod7()
1009 TEST_ASSERT_EQUAL(6, i32mod7(-1)); in test_CalIMod7()
1010 TEST_ASSERT_EQUAL(0, i32mod7(0)); in test_CalIMod7()
1011 TEST_ASSERT_EQUAL(1, i32mod7(INT32_MAX)); in test_CalIMod7()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp_calendar.h538 extern int i32mod7(int32_t x);
/netbsd/external/bsd/ntp/dist/libntp/
H A Dntp_calendar.c422 i32mod7( in i32mod7() function
1007 jd->weekday = i32mod7(rd); in ntpcal_rd_to_date()
1044 utm->tm_wday = i32mod7(rd); in ntpcal_rd_to_tm()