Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/include/
H A DBase.h754 #define _BASE_INT_SIZE_OF(TYPE) ((sizeof (TYPE) + sizeof (UINTN) - 1) / sizeof (UINTN)) macro
772 …define BASE_ARG(Marker, TYPE) (*(TYPE *) ((Marker += _BASE_INT_SIZE_OF (TYPE)) - _BASE_INT_SIZE_O…