Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/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-1.0.0/CTR_SDK/include/nn/net/compatible/nnet/
Dnnet.h166 #define NNET_DBGASSERT(cond) NDEBUG_Assert(cond)