Searched refs:year_base (Results 1 – 1 of 1) sorted by relevance
1022 const uint32_t year_base = 4800; /* Before min year, multiple of 400. */ in jsondec_epochdays() local1026 const uint32_t y_adj = y + year_base - carry; in jsondec_epochdays()