Searched defs:__aligned (Results 1 – 11 of 11) sorted by relevance
53 typedef uint16_t __aligned_u16 __aligned(sizeof(uint16_t)); typedef54 typedef uint32_t __aligned_u32 __aligned(sizeof(uint32_t)); typedef55 typedef uint64_t __aligned_u64 __aligned(sizeof(uint64_t)); typedef
341 } libusb_endpoint_descriptor __aligned(sizeof(void *)); typedef349 } libusb_ss_endpoint_companion_descriptor __aligned(sizeof(void *)); typedef364 } libusb_interface_descriptor __aligned(sizeof(void *)); typedef369 } libusb_interface __aligned(sizeof(void *)); typedef383 } libusb_config_descriptor __aligned(sizeof(void *)); typedef391 } libusb_usb_2_0_device_capability_descriptor __aligned(sizeof(void *)); typedef407 } libusb_ss_usb_device_capability_descriptor __aligned(sizeof(void *)); typedef414 } libusb_bos_dev_capability_descriptor __aligned(sizeof(void *)); typedef424 } libusb_bos_descriptor __aligned(sizeof(void *)); typedef431 } libusb_usb_2_0_extension_descriptor __aligned(sizeof(void *)); typedef[all …]
66 #define __aligned(x) __attribute__((__aligned__(x))) macro
51 } mcontext_t __aligned(16); typedef66 } mcontext32_t __aligned(16); typedef
69 } HD_CPIO __aligned(1); typedef100 } HD_BCPIO __aligned(1); typedef138 } HD_VCPIO __aligned(1); typedef
98 } HD_TAR __aligned(1); typedef144 } HD_USTAR __aligned(1); typedef
34 #define __aligned(x) __attribute__((__aligned__(x))) macro
52 #define __aligned(x) __attribute__((aligned(x))) macro
36 def __aligned(x): return __attribute__((__aligned__(x))) function40 def __aligned(x): return __attribute__((__aligned__(x))) function
76 #define __aligned(x) __attribute__((__aligned__(x))) macro
160 #define __aligned(x) __attribute__((__aligned__(x))) macro