Home
last modified time | relevance | path

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

/xnu-10063.141.1/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h260 #define cc_ceiling(a,b) (((a)+((b)-1))/(b)) macro
261 #define CC_BITLEN_TO_BYTELEN(x) cc_ceiling((x), 8)