Lines Matching defs:ALIGNSZ
41 * header and code assume ALIGNSZ is exact multiple of sizeof (struct header *)
52 #define ALIGNSZ 16
54 #define ALIGNSZ 8
65 struct header *__Pad; /* pad to a multiple of ALIGNSZ */
85 * Insure over head is multiple of ALIGNSZ
86 * assumes ALIGNSZ >= sizeof pointer
88 char __Overhead[ALIGNSZ];
91 /* This must be on a ALIGNSZ boundary */
104 struct lblk *__Pad; /* pad to a multiple of ALIGNSZ */
106 /* This must be on a ALIGNSZ boundary */
165 #define MINHEAD ALIGNSZ
191 /* assumes initial value of grain == ALIGNSZ */
192 #define MAXFAST ALIGNSZ*FASTCT