Searched refs:roundof (Results 1 - 25 of 29) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtbuf.c53 bigsiz = roundof(n, 8 * 1024);
/osnet-11/usr/src/lib/libast/common/features/
H A Dalign.c56 #define roundof(x,y) (((x)+((y)-1))&~((y)-1)) macro
100 align1 = roundof(align0, 2);
107 align2 = roundof(align0, 4);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dstk.c235 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 Dcmdarg.c93 m = roundof(m, sizeof(char**));
/osnet-11/usr/src/lib/libast/common/port/
H A Dastcopy.c85 bufsiz = roundof(n, BUFSIZ);
H A Dastconf.c335 n = roundof(n, 32);
443 c = roundof(c, 32);
/osnet-11/usr/src/lib/libcmd/common/
H A Drev.c76 w = roundof(n + 1, 1024);
H A Dls.c424 prsize = roundof(c, 512);
608 txtsize = roundof(st->st_size + 1, 512);
920 sizsiz = roundof(files, 64);
926 vecsiz = roundof(files + 1, 64);
H A Drm.c79 #define pathchunk(n) roundof(n,1024)
H A Dcp.c294 if ((state->postsiz + len) > state->pathsiz && !(state->path = newof(state->path, char, state->pathsiz = roundof(state->postsiz + len, PATH_CHUNK), 0)))
969 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 Dfmt.c263 fp->indent = roundof(b, INDENT);
H A Dgrep.c458 len = roundof(len, SF_BUFSIZE);
482 len = roundof(len, SF_BUFSIZE);
H A Dpr.c558 pp->control.siz = roundof(n, 1024);
608 pp->control.siz = roundof(n, 1024);
H A Djoin.c714 jp->samesize = roundof(n2, 16);
/osnet-11/usr/src/lib/libast/common/comp/
H A Dregexp.c47 if (data || (size = roundof(size, ALIGN_BOUND2)) > (env->buf + env->size - env->cur))
H A Dregcmp.c53 if (data || (size = roundof(size, ALIGN_BOUND2)) > (re->buf + re->size - re->cur))
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcache.c171 cp->size = roundof(i, ROUND);
H A Dregsubexec.c38 a = roundof(n, 128); \
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c1374 if(dest == (genchar*)roundof(cp-(unsigned char*)0,sizeof(genchar)))
1431 dp = (genchar*)roundof((char*)dp-(char*)0,sizeof(genchar));
1432 sp = (const genchar*)roundof((char*)sp-(char*)0,sizeof(genchar));
1442 dp = (genchar*)roundof((char*)dp-(char*)0,sizeof(genchar));
1443 sp = (const genchar*)roundof((char*)sp-(char*)0,sizeof(genchar));
1454 sp = (const genchar*)roundof((char*)sp-(char*)0,sizeof(genchar));
/osnet-11/usr/src/lib/libast/common/include/
H A Dast.h207 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast.h216 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast.h216 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast.h216 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h216 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtype.c926 offset = roundof(offset,sizeof(char*));
930 k = roundof(sizeof(Namtype_t),sizeof(Sfdouble_t)) - sizeof(Namtype_t);

Completed in 68 milliseconds

12