HomeSort by: relevance | last modified time | path
    Searched defs:ALIGN_SIZE (Results 1 - 17 of 17) 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/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/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)
  /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);
  /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). */

Completed in 34 milliseconds