Home
last modified time | relevance | path

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

/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A DTimestamp.cc99 days = *t / DAYSECONDS; // DWF: here's why in xtide_offtime()
100 rem = *t % DAYSECONDS; in xtide_offtime()
104 rem += DAYSECONDS; in xtide_offtime()
107 while (rem >= DAYSECONDS) in xtide_offtime()
109 rem -= DAYSECONDS; in xtide_offtime()
1012 _posixTime((time_t)((julianDate - beginningOfTimeJD) * DAYSECONDS)) { in Timestamp()
1024 return ((double)_posixTime / (double)DAYSECONDS) + beginningOfTimeJD; in jd()
1295 time_t lowerBound (overflowCheckedSum (_posixTime, -DAYSECONDS)); in floorDay()
1333 DAYSECONDS - tempTm.tm_hour * HOURSECONDS in floorDay()
1383 DAYSECONDS - tempTm.tm_hour * HOURSECONDS in nextDay()
/dports/astro/xtide/xtide-2.15.3/libxtide/
H A DTimestamp.cc100 days = *t / DAYSECONDS; // DWF: here's why in xtide_offtime()
101 rem = *t % DAYSECONDS; in xtide_offtime()
105 rem += DAYSECONDS; in xtide_offtime()
108 while (rem >= DAYSECONDS) in xtide_offtime()
110 rem -= DAYSECONDS; in xtide_offtime()
1044 _posixTime((time_t)((julianDate - beginningOfTimeJD) * DAYSECONDS)) { in Timestamp()
1056 return ((double)_posixTime / (double)DAYSECONDS) + beginningOfTimeJD; in jd()
1327 time_t lowerBound (overflowCheckedSum (_posixTime, -DAYSECONDS)); in floorDay()
1365 DAYSECONDS - tempTm.tm_hour * HOURSECONDS in floorDay()
1415 DAYSECONDS - tempTm.tm_hour * HOURSECONDS in nextDay()
H A Dlibxtide.hh213 #define DAYSECONDS 86400 macro
H A DGlobal.cc45 const Interval Global::day (DAYSECONDS);
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Daclogger.cc270 #define DAYSECONDS (3600*24) macro
271 #define WEEKSECONDS (DAYSECONDS * 7)
284 d.to = now - i * DAYSECONDS; in GetStats()
285 d.from = d.to - DAYSECONDS; in GetStats()
/dports/astro/xtide/xtide-2.15.3/
H A Dtide.cc66 endTime = startTime + Interval(picfg.u*DAYSECONDS); in doLocation()
H A Dxttpd.cc698 startTime + Interval(picfg.u*DAYSECONDS), in loadLocationPage()