Home
last modified time | relevance | path

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

/freebsd/sys/contrib/edk2/Include/
H A DBase.h751 #define _BASE_INT_SIZE_OF(TYPE) ((sizeof (TYPE) + sizeof (UINTN) - 1) / sizeof (UINTN)) macro
769 …efine BASE_ARG(Marker, TYPE) (*(TYPE *) ((Marker += _BASE_INT_SIZE_OF (TYPE)) - _BASE_INT_SIZE_O…