Searched defs:__aligned (Results 1 – 5 of 5) sorted by relevance
61 struct __aligned(16) { in rpi_fb_set_video() struct62 struct vcprop_buffer_hdr vb_hdr; in rpi_fb_set_video()63 struct vcprop_tag_blankscreen vbt_blank; in rpi_fb_set_video()64 struct vcprop_tag end; in rpi_fb_set_video()110 struct __aligned(16) { in rpi_alloc_mem() struct111 struct vcprop_buffer_hdr vb_hdr; in rpi_alloc_mem()112 struct vcprop_tag_allocmem vbt_am; in rpi_alloc_mem()113 struct vcprop_tag end; in rpi_alloc_mem()161 struct __aligned(16) { in rpi_lock_mem() struct162 struct vcprop_buffer_hdr vb_hdr; in rpi_lock_mem()[all …]
67 const auto __aligned = (__intptr - 1u + __align) & -__align; in _GLIBCXX_VISIBILITY() local
328 constexpr bool __aligned = __alignof(long long) <= alignof(void*); in _GLIBCXX_VISIBILITY() local
454 #define __aligned(x) _Alignas((x)) macro458 #define __aligned(x) __attribute__((__aligned__(x))) macro464 #define __aligned(x) error: no __aligned for this compiler macro
59 typedef char __fpregset_t[512] __aligned(8); typedef