Searched defs:__table_type (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dtables.h187 #define __table_type( table ) __table_extract_type table macro
216 #define __table_alignment( table ) __alignof__ ( __table_type ( table ) )
250 static __table_type ( table ) __table_entries[0] \
465 extern __table_type ( table ) \
496 ( ICC_ALIGN_HACK_FACTOR * __alignof__ ( __table_type ( table ) ) )

Completed in 54 milliseconds