Home
last modified time | relevance | path

Searched defs:roundof (Results 1 – 14 of 14) sorted by relevance

/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/features/
H A Dalign.c56 #define roundof(x,y) (((x)+((y)-1))&~((y)-1)) macro
/dports/shells/ksh93/ast-93u/src/lib/libast/features/
H A Dalign.c56 #define roundof(x,y) (((x)+((y)-1))&~((y)-1)) macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/features/
H A Dalign.c56 #define roundof(x,y) (((x)+((y)-1))&~((y)-1)) macro
/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.c66 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/include/
H A Dast.h106 #define roundof(x, y) (((x) + ((y)-1)) & ~((y)-1)) macro
/dports/shells/ksh93/ast-93u/src/lib/libast/astsa/
H A Dast.h94 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/include/
H A Dast.h207 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/astsa/
H A Dast.h94 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/dports/shells/ksh93/ast-93u/src/lib/libast/include/
H A Dast.h207 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/astsa/
H A Dast.h101 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/include/
H A Dast.h233 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro