gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:_ALIGN (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sysdepend/tef_em1d/machine/_types.h - 5.7KB - 145 lines
54: #define _ALIGNBYTES     (sizeof(int) - 1)
55: #define _ALIGN(p)       (((unsigned long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
56: #define _ALIGNED_POINTER(p,t)   ((((unsigned long)(p)) & (sizeof(t) - 1)) == 0)