Home
last modified time | relevance | path

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

/xnu-8792.41.9/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h673 #define cc_ceiling(a,b) (((a)+((b)-1))/(b)) macro
674 #define CC_BITLEN_TO_BYTELEN(x) cc_ceiling((x), 8)