Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h139 #define ccn64_v(a0) (a0) macro
145 #define ccn64_v(a0) ccn32_v((uint64_t)a0 & UINT32_C(0xffffffff)),ccn32_v((uint64_t)a0 >> 32) macro