Home
last modified time | relevance | path

Searched refs:roundof (Results 1 – 25 of 217) sorted by relevance

123456789

/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/misc/
H A Dstk.c235 bsize = roundof(bsize,STK_FSIZE/16); in stkopen()
238 bsize = roundof(bsize,STK_FSIZE); in stkopen()
351 cp = sp->stkbase + roundof(sizeof(struct frame), STK_ALIGN); in stkset()
366 stream->_data = (unsigned char*)(cp + roundof(loc-cp,STK_ALIGN)); in stkset()
399 n = roundof(n,STK_ALIGN); in stkalloc()
443 stream->_next = stream->_data += roundof(top-old,STK_ALIGN); in stkfreeze()
470 n = roundof(cp-(unsigned char*)str,STK_ALIGN); in stkcopy()
511 n = roundof(n,STK_FSIZE/16); in stkgrow()
514 n = roundof(n,STK_FSIZE); in stkgrow()
544 cp = sp->stkbase + roundof((cp-sp->stkbase),STK_ALIGN); in stkgrow()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libast/misc/
H A Dstk.c235 bsize = roundof(bsize,STK_FSIZE/16); in stkopen()
238 bsize = roundof(bsize,STK_FSIZE); in stkopen()
351 cp = sp->stkbase + roundof(sizeof(struct frame), STK_ALIGN); in stkset()
366 stream->_data = (unsigned char*)(cp + roundof(loc-cp,STK_ALIGN)); in stkset()
399 n = roundof(n,STK_ALIGN); in stkalloc()
443 stream->_next = stream->_data += roundof(top-old,STK_ALIGN); in stkfreeze()
470 n = roundof(cp-(unsigned char*)str,STK_ALIGN); in stkcopy()
511 n = roundof(n,STK_FSIZE/16); in stkgrow()
514 n = roundof(n,STK_FSIZE); in stkgrow()
544 cp = sp->stkbase + roundof((cp-sp->stkbase),STK_ALIGN); in stkgrow()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/misc/
H A Dstk.c235 bsize = roundof(bsize,STK_FSIZE/16); in stkopen()
238 bsize = roundof(bsize,STK_FSIZE); in stkopen()
351 cp = sp->stkbase + roundof(sizeof(struct frame), STK_ALIGN); in stkset()
366 stream->_data = (unsigned char*)(cp + roundof(loc-cp,STK_ALIGN)); in stkset()
399 n = roundof(n,STK_ALIGN); in stkalloc()
443 stream->_next = stream->_data += roundof(top-old,STK_ALIGN); in stkfreeze()
470 n = roundof(cp-(unsigned char*)str,STK_ALIGN); in stkcopy()
511 n = roundof(n,STK_FSIZE/16); in stkgrow()
514 n = roundof(n,STK_FSIZE); in stkgrow()
544 cp = sp->stkbase + roundof((cp-sp->stkbase),STK_ALIGN); in stkgrow()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/dir/
H A Dgetdents.c87 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);
/dports/shells/ksh93/ast-93u/src/lib/libast/dir/
H A Dgetdents.c87 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);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/dir/
H A Dgetdents.c87 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);
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/misc/
H A Dstk.c241 bsize = roundof(bsize, STK_FSIZE); in stkopen()
340 cp = sp->stkbase + roundof(sizeof(struct frame), STK_ALIGN); in stkset()
351 stream->data = (unsigned char *)(cp + roundof(loc - cp, STK_ALIGN)); in stkset()
381 n = roundof(n, STK_ALIGN); in stkalloc()
416 stream->next = stream->data += roundof(top - old, STK_ALIGN); in stkfreeze()
436 n = roundof(strlen(str) + 1, STK_ALIGN); in stkcopy()
473 n = roundof(n, STK_FSIZE); in stkgrow()
498 cp = sp->stkbase + roundof((cp - sp->stkbase), STK_ALIGN); in stkgrow()
503 if (add) fp->aliases[nn - 1] = dp + roundof(sizeof(struct frame), STK_ALIGN); in stkgrow()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/features/
H A Dalign.c56 #define roundof(x,y) (((x)+((y)-1))&~((y)-1)) macro
100 align1 = roundof(align0, 2); in main()
107 align2 = roundof(align0, 4); in main()
/dports/shells/ksh93/ast-93u/src/lib/libast/features/
H A Dalign.c56 #define roundof(x,y) (((x)+((y)-1))&~((y)-1)) macro
100 align1 = roundof(align0, 2); in main()
107 align2 = roundof(align0, 4); in main()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/features/
H A Dalign.c56 #define roundof(x,y) (((x)+((y)-1))&~((y)-1)) macro
100 align1 = roundof(align0, 2); in main()
107 align2 = roundof(align0, 4); in main()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/dsslib/bgp/
H A Dbgplib.h75 (s)->size = roundof((s)->size, sizeof(t)); \
97 a = roundof((s)->size, sizeof(t)); \
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/string/
H A Dfmtbuf.c54 bigsiz = roundof(n, 8 * 1024); in fmtbuf()
/dports/shells/ksh93/ast-93u/src/lib/libast/string/
H A Dfmtbuf.c53 bigsiz = roundof(n, 8 * 1024); in fmtbuf()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/string/
H A Dfmtbuf.c53 bigsiz = roundof(n, 8 * 1024); in fmtbuf()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libcmd/
H A Dcontext.c119 m = roundof(n, CONTEXT_LINE); in context_line()
140 m = roundof(m, CONTEXT_LINE); in context_line()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/librecsort/
H A Drskeyhdr.h121 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/dports/shells/ksh93/ast-93u/src/lib/librecsort/
H A Drskeyhdr.h121 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/librecsort/
H A Drskeyhdr.h121 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/sfio/
H A Dsfsetbuf.c65 #ifndef roundof
66 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
153 z = roundof(z, _Sfpage); in sfsetlinemode()
/dports/shells/ksh93/ast-93u/src/lib/libast/port/
H A Dastcopy.c81 bufsiz = roundof(n, BUFSIZ); in astcopy()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/port/
H A Dastcopy.c81 bufsiz = roundof(n, BUFSIZ); in astcopy()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/port/
H A Dastcopy.c81 bufsiz = roundof(n, BUFSIZ); in astcopy()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/astsa/
H A Dvmalloc.c93 size = roundof(size, VM_ALIGN); in _vm_resize()
/dports/shells/ksh93/ast-93u/src/lib/libast/astsa/
H A Dvmalloc.c93 size = roundof(size, VM_ALIGN); in _vm_resize()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/astsa/
H A Dvmalloc.c93 size = roundof(size, VM_ALIGN); in _vm_resize()

123456789