Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/gen/
Dalloca.c61 #ifndef ALIGN_SIZE
62 #define ALIGN_SIZE sizeof(double) macro
67 char align[ALIGN_SIZE]; /* To force sizeof(header). */
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dalloca.c129 # ifndef ALIGN_SIZE
130 # define ALIGN_SIZE sizeof(double) macro
135 char align[ALIGN_SIZE]; /* To force sizeof(header). */
/mirbsd/src/gnu/usr.bin/lynx/src/
DGridText.c156 #ifndef ALIGN_SIZE
157 #define ALIGN_SIZE sizeof(double) macro
252 j = (n % ALIGN_SIZE); in ALLOC_IN_POOL()
254 n += (unsigned) (ALIGN_SIZE - j); in ALLOC_IN_POOL()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES2330 * change ALIGN_SIZE in GridText.c to sizeof(double), which is probably more