Searched defs:__aligned (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/sys/
H A Dcdefs.h315 #define __aligned(x) /* delete */ macro
319 #define __aligned(x) __attribute__((__aligned__(x))) macro
323 #define __aligned(x) _Pragma("aligned " __STRING(x)) macro
329 #define __aligned(x) error: no __aligned for this compiler macro

Completed in 187 milliseconds