Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/
Dassert.h73 (void) ((exp) || ( NN_SLOG_("Failed assertion at %s:%d\n ", NN_FILE_NAME, __LINE__), \
74 NN_SLOG_(__VA_ARGS__), \
75 NN_SLOG_("\n"), \
85 …(void) ((exp) || ( NN_SLOG_("Result Assertion cannot be used on Kernel at %s:%d\n ", NN_FILE_NAME…
86 NN_SLOG_(__VA_ARGS__), \
87 NN_SLOG_("\n"), \
201 (void) (NN_SLOG_("Panic: %s:%d\n", NN_FILE_NAME, __LINE__), \
202 NN_SLOG_(__VA_ARGS__), \
203 NN_SLOG_("\n"), \
217 (void) (NN_SLOG_("Panic: %s:%d\n", NN_FILE_NAME, __LINE__), \
[all …]
/CTR-SDK-2.4.0/include/nn/dbg/
Ddbg_DebugString.h97 #define NN_SLOG_( ... ) (void)nn::dbg::detail::Printf(__VA_ARGS__) macro
99 #define NN_SLOG_( ... ) (void)nndbgDetailPrintf(__VA_ARGS__) macro
102 #define NN_SLOG_( ... ) ((void)0) macro