Home
last modified time | relevance | path

Searched defs:c1 (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-1.3.0/CTR_SDK/include/nn/util/
Dutil_Result.h83 #define NN_UTIL_RETURN_IF_FAILED_1(result, c1) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,,,,) argument
84 #define NN_UTIL_RETURN_IF_FAILED_2(result, c1, c2) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,c2,,,) argument
85 #define NN_UTIL_RETURN_IF_FAILED_3(result, c1, c2, c3) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,c2,c… argument
86 #define NN_UTIL_RETURN_IF_FAILED_4(result, c1, c2, c3, c4) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,… argument
87 #define NN_UTIL_RETURN_IF_FAILED_5(result, c1, c2, c3, c4, c5) NN_UTIL_RETURN_IF_FAILED_BASE(result… argument
/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/fnd/
Dfnd_DateTime.cpp172 s32 c1 = c4ds / c1days; in DaysToDate() local
/CTR-SDK-1.3.0/CTR_SDK/include/nn/gx/CTR/
Dgx_MacroShader.h445 #define PICA_CMD_SET_VS_FIXED_ATTR(order, c0, c1, c2) \ argument