Home
last modified time | relevance | path

Searched defs:VA_STACK_ALIGN (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dcbprintf_internal.h25 #define VA_STACK_ALIGN(type) 1 macro
28 #define VA_STACK_ALIGN(type) 1 macro
37 #define VA_STACK_ALIGN(type) 4 macro
52 #define VA_STACK_ALIGN(type) MAX(VA_STACK_MIN_ALIGN, __alignof__(type)) macro