Home
last modified time | relevance | path

Searched refs:ALIGNSIZ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dblok.c71 size_t rbytes = round(nbytes + ALIGNSIZ, ALIGNSIZ); in alloc()
116 brkbegin = (unsigned char *)round(brkbegin, ALIGNSIZ); in addblok()
127 rndstak = (unsigned char *)round(staktop, ALIGNSIZ); in addblok()
H A Dmode.h44 #define ALIGNSIZ (sizeof (double)) macro
78 char pad[ALIGNSIZ - sizeof (struct blk *)];