Searched defs:SIGNATURE_32 (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
D | UefiBaseTypes.h | 148 #define SIGNATURE_32(A, B, C, D) (SIGNATURE_16 (A, B) | (SIGNATURE_16 (C, D) << 16)) macro
|
/device/linaro/bootloader/edk2/MdePkg/Include/ |
D | Base.h | 1001 #define SIGNATURE_32(A, B, C, D) (SIGNATURE_16 (A, B) | (SIGNATURE_16 (C, D) << 16)) macro
|