Home
last modified time | relevance | path

Searched refs:NN_UNUSED_VAR (Results 1 – 25 of 26) sorted by relevance

12

/CTR-SDK-2.4.0/sources/libraries/rtport/rvct/
Drvct_stdio.cpp38 …FILEHANDLE _sys_open(const char * name, int openmode) { NN_UNUSED_VAR(name); NN_UNUSED_VAR(openmod… in _sys_open()
39 int _sys_close(FILEHANDLE fh) { NN_UNUSED_VAR(fh); return -1; } in _sys_close()
40 …ed char *buf, unsigned len, int mode) { NN_UNUSED_VAR(fh); NN_UNUSED_VAR(buf); NN_UNUSED_VAR(len);… in _sys_write()
41 …d char * buf, unsigned len, int mode) { NN_UNUSED_VAR(fh); NN_UNUSED_VAR(buf); NN_UNUSED_VAR(len);… in _sys_read()
42 void _ttywrch(int ch) { NN_UNUSED_VAR(ch); } in _ttywrch()
43 int _sys_istty(FILEHANDLE fh) { NN_UNUSED_VAR(fh); return -1; } in _sys_istty()
44 … int _sys_seek(FILEHANDLE fh, long pos) { NN_UNUSED_VAR(fh); NN_UNUSED_VAR(pos); return -1; } in _sys_seek()
45 int _sys_ensure(FILEHANDLE fh) { NN_UNUSED_VAR(fh); return -1; } in _sys_ensure()
46 long _sys_flen(FILEHANDLE fh) { NN_UNUSED_VAR(fh); return -1; } in _sys_flen()
47 …m(char *name, int fileno, unsigned maxlength) { NN_UNUSED_VAR(name); NN_UNUSED_VAR(fileno); NN_UNU… in _sys_tmpnam()
[all …]
/CTR-SDK-2.4.0/include/nn/crypto/
Dcrypto_HashContextBase.h58 NN_UNUSED_VAR(pData); in Update()
59 NN_UNUSED_VAR(length); in Update()
76 NN_UNUSED_VAR(pOut); in GetHash()
/CTR-SDK-2.4.0/sources/libraries/os/
Dos_ResultFailureHandler.cpp69 NN_UNUSED_VAR(filename); in nnosResultPanicHandlerImplDefault()
70 NN_UNUSED_VAR(lineno); in nnosResultPanicHandlerImplDefault()
77 NN_UNUSED_VAR(fmt); in nnosResultPanicHandlerImplDefault()
78 NN_UNUSED_VAR(vlist); in nnosResultPanicHandlerImplDefault()
87 NN_UNUSED_VAR(filename); in nnosResultTPanicHandlerImplDefault()
88 NN_UNUSED_VAR(lineno); in nnosResultTPanicHandlerImplDefault()
95 NN_UNUSED_VAR(fmt); in nnosResultTPanicHandlerImplDefault()
96 NN_UNUSED_VAR(vlist); in nnosResultTPanicHandlerImplDefault()
/CTR-SDK-2.4.0/sources/libraries/dbg/
Ddbg_DebugString.cpp142 NN_UNUSED_VAR(filename); in nndbgAssertionFailureHandler()
143 NN_UNUSED_VAR(lineno); in nndbgAssertionFailureHandler()
144 NN_UNUSED_VAR(fmt); in nndbgAssertionFailureHandler()
168 NN_UNUSED_VAR(filename); in nndbgTAssertionFailureHandler()
169 NN_UNUSED_VAR(lineno); in nndbgTAssertionFailureHandler()
170 NN_UNUSED_VAR(fmt); in nndbgTAssertionFailureHandler()
Ddbg_Logger.cpp323 NN_UNUSED_VAR(level); in PrintLog()
324 NN_UNUSED_VAR(funcName); in PrintLog()
325 NN_UNUSED_VAR(fileName); in PrintLog()
326 NN_UNUSED_VAR(line); in PrintLog()
327 NN_UNUSED_VAR(fmt); in PrintLog()
/CTR-SDK-2.4.0/include/nn/err/CTR/
Derr_Api.h98 NN_UNUSED_VAR(resultLocal); \
105 NN_UNUSED_VAR(resultLocal); \
112 NN_UNUSED_VAR(resultLocal); \
/CTR-SDK-2.4.0/sources/libraries/test/
Dtest_XmlOutput.cpp273 NN_UNUSED_VAR(testsNum); in OnFinished()
274 NN_UNUSED_VAR(time); in OnFinished()
308 NN_UNUSED_VAR(suiteName); in OnSuiteEnd()
309 NN_UNUSED_VAR(time); in OnSuiteEnd()
310 NN_UNUSED_VAR(testsNum); in OnSuiteEnd()
331 NN_UNUSED_VAR(time); in OnTestEnd()
332 NN_UNUSED_VAR(testName); in OnTestEnd()
333 NN_UNUSED_VAR(isSuccess); in OnTestEnd()
Dtest_New.cpp37 NN_UNUSED_VAR(size); in InitializeAllocator()
46 NN_UNUSED_VAR(idealSize); in AllocateBuffer()
Dtest_TextOutput.cpp34 NN_UNUSED_VAR(testsNum); in Initialize()
121 NN_UNUSED_VAR(suiteName); in OnSuiteEnd()
143 NN_UNUSED_VAR(time); in OnTestEnd()
/CTR-SDK-2.4.0/include/nn/util/
Dutil_Misc.h30 NN_UNUSED_VAR(a); in GetArraySize()
45 NN_UNUSED_VAR(a); in GetArraySizeT()
/CTR-SDK-2.4.0/sources/libraries/fnd/
Dfnd_HeapBase.cpp60 NN_UNUSED_VAR(type); in SetFillValue()
61 NN_UNUSED_VAR(val); in SetFillValue()
70 NN_UNUSED_VAR(type); in GetFillValue()
/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_System.h30 #ifndef NN_UNUSED_VAR
36 #define NN_UNUSED_VAR(var) ((void)&var); macro
/CTR-SDK-2.4.0/include/nn/net/compatible/nos/
Dnos_horizon.h111 NN_UNUSED_VAR(stackSize); in NOS_CreateAndStartThread()
182 NN_UNUSED_VAR(stackSize); in NOS_CreateThread()
246 NN_UNUSED_VAR(threadId); in NOS_WakeupThreadDirect()
974 NN_UNUSED_VAR(eqId) in NOS_DestroyEventQueue()
1098 NN_UNUSED_VAR(mbuf); in NOS_m_setowner()
1099 NN_UNUSED_VAR(owner); in NOS_m_setowner()
1104 NN_UNUSED_VAR(owner); in NOS_m_getnum()
1110 NN_UNUSED_VAR(index); in NOS_m_getaddr()
/CTR-SDK-2.4.0/include/nn/config/compiler/
Degcc.h24 #define NN_UNUSED_VAR(var) ((void)&var); macro
Drvct.h23 #define NN_UNUSED_VAR(var) ((void)&var); macro
/CTR-SDK-2.4.0/sources/libraries/init/
Dinit_Default.cpp28 NN_UNUSED_VAR(message); in HandleNotification()
/CTR-SDK-2.4.0/sources/libraries/os/CTR/
Dos_ErrorHandler.cpp95 NN_UNUSED_VAR(preferFatal); in SetInternalErrorHandlerMode()
/CTR-SDK-2.4.0/include/nn/fnd/
Dfnd_TimeSpan.h59 TimeSpan(ZeroOnly zeroOnly = 0) : m_NanoSeconds(0) { NN_UNUSED_VAR(zeroOnly); }
Dfnd_FixedLengthString.h102 NN_UNUSED_VAR(i); in CheckIndex()
108 NN_UNUSED_VAR(length); in CheckLength()
/CTR-SDK-2.4.0/include/nn/os/
Dos_InterCoreLightSemaphore.h158 NN_UNUSED_VAR(maxCount); in Initialize()
Dos_LightSemaphore.h157 NN_UNUSED_VAR(maxCount); in Initialize()
/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_Utility.h139 NN_UNUSED_VAR( MAX_VS_F32_VEC4_NUM ); in MakeUniformCommandVS()
262 NN_UNUSED_VAR( MAX_GS_F32_VEC4_NUM ); in MakeUniformCommandGS()
/CTR-SDK-2.4.0/sources/libraries/gr/CTR/
Dgr_Shader.cpp262 NN_UNUSED_VAR( exe_info ); in MakeVtxProgramCommand()
303 NN_UNUSED_VAR( exe_info ); in MakeGeoProgramCommand()
371 NN_UNUSED_VAR( vtx_shader_index ); in CheckVtxShaderIndex_()
384 NN_UNUSED_VAR( geo_shader_index ); in CheckGeoShaderIndex_()
/CTR-SDK-2.4.0/sources/libraries/rdt/CTR/
Drdt_Utility.cpp337 NN_UNUSED_VAR(dmy); in stackChecker()
/CTR-SDK-2.4.0/sources/libraries/fnd/detail/
Dfnd_DetailHeap.cpp847 NN_UNUSED_VAR(heapType); in CheckMBlock()
1033 NN_UNUSED_VAR(heapType); in CheckMBlockLinkTail()
1102 NN_UNUSED_VAR(heap); in NNSi_FndDumpHeap()

12