Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h754 __typeof__(r) _cond = (__typeof__(r))((s)-1); \
755 r = (~_cond & (a)) | (_cond & (b)); \
/xnu-8020.101.4/bsd/netinet6/
H A Desp_chachapoly.c73 #define ESP_ASSERT(_cond, _format, ...) … argument
75 …if (!(_cond)) { …