Home
last modified time | relevance | path

Searched refs:ALIGNARG (Results 1 – 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/arch/ppc/
H A Dsysdep.h109 #define ALIGNARG(log2) log2
123 .align ALIGNARG(2); \
135 .align ALIGNARG(2); \
151 .align ALIGNARG(2); \
170 .align ALIGNARG(2); \
174 .align ALIGNARG(alignt); \
181 .align ALIGNARG(alignt); \
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dsysdep.h29 #define ALIGNARG(log2) 1<<log2
36 #define ALIGNARG(log2) log2
51 .align ALIGNARG(2); \
H A Dasm-syntax.h24 #define ALIGNARG(log2) 1<<log2 macro
40 #define ALIGNARG(log2) log2 macro
82 #define ALIGN .align ALIGNARG(2)
/haiku/src/system/libroot/posix/glibc/include/arch/x86_64/
H A Dsysdep.h27 #define ALIGNARG(log2) 1<<log2
34 #define ALIGNARG(log2) log2
45 .align ALIGNARG(4); \
/haiku/src/system/libroot/posix/glibc/include/arch/x86/
H A Dsysdep.h29 #define ALIGNARG(log2) 1<<log2
36 #define ALIGNARG(log2) log2
53 .align ALIGNARG(4); \