Searched defs:ALIGN (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/hosts/
H A Dmipsbsd.h22 #undef ALIGN macro
H A Dtahoe.h22 #undef ALIGN /* They use it, we use it too */ macro
24 #undef ALIGN /* They use it, we use it too */ macro
H A Dvaxbsd.h22 #undef ALIGN /* They use it, we use it too */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/hosts/
H A Dmipsbsd.h22 #undef ALIGN macro
H A Dtahoe.h22 #undef ALIGN /* They use it, we use it too */ macro
24 #undef ALIGN /* They use it, we use it too */ macro
H A Dvaxbsd.h22 #undef ALIGN /* They use it, we use it too */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dvect-shift-2.c15 #define ALIGN __attribute__((__aligned__(__BIGGEST_ALIGNMENT__))) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Dsim-main.h70 #undef ALIGN macro
74 #define ALIGN(addr, size) (((addr) + ((size)-1)) & ~((size)-1)) macro
/netbsd-6-1-5-RELEASE/usr.sbin/tpctl/
H A Dfb.c48 #define ALIGN(a, n) ((typeof(a))(((int)(a) + (n) - 1) / (n) * (n))) macro
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-internal.h129 #define ALIGN(ptr, type) \ macro
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h41 #define ALIGN(x, y) ((x & y) ? (x + y) & ~y : x) macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dparam.h244 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES) macro
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/libdrm/intel/
H A Dintel_bufmgr_fake.c54 #define ALIGN(value, alignment) ((value + alignment - 1) & ~(alignment - 1)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c542 #define ALIGN macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_functions.h32 #define ALIGN(n) __attribute__ ((aligned(n))) macro
53 #define ALIGN(n) macro
55 #define ALIGN(n) __declspec(align(n)) macro
58 #define ALIGN(n) __attribute__ ((aligned(n))) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-rx.c545 #define ALIGN macro

Completed in 201 milliseconds