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

/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86/
H A Dasm-syntax.h21 #undef ALIGN macro
23 # define ALIGN(log) .align 1<<log macro
25 # define ALIGN(log) .align log macro
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86_64/
H A Dasm-syntax.h20 #undef ALIGN macro
21 #define ALIGN(log) .align 1<<log macro
/haiku-fatelf/headers/compatibility/bsd/sys/
H A Dparam.h23 # define ALIGN(p) _ALIGN(p) macro
/haiku-fatelf/src/bin/gdb/bfd/hosts/
H A Dmipsbsd.h3 #undef ALIGN macro
H A Dtahoe.h3 #undef ALIGN /* They use it, we use it too */ macro
5 #undef ALIGN /* They use it, we use it too */ macro
H A Dvaxbsd.h10 #undef ALIGN /* They use it, we use it too */ macro
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dfindfp.c60 #define ALIGN(p) (((u_int)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dparam.h50 #define ALIGN(x) ((((unsigned long)x) + ALIGN_BYTES) & ~ALIGN_BYTES) macro
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_controller.cpp12 #define ALIGN(size, align) (((size) + align - 1) & ~(align - 1)) macro
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dasm-syntax.h56 #define ALIGN .even macro
82 #define ALIGN .align ALIGNARG(2) macro
/haiku-fatelf/src/kits/network/libbind/
H A Dport_after.h297 #define ALIGN(p) (((uintptr_t)(p) + (sizeof(long) - 1)) & ~(sizeof(long) - 1)) macro
/haiku-fatelf/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_controller.cpp34 #define ALIGN(size, align) (((size) + align - 1) & ~(align - 1)) macro

Completed in 58 milliseconds