HomeSort by relevance Sort by last modified time
    Searched defs:Hour (Results 1 - 25 of 32) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLibInternal.h 52 UINT8 Hour;
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.h 46 UINT8 Hour;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
EventLogInfo.h 28 UINT8 Hour;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
FirmwareId.h 55 CHAR8 Hour[2];
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/DS3231RealTimeClockLib/
DS3231RealTimeClock.h 114 UINT8 Hour:4;
169 UINT8 Hour:4;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/DS3231RealTimeClockLib/
DS3231RealTimeClock.h 114 UINT8 Hour:4;
169 UINT8 Hour:4;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiBaseTypes.h 52 // Hour: 0 - 23
62 UINT8 Hour;
UefiInternalFormRepresentation.h 581 UINT8 Hour;
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteFmt.h 56 UINT16 Hour : 5;
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiBaseType.h 56 /// Hour: 0 - 23
66 UINT8 Hour;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiBaseType.h 66 /// Hour: 0 - 23
76 UINT8 Hour;
  /external/syslinux/efi32/include/efi/
efidef.h 81 UINT8 Hour; // 0 - 23
  /external/syslinux/efi64/include/efi/
efidef.h 81 UINT8 Hour; // 0 - 23
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidef.h 81 UINT8 Hour; // 0 - 23
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
print.c 1279 UINTN Hour, Year;
1283 Hour = Time->Hour;
1284 if (Time->Hour == 0) {
1285 Hour = 12;
1286 } else if (Time->Hour >= 12) {
1288 if (Time->Hour >= 13) {
1289 Hour -= 12;
1300 Hour,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiTypes.h 131 // Hour: 0 - 23
141 UINT8 Hour;
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FatFileSystem.h 180 UINT16 Hour : 5;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FrameworkInternalFormRepresentation.h 232 FRAMEWORK_EFI_IFR_NUMERIC Hour;
  /prebuilts/go/darwin-x86/src/time/
time.go 95 // presentation form of the time, such as in the Format, Hour, and Year methods.
132 // determine the minute, hour, month, day, and year
436 // It is called when computing a presentation property like Month or Hour.
574 // Clock returns the hour, minute, and second within the day specified by t.
575 func (t Time) Clock() (hour, min, sec int) {
580 func absClock(abs uint64) (hour, min, sec int) {
582 hour = sec / secondsPerHour
583 sec -= hour * secondsPerHour
589 // Hour returns the hour within the day specified by t, in the range [0, 23]
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 95 // presentation form of the time, such as in the Format, Hour, and Year methods.
132 // determine the minute, hour, month, day, and year
436 // It is called when computing a presentation property like Month or Hour.
574 // Clock returns the hour, minute, and second within the day specified by t.
575 func (t Time) Clock() (hour, min, sec int) {
580 func absClock(abs uint64) (hour, min, sec int) {
582 hour = sec / secondsPerHour
583 sec -= hour * secondsPerHour
589 // Hour returns the hour within the day specified by t, in the range [0, 23]
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
Iscp.h 189 UINT8 Hour; ///< Hour: 0 - 23
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiInternalFormRepresentation.h 243 EFI_IFR_NUMERIC Hour;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
poclass.h 326 UINT8 Hour;
ntddmmc.h 610 UCHAR Hour[2];

Completed in 1895 milliseconds

1 2