Searched refs:ROUNDUP (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c372 len_attrs += ROUNDUP(extra_attr->attr.ulValueLen, 8);
394 buf1 = buf1 + ROUNDUP(extra_attr->attr.ulValueLen, 8);
496 buf = buf + ROUNDUP(template.ulValueLen, 8);
586 return (ROUNDUP(((biginteger_t *)
588 ROUNDUP(((biginteger_t *)
597 return (ROUNDUP(((biginteger_t *)
599 ROUNDUP(((biginteger_t *)
601 ROUNDUP(((biginteger_t *)
603 ROUNDUP(((biginteger_t *)
610 return (ROUNDUP(((biginteger_
[all...]
H A DsoftKeystore.h65 #define ROUNDUP(x, y) roundup(x, y) /* defined in sys/sysmacros.h */ macro
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_types.h108 #undef ROUNDUP macro
109 #define ROUNDUP(x, y) ( ((x) + ((y) - 1)) & ~((y) - 1) ) macro
/osnet-11/usr/src/lib/libsqlite/src/
H A Dbtree.c113 #define ROUNDUP(X) ((X+3) & ~3) macro
417 n = ROUNDUP(n);
487 assert( nByte==ROUNDUP(nByte) );
535 assert( size == ROUNDUP(size) );
536 assert( start == ROUNDUP(start) );
610 if( idx!=ROUNDUP(idx) ) goto page_format_error;

Completed in 40 milliseconds