Searched defs:mdays (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/humantime/src/ |
D | duration.rs | 308 let mdays = ydays % 2_630_016; in fmt() localVariable
|
/third_party/openssl/crypto/asn1/ |
D | a_time.c | 80 static const int mdays[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in ossl_asn1_time_to_tm() local
|
/third_party/python/Lib/ |
D | calendar.py | 43 mdays = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] variable
|