/illumos-gate/usr/src/lib/libast/common/string/ |
H A D | fmtbuf.c | 53 bigsiz = roundof(n, 8 * 1024);
|
/illumos-gate/usr/src/lib/libast/common/dir/ |
H A D | getdents.c | 87 m = roundof(m, 8); 107 up->d_reclen = roundof(up->d_reclen, 8); 120 #define MAXREC roundof(sizeof(*up)-sizeof(up->d_name)+sizeof(sp->d_name)+1,8) 153 up->d_reclen = roundof(up->d_reclen, 8);
|
/illumos-gate/usr/src/lib/libast/common/features/ |
H A D | align.c | 56 #define roundof(x,y) (((x)+((y)-1))&~((y)-1)) macro 100 align1 = roundof(align0, 2); 107 align2 = roundof(align0, 4);
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | stk.c | 235 bsize = roundof(bsize,STK_FSIZE/16); 238 bsize = roundof(bsize,STK_FSIZE); 351 cp = sp->stkbase + roundof(sizeof(struct frame), STK_ALIGN); 366 stream->_data = (unsigned char*)(cp + roundof(loc-cp,STK_ALIGN)); 399 n = roundof(n,STK_ALIGN); 443 stream->_next = stream->_data += roundof(top-old,STK_ALIGN); 470 n = roundof(cp-(unsigned char*)str,STK_ALIGN); 506 n = roundof(n,STK_FSIZE/16); 509 n = roundof(n,STK_FSIZE); 529 cp = sp->stkbase + roundof((c [all...] |
H A D | cmdarg.c | 93 m = roundof(m, sizeof(char**));
|
/illumos-gate/usr/src/lib/libast/common/port/ |
H A D | astcopy.c | 85 bufsiz = roundof(n, BUFSIZ);
|
H A D | astconf.c | 333 n = roundof(n, 32); 441 c = roundof(c, 32);
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | rev.c | 76 w = roundof(n + 1, 1024);
|
H A D | rm.c | 79 #define pathchunk(n) roundof(n,1024)
|
H A D | cp.c | 276 if ((state->postsiz + len) > state->pathsiz && !(state->path = newof(state->path, char, state->pathsiz = roundof(state->postsiz + len, PATH_CHUNK), 0))) 909 if (state->pathsiz < roundof(state->postsiz + 2, PATH_CHUNK) && !(state->path = newof(state->path, char, state->pathsiz = roundof(state->postsiz + 2, PATH_CHUNK), 0)))
|
H A D | fmt.c | 263 fp->indent = roundof(b, INDENT);
|
H A D | grep.c | 451 len = roundof(len, SF_BUFSIZE); 475 len = roundof(len, SF_BUFSIZE);
|
H A D | join.c | 714 jp->samesize = roundof(n2, 16);
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | regexp.c | 47 if (data || (size = roundof(size, ALIGN_BOUND2)) > (env->buf + env->size - env->cur))
|
H A D | regcmp.c | 53 if (data || (size = roundof(size, ALIGN_BOUND2)) > (re->buf + re->size - re->cur))
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 171 cp->size = roundof(i, ROUND);
|
H A D | regsubexec.c | 38 a = roundof(n, 128); \
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 1362 if(dest == (genchar*)roundof(cp-(unsigned char*)0,sizeof(genchar))) 1419 dp = (genchar*)roundof((char*)dp-(char*)0,sizeof(genchar)); 1420 sp = (const genchar*)roundof((char*)sp-(char*)0,sizeof(genchar)); 1430 dp = (genchar*)roundof((char*)dp-(char*)0,sizeof(genchar)); 1431 sp = (const genchar*)roundof((char*)sp-(char*)0,sizeof(genchar)); 1442 sp = (const genchar*)roundof((char*)sp-(char*)0,sizeof(genchar));
|
H A D | emacs.c | 211 out = (genchar*)roundof(buff-(char*)0,sizeof(genchar));
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | ast.h | 195 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 204 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 204 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 204 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 204 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | nvtype.c | 895 offset = roundof(offset,sizeof(char*)); 899 k = roundof(sizeof(Namtype_t),sizeof(Sfdouble_t)) - sizeof(Namtype_t);
|