Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Daf.txt116 one{"¤0 mjd"}
117 other{"¤0 mjd"}
120 one{"¤00 mjd"}
121 other{"¤00 mjd"}
124 one{"¤000 mjd"}
125 other{"¤000 mjd"}
166 one{"0 mjd"}
167 other{"0 mjd"}
170 one{"00 mjd"}
171 other{"00 mjd"}
[all …]
/third_party/skia/third_party/externals/icu/source/data/locales/
Daf.txt117 one{"¤0 mjd"}
118 other{"¤0 mjd"}
121 one{"¤00 mjd"}
122 other{"¤00 mjd"}
125 one{"¤000 mjd"}
126 other{"¤000 mjd"}
167 one{"0 mjd"}
168 other{"0 mjd"}
171 one{"00 mjd"}
172 other{"00 mjd"}
[all …]
/third_party/icu/icu4c/source/data/locales/
Daf.txt117 one{"¤0 mjd"}
118 other{"¤0 mjd"}
121 one{"¤00 mjd"}
122 other{"¤00 mjd"}
125 one{"¤000 mjd"}
126 other{"¤000 mjd"}
167 one{"0 mjd"}
168 other{"0 mjd"}
171 one{"00 mjd"}
172 other{"00 mjd"}
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.c114 guint16 mjd; in _parse_utc_time() local
117 mjd = GST_READ_UINT16_BE (data); in _parse_utc_time()
119 if (mjd == G_MAXUINT16) in _parse_utc_time()
123 year = (guint32) (((mjd - 15078.2) / 365.25)); in _parse_utc_time()
124 month = (guint8) ((mjd - 14956.1 - (guint) (year * 365.25)) / 30.6001); in _parse_utc_time()
125 day = mjd - 14956 - (guint) (year * 365.25) - (guint) (month * 30.6001); in _parse_utc_time()
/third_party/openssl/external/perl/Text-Template-1.46/
DINSTALL31 mjd-perl-template+@plover.com
DREADME64 mjd-perl-template+@plover.com. This address goes directly to me, and
68 empty note to mjd-perl-template-request@plover.com. This mailing list
74 <URL:http://www.plover.com/~mjd/perl/Template/>.
/third_party/mksh/
Dmain.c2010 mirtime_mjd mjd; in DF() local
2014 timet2mjd(&mjd, tv.tv_sec); in DF()
2016 (unsigned)mjd.sec / 3600, ((unsigned)mjd.sec / 60) % 60, in DF()
2017 (unsigned)mjd.sec % 60, (unsigned)getpid(), in DF()