Searched refs:tm_yday (Results 1 - 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
H A Dtime.h29 - int tm_yday; // days since January 1 - [0, 365]
149 int tm_yday; // days since January 1 [0, 365] member in struct:tm
185 original values of the tm_wday and tm_yday components of the structure are
188 the values of the tm_wday and tm_yday components of the structure are set
307 a decimal number (00-99). [tm_year, tm_wday, tm_yday]
309 (e.g., 1997). [tm_year, tm_wday, tm_yday]
313 %j is replaced by the day of the year as a decimal number (001-366). [tm_yday]
328 first day of week 1) as a decimal number (00-53). [tm_year, tm_wday, tm_yday]
330 (01-53). [tm_year, tm_wday, tm_yday]
334 first day of week 1) as a decimal number (00-53). [tm_year, tm_wday, tm_yday]
[all...]
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
H A Dstrftime.c225 pt = _conv(t->tm_yday + 1, "%03d", pt, ptlim);
312 pt = _conv((t->tm_yday + DAYSPERWEEK -
355 yday = t->tm_yday;
422 pt = _conv((t->tm_yday + DAYSPERWEEK -
H A Dstrptime.c233 tm->tm_yday = i - 1;
H A DTime.c170 tmp->tm_yday = (int) days;
497 original values of the tm_wday and tm_yday components of the structure are
504 tm_wday and tm_yday components of the structure are set appropriately, and
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dtimemodule.c226 {"tm_yday", "day of year, range [1, 366]"},
263 SET(7, p->tm_yday + 1); /* Want January, 1 == 1 */
327 tm_sec, tm_wday, tm_yday, tm_isdst)\n\
343 tm_sec,tm_wday,tm_yday,tm_isdst)\n\
362 &p->tm_yday,
387 p->tm_yday--;
430 - tm_yday: [0, 365] (2)
467 if (buf.tm_yday == -1)
468 buf.tm_yday = 0;
469 else if (buf.tm_yday <
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dtimemodule.c226 {"tm_yday", "day of year, range [1, 366]"},
263 SET(7, p->tm_yday + 1); /* Want January, 1 == 1 */
327 tm_sec, tm_wday, tm_yday, tm_isdst)\n\
343 tm_sec,tm_wday,tm_yday,tm_isdst)\n\
362 &p->tm_yday,
387 p->tm_yday--;
430 - tm_yday: [0, 365] (2)
467 if (buf.tm_yday == -1)
468 buf.tm_yday = 0;
469 else if (buf.tm_yday <
[all...]
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
H A Dtime.h133 int tm_yday; /* days since January 1 [0-365] */ member in struct:tm
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DTimerWrapper.c148 GmTime->tm_yday = (int) DayNo;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_strptime.py415 self.assertTrue(result.tm_yday == self.time_tuple.tm_yday,
416 "Calculation of tm_yday failed; %s != %s" %
417 (result.tm_yday, self.time_tuple.tm_yday))
H A Dtest_datetime.py960 self.assertEqual(t.tm_yday, 61+i)
1574 self.assertEqual(tt.tm_yday, t.toordinal() -
2740 self.assertEqual(1, t.tm_yday)
2788 t.tm_yday)
2803 self.assertEqual(t.tm_yday, 366) # "year 0" is a leap year
2815 self.assertEqual(t.tm_yday, 1)
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dloslib.c216 setfield(L, "yday", stm->tm_yday+1);
/device/linaro/bootloader/edk2/CryptoPkg/Include/
H A DOpenSslSupport.h133 int tm_yday; /* days since January 1 [0-365] */ member in struct:tm
/device/generic/goldfish/gps/
H A Dgps_qemu.c206 24*(tm_local.tm_yday +
212 24*(tm_utc.tm_yday +
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
H A Dbuild.py2112 if BuildDuration.tm_yday > 1:
2113 BuildDurationStr = time.strftime("%H:%M:%S", BuildDuration) + ", %d day(s)" % (BuildDuration.tm_yday - 1)

Completed in 300 milliseconds