Home
last modified time | relevance | path

Searched refs:VA_STACK_MIN_ALIGN (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dcbprintf_internal.h30 #define VA_STACK_MIN_ALIGN 8 macro
32 #define VA_STACK_MIN_ALIGN 8 macro
34 #define VA_STACK_MIN_ALIGN ARCH_STACK_PTR_ALIGN macro
39 #define VA_STACK_MIN_ALIGN (__riscv_xlen / 8) macro
47 #ifndef VA_STACK_MIN_ALIGN
48 #define VA_STACK_MIN_ALIGN 1 macro
52 #define VA_STACK_ALIGN(type) MAX(VA_STACK_MIN_ALIGN, __alignof__(type))
637 __alignof__((_arg) + 0)), VA_STACK_MIN_ALIGN)
Dcbprintf_cxx.h379 return MAX(__alignof__(arg), VA_STACK_MIN_ALIGN); in z_cbprintf_cxx_alignment()