Home
last modified time | relevance | path

Searched refs:ALIGN_SIZE (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dalloca.c108 # 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 Dalloca.c136 #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 Dalloca.c136 #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 Dalloca.c149 # 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 Dalloca.c131 # 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 Dalloca.c147 #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 Dalloca.c136 #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 Dalloca.c136 #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 Dalloca.c131 # 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 Dalloca.c136 #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 Dalloca.c150 # 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 Dlzma_common.h217 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
218 #define ALIGN_MASK (ALIGN_SIZE - 1)
H A Dlzma_encoder_private.h117 probability dist_align[ALIGN_SIZE];
130 uint32_t align_prices[ALIGN_SIZE];
H A Dlzma_encoder_optimum_normal.c190 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 Dlzma_decoder.c210 probability pos_align[ALIGN_SIZE];
/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
414 .p2align ALIGN_SIZE,0
425 .p2align ALIGN_SIZE,0
/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
204 size = ALIGN_SIZE(size); in sljit_malloc_exec()
H A DsljitProtExecAllocator.c235 #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 Ddpath.c29 #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()