Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc.h45 #define cc_concat_(a, b) a##b macro
46 #define cc_concat(a, b) cc_concat_(a, b)