Home
last modified time | relevance | path

Searched defs:hh (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/ArmVirtPkg/Library/XenRealTimeClockLib/
DXenRealTimeClockLib.c43 UINTN hh; in EpochToEfiTime() local
/device/linaro/bootloader/OpenPlatformPkg/Library/EfiTimeBaseLib/
DEfiTimeBaseLib.c109 UINTN hh; in EpochToEfiTime() local
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL031RealTimeClockLib/
DPL031RealTimeClockLib.c133 UINTN hh; in EpochToEfiTime() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c693 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \ argument
721 #define new_time(hh, mm, ss, us, tzinfo) \ argument
1413 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) in build_struct_time()
2878 int y, m, d, hh, mm, ss, us; in tzinfo_fromutc() local
3446 int hh = TIME_GET_HOUR(self); in time_replace() local
4392 int hh = DATE_GET_HOUR(self); in datetime_replace() local
4414 int y, m, d, hh, mm, ss, us; in datetime_astimezone() local
4531 int hh = DATE_GET_HOUR(self); in datetime_utctimetuple() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ddatetimemodule.c693 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \ argument
721 #define new_time(hh, mm, ss, us, tzinfo) \ argument
1413 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) in build_struct_time()
2878 int y, m, d, hh, mm, ss, us; in tzinfo_fromutc() local
3446 int hh = TIME_GET_HOUR(self); in time_replace() local
4392 int hh = DATE_GET_HOUR(self); in datetime_replace() local
4414 int y, m, d, hh, mm, ss, us; in datetime_astimezone() local
4531 int hh = DATE_GET_HOUR(self); in datetime_utctimetuple() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drfc822.py994 hh, mm = divmod(hhmm, 60) variable