Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Defi.h54 #define EFI_BITS_PER_LONG (sizeof(long) * 8) macro
57 #define EFI_ERROR_MASK (1UL << (EFI_BITS_PER_LONG - 1))
/third_party/uboot/u-boot-2020.01/lib/efi/
Defi_stub.c303 printhex2(EFI_BITS_PER_LONG); in efi_main()