Searched refs:CPPU_GCC3_ALIGN (Results 1 – 2 of 2) sorted by relevance
380 sal_Int32 n2 CPPU_GCC3_ALIGN( C1 );389 sal_Int32 n4 CPPU_GCC3_ALIGN( C3 );399 C5 c6 CPPU_GCC3_ALIGN( C1 );425 sal_Int16 p CPPU_GCC3_ALIGN( M );440 sal_Int16 p2 CPPU_GCC3_ALIGN( O );468 char c2 CPPU_GCC3_ALIGN( Char1 );472 char c3 CPPU_GCC3_ALIGN( Char2 );
44 #define CPPU_GCC3_ALIGN( base_struct ) __attribute__ ((aligned (__alignof__ (base_struct)))) macro46 #define CPPU_GCC3_ALIGN( base_struct ) macro
Completed in 18 milliseconds