Home
last modified time | relevance | path

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

/xnu-11215.61.5/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h38 #define CCN_UNIT_LOWER_HALF_MASK ((CCN_UNIT_MASK) >> (CCN_UNIT_BITS/2)) macro
39 #define CCN_UNIT_UPPER_HALF_MASK (~CCN_UNIT_LOWER_HALF_MASK)