Home
last modified time | relevance | path

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

/xnu-8020.121.3/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h68 #define CCN_UNIT_LOWER_HALF_MASK ((CCN_UNIT_MASK) >> (CCN_UNIT_BITS/2)) macro
69 #define CCN_UNIT_UPPER_HALF_MASK (~CCN_UNIT_LOWER_HALF_MASK)