Searched defs:ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/util/ | ||
H A D | regional.c | 53 #define ALIGNMENT (sizeof(uint64_t)) macro |
/freebsd/sys/netgraph/ | ||
H A D | ng_parse.c | 135 #define ALIGNMENT(t) (METHOD(t, getAlign) == NULL ? \ macro |