Searched defs:ccn32_v (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h108 #define ccn32_v(a0) (a0) macro
111 #define ccn32_v(a0) ccn16_v(a0 & UINT16_C(0xffff)),ccn16_v(a0 >> 16) macro

Completed in 65 milliseconds