Searched refs:ABI_SHORT_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
31 #ifndef ABI_SHORT_ALIGNMENT32 #define ABI_SHORT_ALIGNMENT 2 macro44 typedef int16_t abi_short __attribute__ ((aligned(ABI_SHORT_ALIGNMENT)));45 typedef uint16_t abi_ushort __attribute__((aligned(ABI_SHORT_ALIGNMENT)));
162 return ABI_SHORT_ALIGNMENT; in thunk_type_align()