Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_reading.h52 #define ALIGN8 8 macro
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.S55 #define ALIGN8(X) (((X) + 7) & ~7) macro
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemset.S55 #define ALIGN8(X) (((X) + 7) & ~7) macro
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c73 #define SKCK_LEN(keylen) ALIGN8(sizeof (struct skck) + KEYLEN(keylen))
75 #define CACHEKEY_RECLEN(keylen) ALIGN8(sizeof (struct cachekey_disklist) - 1 + \
244 maxsize = ALIGN8(sizeof (struct cachekey_header)) + in create_cache_file_ch()
250 length = ALIGN8(sizeof (struct cachekey_header)) + in create_cache_file_ch()
257 if (maxsize > ALIGN8(sizeof (struct cachekey_header)+reclength)) in create_cache_file_ch()
260 length = ALIGN8(sizeof (struct cachekey_header)+ in create_cache_file_ch()
476 newsize = ALIGN8(sizeof (struct cachekey_header)) + in remap_cache_file_ch()
H A Dkeyserv_cache.h47 #define ALIGN8(addr) (8 * (((addr)+7)/8)) macro