Searched defs:SDK_ALIGN (Results 1 – 3 of 3) sorted by relevance
38 #define SDK_ALIGN(var, alignbytes) var __attribute__((aligned(alignbytes))) macro
39 #define SDK_ALIGN(var, alignbytes) var __attribute__((aligned(alignbytes))) macro
355 #define SDK_ALIGN(var, alignbytes) SDK_PRAGMA(data_alignment = alignbytes) var macro