Searched refs:mjd (Results 1 – 7 of 7) sorted by relevance
116 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 …]
117 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 …]
114 guint16 mjd; in _parse_utc_time() local117 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()
31 mjd-perl-template+@plover.com
64 mjd-perl-template+@plover.com. This address goes directly to me, and68 empty note to mjd-perl-template-request@plover.com. This mailing list74 <URL:http://www.plover.com/~mjd/perl/Template/>.
2010 mirtime_mjd mjd; in DF() local2014 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()