Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.h158 const unsigned long IS_ALIGNED = 010000000; variable
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dkernel.h123 #define IS_ALIGNED(X, N) (((X) & ((N) - 1)) == 0) macro