Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
DGuidChk.c249 UINT32 DataHH, // Upper 32-bits of upper 64 bits of guid
1113 UINT32 DataHH, // Upper 32-bits of upper 64 bits of guid in AddGuid64x2() argument
1142 NewRec->Guid.Data2 = (UINT16) DataHH; in AddGuid64x2()
1143 NewRec->Guid.Data3 = (UINT16) (DataHH >> 16); in AddGuid64x2()