Home
last modified time | relevance | path

Searched refs:__aligned (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dtype-attribute-align.c1 #define __aligned(N) __attribute__((aligned(N))) macro
6 } __aligned(2*sizeof(short));
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h123 } __aligned(EHCI_ITD_ALIGN);
171 } __aligned(EHCI_SITD_ALIGN);
219 } __aligned(EHCI_QTD_ALIGN);
230 } __aligned(4);
280 } __aligned(EHCI_QH_ALIGN);
288 } __aligned(EHCI_FSTN_ALIGN);
Dxhci.h68 } __aligned(64) padding;
182 } __aligned(XHCI_DEV_CTX_ALIGN);
326 } __aligned(4);
364 } __aligned(XHCI_TRB_ALIGN);
381 } __aligned(64) padding;
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.h72 } __aligned(USB_HOST_ALIGN);
82 } __aligned(USB_HOST_ALIGN);
Dusb_hub.h41 struct usb_device_request req_reset_tt __aligned(4);
Dusb_ioctl.h46 #define USB_IOCTL_STRUCT_ALIGN(n) __aligned(n)
Dusbdi.h313 } __aligned(32);
/third_party/FreeBSD/sys/sys/
Dcdefs.h215 #define __aligned(x) macro
240 #define __aligned(x) __attribute__((__aligned__(x))) macro
273 #define _Alignas(x) __aligned(x)
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
Dtest_per_cpu_allocator_module.c180 } __aligned(2048);
/third_party/FreeBSD/sys/dev/usb/net/
Dif_urndisreg.h64 uint8_t sc_response_buf[RNDIS_RESPONSE_LEN] __aligned(4);