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

/vbox/include/VBox/
H A DVBoxTpG.h156 #define VTG_TYPE_SIZE_MASK UINT32_C(0x000000ff) macro
157 /** Indicates that VTG_TYPE_SIZE_MASK can be applied, UNSIGNED or SIGNED is
194 ( ((a_fType) & VTG_TYPE_SIZE_MASK) > 4 && ((a_fType) & VTG_TYPE_FIXED_SIZED) )

Completed in 58 milliseconds