HomeSort by: relevance | last modified time | path
    Searched defs:zeller_expand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/libparse/
clk_rawdcf.c 226 zeller_expand( function
345 if (!zeller_expand(clock_time, ext_bf(buffer, DCF_DW, dcfprm->zerobits)))
  /src/external/bsd/ntp/dist/tests/libntp/
calendar.c 1114 zeller_expand( function
1157 yo = zeller_expand((yi%100), m, d, wd);
1167 yo = zeller_expand((yi%100), m, d, wd);
1178 yo = zeller_expand((yi%100), m, d, wd);
1186 yo = zeller_expand((yi%100), m, d, wd);
1203 TEST_ASSERT_EQUAL(0, zeller_expand((y%100), 1, 1, wd));

Completed in 16 milliseconds