Home
last modified time | relevance | path

Searched defs:mdays (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/humantime/src/
Dduration.rs308 let mdays = ydays % 2_630_016; in fmt() localVariable
/third_party/openssl/crypto/asn1/
Da_time.c80 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/
Dcalendar.py43 mdays = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] variable