Home
last modified time | relevance | path

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

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