Lines Matching refs:WORDSIZE
103 static TREE *List[MINSIZE/WORDSIZE-1];
104 static TREE *Last[MINSIZE/WORDSIZE-1];
107 #define NPS (WORDSIZE*8)
115 ASSERT(size % WORDSIZE == 0);
118 size = WORDSIZE;
121 i = size / WORDSIZE - 1;
126 ASSERT((size + WORDSIZE) * NPS >= MINSIZE);
129 if ((np = malloc_unlocked((size + WORDSIZE)*NPS)) == NULL)
177 ASSERT(WORDSIZE == ALIGN);
261 if ((n = (SIZE(sp) - size)) >= MINSIZE + WORDSIZE) {
262 n -= WORDSIZE;
357 SIZE(tp) += SIZE(np) + WORDSIZE;
385 if ((n = (SIZE(tp) - size)) >= MINSIZE + WORDSIZE) {
386 n -= WORDSIZE;
448 if ((SIZE(np) + SIZE(tp) + WORDSIZE) >= size) {
451 SIZE(np) += SIZE(tp) + WORDSIZE;
503 ASSERT(SIZE(tp) / WORDSIZE >= 1);
504 ts = SIZE(tp) / WORDSIZE - 1;
529 SIZE(tp) += SIZE(np) + WORDSIZE;
539 SIZE(np) += SIZE(tp) + WORDSIZE;
644 n = size + 2 * WORDSIZE;
662 n -= WORDSIZE;
712 n += SIZE(tp) + 2 * WORDSIZE;
714 addr = Baddr - WORDSIZE;
715 n += WORDSIZE;
727 SIZE(tp) = n - 2 * WORDSIZE;
1147 * (MINSIZE + WORDSIZE).
1159 while (align < MINSIZE + WORDSIZE)
1161 reqsize = nbytes + align + (MINSIZE + WORDSIZE);
1202 if (frag_size < MINSIZE + WORDSIZE) {
1207 * we forced align >= MINSIZE + WORDSIZE above.
1215 frag_size -= WORDSIZE;
1231 if (frag_size >= MINSIZE + WORDSIZE) {
1240 frag_size -= WORDSIZE;
1423 ctl.prwatch.pr_size = size + WORDSIZE;
1440 ctl.prwatch.pr_size = WORDSIZE; /* size is arbitrary */