Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dutils3f.c157 __UnpackTime(unsigned int secsSince1970, ULARGE_INTEGER *fileTime) in __UnpackTime() argument
182 ((unsigned long long)secsSince1970 * 10000000LL) + firstLarge->QuadPart; in __UnpackTime()
H A Dunpacktimeqq3f.c33 extern void __UnpackTime(unsigned int secsSince1970, ULARGE_INTEGER *fileTime);
H A Dsetfiletimeqq3f.c37 extern void __UnpackTime(unsigned int secsSince1970, ULARGE_INTEGER *fileTime);
/dports/math/plplot-ada/plplot-5.15.0/lib/qsastime/
H A Dqsastime.c379 int i, secsSince1970; in strfMJD() local
761 secsSince1970 = (int) ( nMJD->time_sec + ( nMJD->base_day - MJD_1970 ) * SecInDay ); in strfMJD()
762 sprintf( DateTime, "%d", secsSince1970 ); in strfMJD()
/dports/math/plplot/plplot-5.15.0/lib/qsastime/
H A Dqsastime.c379 int i, secsSince1970; in strfMJD() local
761 secsSince1970 = (int) ( nMJD->time_sec + ( nMJD->base_day - MJD_1970 ) * SecInDay ); in strfMJD()
762 sprintf( DateTime, "%d", secsSince1970 ); in strfMJD()