/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | alloca.c | 108 # ifndef ALIGN_SIZE 109 # define ALIGN_SIZE sizeof(double) macro 114 char align[ALIGN_SIZE]; /* To force sizeof(header). */
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | alloca.c | 136 #ifndef ALIGN_SIZE 137 #define ALIGN_SIZE sizeof(double) macro 142 char align[ALIGN_SIZE]; /* To force sizeof(header). */
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | alloca.c | 136 #ifndef ALIGN_SIZE 137 #define ALIGN_SIZE sizeof(double) macro 142 char align[ALIGN_SIZE]; /* To force sizeof(header). */
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | alloca.c | 149 # ifndef ALIGN_SIZE 150 # define ALIGN_SIZE sizeof(double) macro 155 char align[ALIGN_SIZE]; /* To force sizeof(header). */
|
/netbsd-src/external/gpl2/texinfo/dist/lib/ |
H A D | alloca.c | 131 # ifndef ALIGN_SIZE 132 # define ALIGN_SIZE sizeof(double) macro 137 char align[ALIGN_SIZE]; /* To force sizeof(header). */
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | alloca.c | 147 #ifndef ALIGN_SIZE 148 #define ALIGN_SIZE sizeof(double) macro 153 char align[ALIGN_SIZE]; /* To force sizeof(header). */
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | alloca.c | 136 #ifndef ALIGN_SIZE 137 #define ALIGN_SIZE sizeof(double) macro 142 char align[ALIGN_SIZE]; /* To force sizeof(header). */
|
/netbsd-src/external/gpl3/gdb/dist/libiberty/ |
H A D | alloca.c | 136 #ifndef ALIGN_SIZE 137 #define ALIGN_SIZE sizeof(double) macro 142 char align[ALIGN_SIZE]; /* To force sizeof(header). */
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | alloca.c | 131 # ifndef ALIGN_SIZE 132 # define ALIGN_SIZE sizeof(double) macro 137 char align[ALIGN_SIZE]; /* To force sizeof(header). */
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | alloca.c | 136 #ifndef ALIGN_SIZE 137 #define ALIGN_SIZE sizeof(double) macro 142 char align[ALIGN_SIZE]; /* To force sizeof(header). */
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | alloca.c | 150 # ifndef ALIGN_SIZE 151 # define ALIGN_SIZE sizeof(double) macro 156 char align[ALIGN_SIZE]; /* To force sizeof(header). */
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lzma/ |
H A D | lzma_common.h | 217 #define ALIGN_SIZE (1 << ALIGN_BITS) macro 218 #define ALIGN_MASK (ALIGN_SIZE - 1)
|
H A D | lzma_encoder_private.h | 117 probability dist_align[ALIGN_SIZE]; 130 uint32_t align_prices[ALIGN_SIZE];
|
H A D | lzma_encoder_optimum_normal.c | 190 for (uint32_t i = 0; i < ALIGN_SIZE; ++i) in fill_align_prices() 823 if (coder->align_price_count >= ALIGN_SIZE) in lzma_lzma_optimum_normal()
|
H A D | lzma_decoder.c | 210 probability pos_align[ALIGN_SIZE];
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/config/powerpc/ |
H A D | switchcontext.S | 390 # define ALIGN_SIZE 3 macro 394 # define ALIGN_SIZE 3 macro 414 .p2align ALIGN_SIZE,0 425 .p2align ALIGN_SIZE,0
|
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitExecAllocator.c | 163 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro 204 size = ALIGN_SIZE(size); in sljit_malloc_exec()
|
H A D | sljitProtExecAllocator.c | 235 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro 278 size = ALIGN_SIZE(size); in sljit_malloc_exec()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | dpath.c | 29 #define ALIGN_SIZE(a) ((a % MIN_ALIGNMENT_SIZE) ? MIN_ALIGNMENT_SIZE - (a % MIN_ALIGNMENT_SIZE) :… macro 354 Size += ALIGN_SIZE(Size); in UnpackDevicePath() 382 Size += ALIGN_SIZE(Size); in UnpackDevicePath()
|