Home
last modified time | relevance | path

Searched defs:ALIGN_SIZE (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/config/powerpc/
H A Dswitchcontext.S390 # define ALIGN_SIZE 3 macro
394 # define ALIGN_SIZE 3 macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dalloca.c109 # define ALIGN_SIZE sizeof(double) macro
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitExecAllocator.c163 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
H A DsljitProtExecAllocator.c235 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_common.h217 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dalloca.c137 #define ALIGN_SIZE sizeof(double) macro
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dalloca.c137 #define ALIGN_SIZE sizeof(double) macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dalloca.c150 # define ALIGN_SIZE sizeof(double) macro
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dalloca.c132 # define ALIGN_SIZE sizeof(double) macro
/netbsd-src/external/gpl2/gmake/dist/
H A Dalloca.c148 #define ALIGN_SIZE sizeof(double) macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dalloca.c137 #define ALIGN_SIZE sizeof(double) macro
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dalloca.c137 #define ALIGN_SIZE sizeof(double) macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dalloca.c151 # define ALIGN_SIZE sizeof(double) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dalloca.c132 # define ALIGN_SIZE sizeof(double) macro
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dalloca.c137 #define ALIGN_SIZE sizeof(double) macro
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Ddpath.c29 #define ALIGN_SIZE(a) ((a % MIN_ALIGNMENT_SIZE) ? MIN_ALIGNMENT_SIZE - (a % MIN_ALIGNMENT_SIZE) :… macro