Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbarm/rpi/
H A Dvcprop_subr.c61 struct __aligned(16) { in rpi_fb_set_video() struct
62 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() struct
111 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() struct
162 struct vcprop_buffer_hdr vb_hdr; in rpi_lock_mem()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dalign.h67 const auto __aligned = (__intptr - 1u + __align) & -__align; in _GLIBCXX_VISIBILITY() local
H A Dshared_ptr_base.h328 constexpr bool __aligned = __alignof(long long) <= alignof(void*); in _GLIBCXX_VISIBILITY() local
/netbsd-src/sys/sys/
H A Dcdefs.h454 #define __aligned(x) _Alignas((x)) macro
458 #define __aligned(x) __attribute__((__aligned__(x))) macro
464 #define __aligned(x) error: no __aligned for this compiler macro
/netbsd-src/sys/arch/amd64/include/
H A Dmcontext.h59 typedef char __fpregset_t[512] __aligned(8); typedef