Searched defs:ROUND (Results 1 – 12 of 12) sorted by relevance
/titanic_51/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 51 #define ROUND(x, a) (((uintptr_t)(x) + ((a) - 1)) & ~((a) - 1)) macro
|
/titanic_51/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 50 #define ROUND(x, a) (((int)(x) + ((int)(a) - 1)) & \ macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regcache.c | 33 #define ROUND 64 /* pattern buffer size round */ macro
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 33 #define ROUND 64 /* pattern buffer size round */ macro
|
/titanic_51/usr/src/common/crypto/blowfish/ |
H A D | blowfish_impl.c | 361 #define ROUND(left, right, i) \ macro [all...] |
/titanic_51/usr/src/lib/watchmalloc/common/ |
H A D | mallint.h | 63 #define ROUND(s) if ((s)%WORDSIZE) (s) += (WORDSIZE - ((s)%WORDSIZE)) macro
|
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | mallint.h | 64 #define ROUND(s) if (s % WORDSIZE) s += (WORDSIZE - (s % WORDSIZE)) macro
|
/titanic_51/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 49 #define ROUND(x, a) (((int)(x) + ((int)(a) - 1)) & \ macro
|
/titanic_51/usr/src/lib/libc/port/i18n/ |
H A D | gettext.h | 177 #define ROUND(m, s) if ((m) % (s)) (m) += ((s) - ((m) % (s))) macro
|
/titanic_51/usr/src/cmd/sgs/rtld/common/ |
H A D | _rtld.h | 358 #define ROUND(x, a) (((int)(x) + ((int)(a) - 1)) & ~((int)(a) - 1)) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmhdr.h | 118 #define ROUND(x,y) (((y)&((y)-1)) ? ROUNDX((x),(y)) : ROUND2((x),(y)) ) macro
|
/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | vmhdr.h | 128 #define ROUND(x,y) (((y)&((y)-1)) ? ROUNDX((x),(y)) : ROUND2((x),(y)) ) macro
|