Searched refs:ALIGN_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h191 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
192 #define ALIGN_MASK (ALIGN_SIZE - 1)
H A Dxz_dec_lzma2.c202 uint16_t dist_align[ALIGN_SIZE];
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dalloca.c136 #ifndef ALIGN_SIZE
137 #define ALIGN_SIZE sizeof(double) macro
142 char align[ALIGN_SIZE]; /* To force sizeof(header). */
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dalloca.c136 #ifndef ALIGN_SIZE
137 #define ALIGN_SIZE sizeof(double) macro
142 char align[ALIGN_SIZE]; /* To force sizeof(header). */

Completed in 254 milliseconds