Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.c1022 const uint32_t year_base = 4800; /* Before min year, multiple of 400. */ in jsondec_epochdays() local
1026 const uint32_t y_adj = y + year_base - carry; in jsondec_epochdays()