/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | Time.c | 153 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; in timesub() 240 result = atmp->tm_sec - btmp->tm_sec; in tmcomp() 265 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub() 306 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub() 317 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub() 319 saved_seconds = yourtm.tm_sec; in time2sub() 320 yourtm.tm_sec = SECSPERMIN - 1; in time2sub() 322 saved_seconds = yourtm.tm_sec; in time2sub() 323 yourtm.tm_sec = 0; in time2sub() 480 tmp->tm_sec += (int)(sp->ttis[otheri].tt_gmtoff - in time1() [all …]
|
D | TimeEfi.c | 39 BT->tm_sec = ET->Second; in Efi2Tm() 78 ET->Second = (UINT8)BT->tm_sec; in Tm2Efi()
|
D | strptime.c | 258 bp = conv_num(bp, &tm->tm_sec, 0, 61); in strptime()
|
D | strftime.c | 285 pt = _conv(t->tm_sec, "%02d", pt, ptlim); in _fmt()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | time.h | 147 int tm_sec; // seconds after the minute [0, 60] member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | timemodule.c | 261 SET(5, p->tm_sec); in tmtotuple() 360 &p->tm_sec, in gettmarg() 457 if (buf.tm_sec < 0 || buf.tm_sec > 61) { in time_strftime()
|
D | zipimport.c | 1043 stm.tm_sec = (dostime & 0x1f) * 2; in parse_dostime()
|
D | datetimemodule.c | 3754 if (tm->tm_sec > 59) in datetime_from_timet_and_us() 3755 tm->tm_sec = 59; in datetime_from_timet_and_us() 3762 tm->tm_sec, in datetime_from_timet_and_us()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | timemodule.c | 261 SET(5, p->tm_sec); in tmtotuple() 360 &p->tm_sec, in gettmarg() 457 if (buf.tm_sec < 0 || buf.tm_sec > 61) { in time_strftime()
|
D | zipimport.c | 1071 stm.tm_sec = (dostime & 0x1f) * 2; in parse_dostime()
|
D | datetimemodule.c | 3754 if (tm->tm_sec > 59) in datetime_from_timet_and_us() 3755 tm->tm_sec = 59; in datetime_from_timet_and_us() 3762 tm->tm_sec, in datetime_from_timet_and_us()
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/ |
D | time.h | 126 int tm_sec; /* seconds after the minute [0-60] */ member
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
D | TimerWrapper.c | 137 GmTime->tm_sec = (int) (DayRemainder % SECSPERMIN); in gmtime()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | loslib.c | 209 setfield(L, "sec", stm->tm_sec); in os_date() 249 ts.tm_sec = getfield(L, "sec", 0); in os_time()
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
D | efi.h | 96 uint8_t tm_sec; /* 0 - 59 */ member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/ |
D | SetStamp.c | 138 &stime.tm_sec in GetDateTime()
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 128 int tm_sec; /* seconds after the minute [0-60] */ member
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | EmuThunk.c | 370 Time->Second = tm->tm_sec; in SecGetTime()
|
D | PosixFileSystem.c | 226 Time->Second = tm->tm_sec; in PosixSystemTimeToEfiTime() 1357 NewLastAccessSystemTime.tm_sec = NewFileInfo->LastAccessTime.Second; in PosixFileSetInfo() 1367 NewLastWriteSystemTime.tm_sec = NewFileInfo->ModificationTime.Second; in PosixFileSetInfo()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | Exif.cpp | 263 (*timeValues)[2] = utcTime.tm_sec; in convertTimestampToTimeAndDate()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | EfiUtilityMsgs.c | 461 NewTime->tm_sec in PrintMessage()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/FwImage/ |
D | fwimage.c | 353 &TimeStruct.tm_sec /* seconds after the minute - [0,59] */ in main()
|
/device/generic/goldfish/camera/ |
D | Exif.cpp | 277 (*timeValues)[2] = utcTime.tm_sec; in convertTimestampToTimeAndDate()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_debug.c | 986 time->tm_hour, time->tm_min, time->tm_sec); in p_secstodate()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_datetime.py | 958 self.assertEqual(t.tm_sec, 0) 1480 self.assertEqual(expected.tm_sec, got.second) 1572 self.assertEqual(tt.tm_sec, t.second) 2738 self.assertEqual(30, t.tm_sec) 2785 self.assertEqual(d.second, t.tm_sec) 2802 self.assertEqual(t.tm_sec, 37) 2814 self.assertEqual(t.tm_sec, 37)
|