Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_DebugString.h65 #define NN_LOG( ... ) macro
99 #undef NN_LOG
112 #define NN_LOG( ... ) (void)nn::dbg::detail::Printf(__VA_ARGS__) macro
116 #define NN_LOG( ... ) (void)nndbgDetailPrintf(__VA_ARGS__) macro
121 #define NN_LOG( ... ) ((void)0) macro
/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_Stopwatch.cpp62 NN_LOG("Stopwatch is not initialized, but Finalized() called...\n"); in Finalize()
100 NN_LOG("Initialize Stopwatch...\n"); in Stopwatch()
107 NN_LOG("Failed to initInstance().\n"); in Stopwatch()
118 NN_LOG("Initialize Stopwatch...\n"); in Stopwatch()
125 NN_LOG("Failed to initInstance().\n"); in Stopwatch()
Drdt_Utility.h40 #define PRINTF NN_LOG
/CTR-SDK-4.2.5/include/nn/util/
Dutil_Macros.h21 #define NN_UTIL_LOG_POS NN_LOG("%3d %s\n", __LINE__, NN_FILE_NAME);
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Prefix.h24 #define NN_GR_ERR(...) do { NN_LOG(__VA_ARGS__); int* a = NULL; *a = 1; } while(0)
/CTR-SDK-4.2.5/sources/libraries/tpl/CTR/
Dtpl_ReadTexturePackage.cpp164 NN_LOG("ERROR: The texture package's magic code isn't 'CTPK'.\n"); in CheckTexturePackageHeader()
170 NN_LOG("ERROR: The texture package's version code differs.\n"); in CheckTexturePackageHeader()
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Vertex.cpp370NN_LOG( "+ 0x%08x 0x%08x 0x%08x\n", vtx_array.byte[ j ], elem[0], elem[1] ); in MakeEnableAttrCommand_()
380NN_LOG( "- 0x%08x 0x%08x 0x%08x\n", vtx_array.byte[ j ] >> 2, elem[0], elem[1] ); in MakeEnableAttrCommand_()
445 NN_LOG( "0x%08x 0x%08x\n", *i, *(i+1) ); in MakeEnableAttrCommand_()
Dgr_FragmentLight.cpp294 NN_LOG( "0x%08x 0x%08x\n", *i, *(i+1) ); in MakeAllCommand()
/CTR-SDK-4.2.5/include/nn/
Dassert.h337 … (void) ((exp) || ( NN_LOG("Failed assertion at %s:%d\n ", NN_FILE_NAME, __LINE__), \
338NN_LOG(__VA_ARGS__), \
339NN_LOG("\n"), \
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Config.h22 #define NN_MATH_REPORT NN_LOG
/CTR-SDK-4.2.5/include/nn/net/osl/
Dosl_Mbuf.h146 NN_LOG("nnnetOslMbuf_expand: out of capacity.(len = %d)\n", len); in nnnetOslMbuf_expand()