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

/freebsd-current/tests/sys/opencrypto/
H A Dcryptodevh.py48 def _Alignof(x): return alignof(x) function
50 def _Alignof(x): return __alignof(x) function
/freebsd-current/sys/sys/
H A Dcdefs.h217 #define _Alignof(x) alignof(x) macro
219 #define _Alignof(x) __alignof(x) macro

Completed in 119 milliseconds