Home
last modified time | relevance | path

Searched defs:__alignof (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dreserved.c62 static int (__alignof); variable
/third_party/FreeBSD/sys/sys/
Dcdefs.h258 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b) macro