Home
last modified time | relevance | path

Searched refs:c1 (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.14.4/include/nn/util/
Dutil_Result.h90 #define NN_UTIL_RETURN_IF_FAILED_1(result, c1) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,,,,) argument
91 #define NN_UTIL_RETURN_IF_FAILED_2(result, c1, c2) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,c2,,,) argument
92 #define NN_UTIL_RETURN_IF_FAILED_3(result, c1, c2, c3) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,c2,c… argument
93 #define NN_UTIL_RETURN_IF_FAILED_4(result, c1, c2, c3, c4) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,… argument
94 #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.4/include/nn/hw/ARM/
Dreg_access.h65 #define HW_GET_CP15_C1(o,v) HW_INST_MRC(p15,0,c1,c0,o,v) // Opcode_1 and CRm are fixed
93 #define HW_GET_CP15_C15_7(v) HW_INST_MRC(p15,7,c15,c1,0,v)
98 #define HW_SET_CP15_C1(o,v) HW_INST_MCR(p15,0,c1,c0,o,v) // Opcode_1 and CRm are fixed
112 #define HW_SET_CP15_C15_7(v) HW_INST_MCR(p15,7,c15,c1,0,v)
122 #define HW_GET_CP15_PFR0(v) HW_INST_MRC(p15,0,c0,c1,0,v)
123 #define HW_GET_CP15_PFR1(v) HW_INST_MRC(p15,0,c0,c1,1,v)
124 #define HW_GET_CP15_DFR0(v) HW_INST_MRC(p15,0,c0,c1,2,v)
125 #define HW_GET_CP15_MMFR0(v) HW_INST_MRC(p15,0,c0,c1,4,v)
126 #define HW_GET_CP15_MMFR1(v) HW_INST_MRC(p15,0,c0,c1,5,v)
127 #define HW_GET_CP15_MMFR2(v) HW_INST_MRC(p15,0,c0,c1,6,v)
[all …]
/CTR-SDK-0.14.4/sources/libraries/fnd/
Dfnd_DateTime.cpp172 s32 c1 = c4ds / c1days; in DaysToDate() local
179 year = 2000 + c4 * 400 + c1 * 100 + y4 * 4 + y1; in DaysToDate()
183 if (y1 == 4 || c1 == 4) in DaysToDate()
/CTR-SDK-0.14.4/include/nn/gx/CTR/
Dgx_MacroShader.h445 #define PICA_CMD_SET_VS_FIXED_ATTR(order, c0, c1, c2) \ argument
447 (u32)(c0), (u32)(c1), \