Searched refs:NN_LOG (Results 1 – 11 of 11) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/dbg/ |
| D | dbg_DebugString.h | 65 #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/ |
| D | rdt_Stopwatch.cpp | 62 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()
|
| D | rdt_Utility.h | 40 #define PRINTF NN_LOG
|
| /CTR-SDK-4.2.5/include/nn/util/ |
| D | util_Macros.h | 21 #define NN_UTIL_LOG_POS NN_LOG("%3d %s\n", __LINE__, NN_FILE_NAME);
|
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_Prefix.h | 24 #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/ |
| D | tpl_ReadTexturePackage.cpp | 164 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/ |
| D | gr_Vertex.cpp | 370 … NN_LOG( "+ 0x%08x 0x%08x 0x%08x\n", vtx_array.byte[ j ], elem[0], elem[1] ); in MakeEnableAttrCommand_() 380 … NN_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_()
|
| D | gr_FragmentLight.cpp | 294 NN_LOG( "0x%08x 0x%08x\n", *i, *(i+1) ); in MakeAllCommand()
|
| /CTR-SDK-4.2.5/include/nn/ |
| D | assert.h | 337 … (void) ((exp) || ( NN_LOG("Failed assertion at %s:%d\n ", NN_FILE_NAME, __LINE__), \ 338 … NN_LOG(__VA_ARGS__), \ 339 … NN_LOG("\n"), \
|
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Config.h | 22 #define NN_MATH_REPORT NN_LOG
|
| /CTR-SDK-4.2.5/include/nn/net/osl/ |
| D | osl_Mbuf.h | 146 NN_LOG("nnnetOslMbuf_expand: out of capacity.(len = %d)\n", len); in nnnetOslMbuf_expand()
|