Searched refs:month_yday (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 1707 static const uint16_t month_yday[12] = {0, 31, 59, 90, 120, 151, in epoch_days() local 1712 uint32_t days = 365 * year_adj + leap_days + month_yday[month - 1] + day - 1; in epoch_days()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 1705 static const uint16_t month_yday[12] = {0, 31, 59, 90, 120, 151, 1710 uint32_t days = 365 * year_adj + leap_days + month_yday[month - 1] + day - 1;
|