Home
last modified time | relevance | path

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

/xnu-10002.1.13/EXTERNAL_HEADERS/corecrypto/
H A Dcc.h65 #define cc_concat_(a, b) a##b macro
66 #define cc_concat(a, b) cc_concat_(a, b)