Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtypes.h53 typedef uint16_t __aligned_u16 __aligned(sizeof(uint16_t)); typedef
54 typedef uint32_t __aligned_u32 __aligned(sizeof(uint32_t)); typedef
55 typedef uint64_t __aligned_u64 __aligned(sizeof(uint64_t)); typedef
/freebsd/lib/libusb/
H A Dlibusb.h341 } libusb_endpoint_descriptor __aligned(sizeof(void *)); typedef
349 } libusb_ss_endpoint_companion_descriptor __aligned(sizeof(void *)); typedef
364 } libusb_interface_descriptor __aligned(sizeof(void *)); typedef
369 } libusb_interface __aligned(sizeof(void *)); typedef
383 } libusb_config_descriptor __aligned(sizeof(void *)); typedef
391 } libusb_usb_2_0_device_capability_descriptor __aligned(sizeof(void *)); typedef
407 } libusb_ss_usb_device_capability_descriptor __aligned(sizeof(void *)); typedef
414 } libusb_bos_dev_capability_descriptor __aligned(sizeof(void *)); typedef
424 } libusb_bos_descriptor __aligned(sizeof(void *)); typedef
431 } libusb_usb_2_0_extension_descriptor __aligned(sizeof(void *)); typedef
[all …]
H A Dlibusb_global_linux.h66 #define __aligned(x) __attribute__((__aligned__(x))) macro
/freebsd/sys/powerpc/include/
H A Ducontext.h51 } mcontext_t __aligned(16); typedef
66 } mcontext32_t __aligned(16); typedef
/freebsd/bin/pax/
H A Dcpio.h69 } HD_CPIO __aligned(1); typedef
100 } HD_BCPIO __aligned(1); typedef
138 } HD_VCPIO __aligned(1); typedef
H A Dtar.h98 } HD_TAR __aligned(1); typedef
144 } HD_USTAR __aligned(1); typedef
/freebsd/sys/opencrypto/
H A Dgfmult.h34 #define __aligned(x) __attribute__((__aligned__(x))) macro
/freebsd/contrib/wireguard-tools/
H A Dcurve25519.c52 #define __aligned(x) __attribute__((aligned(x))) macro
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py36 def __aligned(x): return __attribute__((__aligned__(x))) function
40 def __aligned(x): return __attribute__((__aligned__(x))) function
/freebsd/tools/build/cross-build/include/common/sys/
H A Dcdefs.h76 #define __aligned(x) __attribute__((__aligned__(x))) macro
/freebsd/sys/sys/
H A Dcdefs.h160 #define __aligned(x) __attribute__((__aligned__(x))) macro