Home
last modified time | relevance | path

Searched refs:ALIGN8 (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.s55 #define ALIGN8(X) (((X) + 7) & ~7) macro
/titanic_41/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemset.s55 #define ALIGN8(X) (((X) + 7) & ~7) macro
/titanic_41/usr/src/cmd/keyserv/
H A Dkeyserv_cache.h49 #define ALIGN8(addr) (8 * (((addr)+7)/8)) macro
H A Dkeyserv_cache.c75 #define SKCK_LEN(keylen) ALIGN8(sizeof (struct skck) + KEYLEN(keylen))
77 #define CACHEKEY_RECLEN(keylen) ALIGN8(sizeof (struct cachekey_disklist) - 1 + \
246 maxsize = ALIGN8(sizeof (struct cachekey_header)) + in create_cache_file_ch()
252 length = ALIGN8(sizeof (struct cachekey_header)) + in create_cache_file_ch()
259 if (maxsize > ALIGN8(sizeof (struct cachekey_header)+reclength)) in create_cache_file_ch()
262 length = ALIGN8(sizeof (struct cachekey_header)+ in create_cache_file_ch()
478 newsize = ALIGN8(sizeof (struct cachekey_header)) + in remap_cache_file_ch()