Home
last modified time | relevance | path

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

/xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h733 #define cc_ceiling(a,b) (((a)+((b)-1))/(b)) macro
734 #define CC_BITLEN_TO_BYTELEN(x) cc_ceiling((x), 8)