Searched defs:_Alignof (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/sys/
H A Dcdefs.h276 #define _Alignof(x) alignof(x) macro
278 #define _Alignof(x) __alignof(x) macro
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodevh.py69 def _Alignof(x): return alignof(x) function
71 def _Alignof(x): return __alignof(x) function

Completed in 114 milliseconds