Searched refs:VA_STACK_MIN_ALIGN (Results 1 – 2 of 2) sorted by relevance
30 #define VA_STACK_MIN_ALIGN 8 macro32 #define VA_STACK_MIN_ALIGN 8 macro34 #define VA_STACK_MIN_ALIGN ARCH_STACK_PTR_ALIGN macro39 #define VA_STACK_MIN_ALIGN (__riscv_xlen / 8) macro47 #ifndef VA_STACK_MIN_ALIGN48 #define VA_STACK_MIN_ALIGN 1 macro52 #define VA_STACK_ALIGN(type) MAX(VA_STACK_MIN_ALIGN, __alignof__(type))637 __alignof__((_arg) + 0)), VA_STACK_MIN_ALIGN)
379 return MAX(__alignof__(arg), VA_STACK_MIN_ALIGN); in z_cbprintf_cxx_alignment()