Home
last modified time | relevance | path

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

/xnu-10002.1.13/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h41 #define CCN_UNIT_LOWER_HALF_MASK ((CCN_UNIT_MASK) >> (CCN_UNIT_BITS/2)) macro
42 #define CCN_UNIT_UPPER_HALF_MASK (~CCN_UNIT_LOWER_HALF_MASK)