Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c1710 uint32_t febs = year_adj - (month <= 2 ? 1 : 0); /* Februaries since base. */ in epoch_days() local
1711 uint32_t leap_days = 1 + (febs / 4) - (febs / 100) + (febs / 400); in epoch_days()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl1708 uint32_t febs = year_adj - (month <= 2 ? 1 : 0); /* Februaries since base. */
1709 uint32_t leap_days = 1 + (febs / 4) - (febs / 100) + (febs / 400);