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

/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_lzma2.h223 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
224 #define ALIGN_MASK (ALIGN_SIZE - 1)
H A Dxz_dec_lzma2.c205 uint16_t dist_align[ALIGN_SIZE];
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dalloca.c127 # ifndef ALIGN_SIZE
128 # define ALIGN_SIZE sizeof(double) macro
133 char align[ALIGN_SIZE]; /* To force sizeof(header). */

Completed in 26 milliseconds