Searched refs:grub_efiemu_sizeof_uintn_t (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/efiemu/
H A Defiemu.h104 #define grub_efiemu_system_table ((grub_efiemu_sizeof_uintn_t () == 8) \
107 #define GRUB_EFIEMU_SIZEOF_OF_UINTN (grub_efiemu_sizeof_uintn_t ())
108 #define GRUB_EFIEMU_SYSTEM_TABLE(x) ((grub_efiemu_sizeof_uintn_t () == 8) \
111 #define GRUB_EFIEMU_SYSTEM_TABLE_SET(x,y) ((grub_efiemu_sizeof_uintn_t () == 8)\
116 #define GRUB_EFIEMU_SYSTEM_TABLE_PTR(x) ((grub_efiemu_sizeof_uintn_t () == 8)\
121 #define GRUB_EFIEMU_SYSTEM_TABLE_VAR(x) ((grub_efiemu_sizeof_uintn_t () == 8) \
127 ((grub_efiemu_sizeof_uintn_t () == 8) \
130 #define GRUB_EFIEMU_SYSTEM_TABLE_SIZEOF_TOTAL ((grub_efiemu_sizeof_uintn_t () == 8) ? sizeof(*grub_efiemu_system_table64):sizeof(*grub_efiemu_system_table32))
226 int grub_efiemu_sizeof_uintn_t (void);
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dmain.c234 if (grub_efiemu_sizeof_uintn_t () != 0)
278 8 * grub_efiemu_sizeof_uintn_t ());
285 if (grub_efiemu_sizeof_uintn_t () == 4)
H A Dloadcore_common.c37 grub_efiemu_sizeof_uintn_t (void) function
H A Dsymbols.c267 if (grub_efiemu_sizeof_uintn_t () == 4)

Completed in 50 milliseconds