HomeSort by: relevance | last modified time | path
    Searched refs:ALIGN_SIZE (Results 1 - 21 of 21) sorted by relevancy

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

Completed in 70 milliseconds