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

/freebsd-12-stable/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-12-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h218 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
219 #define ALIGN_MASK (ALIGN_SIZE - 1)
H A Dlzma_encoder_private.h116 probability dist_align[ALIGN_SIZE];
129 uint32_t align_prices[ALIGN_SIZE];
H A Dlzma_encoder_optimum_normal.c190 for (uint32_t i = 0; i < ALIGN_SIZE; ++i)
827 if (coder->align_price_count >= ALIGN_SIZE)
H A Dlzma_decoder.c210 probability pos_align[ALIGN_SIZE];
/freebsd-12-stable/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). */
/freebsd-12-stable/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). */

Completed in 184 milliseconds