Home
last modified time | relevance | path

Searched refs:seconds_per_day (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/date_time/test/
Dtestint64_range.cpp31 boost::int64_t seconds_per_day = 60*60*24; in main()
33 boost::int64_t microsec_per_day = seconds_per_day*microsec_per_sec; in main()
/third_party/boost/boost/date_time/
Dtime_system_counted.hpp96 int_type seconds_per_day = 60*60*24; in frac_sec_per_day() local
98 return seconds_per_day*fractional_sec_per_sec; in frac_sec_per_day()
/third_party/glib/glib/
Dgtimezone.c1067 const guint64 seconds_per_day = 86400L; in boundary_for_year() local
1084 return ((g_date_get_julian (&date) - unix_epoch_start) * seconds_per_day + in boundary_for_year()
/third_party/python/Modules/
D_datetimemodule.c1733 static PyObject *seconds_per_day = NULL; /* 3600*24 as Python int */ variable
1760 x2 = PyNumber_Multiply(x1, seconds_per_day); /* days in seconds */ in delta_to_microseconds()
1853 tuple = checked_divmod(num, seconds_per_day); in microseconds_to_delta_ex()
6675 seconds_per_day = PyLong_FromLong(24 * 3600); in _datetime_exec()
6677 us_per_minute == NULL || seconds_per_day == NULL) { in _datetime_exec()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2727 Modules/_datetimemodule.c - seconds_per_day -