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

/freebsd-13-stable/lib/libusb/
H A Dlibusb_global_linux.h66 #define __aligned(x) __attribute__((__aligned__(x))) macro
/freebsd-13-stable/sys/opencrypto/
H A Dgfmult.h37 #define __aligned(x) __attribute__((__aligned__(x))) macro
/freebsd-13-stable/tools/build/cross-build/include/common/sys/
H A Dcdefs.h78 #define __aligned(x) __attribute__((__aligned__(x))) macro
/freebsd-13-stable/sys/sys/
H A Dcdefs.h224 #define __aligned(x) __attribute__((__aligned__(x))) macro
/freebsd-13-stable/tests/sys/opencrypto/
H A Dcryptodevh.py57 def __aligned(x): return __attribute__((__aligned__(x))) function
61 def __aligned(x): return __attribute__((__aligned__(x))) function

Completed in 77 milliseconds