Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/compatible/ndebug/
Dndebug_horizon.h39 #define NDEBUG_Assert(...) NN_TASSERT_(__VA_ARGS__) /**< アサーション関数を指定してください。 */ macro
52 #define NDEBUG_Assert(cond)
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/compatible/nnet/
Dnnet.h166 #define NNET_DBGASSERT(cond) NDEBUG_Assert(cond)