Home
last modified time | relevance | path

Searched defs:c4 (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.21/include/nn/util/
Dutil_Result.h86 #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-0.14.21/sources/libraries/fnd/
Dfnd_DateTime.cpp163 s32 c4 = days / c4days; in DaysToDate() local