Home
last modified time | relevance | path

Searched refs:line (Results 1 – 10 of 10) sorted by relevance

/CTR-SDK-2.4.0/build/omake_deprecated/
Dtooldefs.om113 --pad-oper --unpad-paren --keep-one-line-statements --keep-one-line-blocks
Dtestutil.om197 result += $(input-line $(f))
/CTR-SDK-2.4.0/include/nn/math/ARMv6/inline/
Dmath_Matrix33.ipp39 VLDMIA r2,{s9-s11} // First line of matrix p2 to registers [S9-S11]
40 VLDMIA r1,{s0-s2} // First line of matrix p1 to registers [S0-S2]
43 VLDMIA r2,{s12-s14} // Second line of matrix p2 to registers [S12-S14]
44 VLDMIA r1,{s3-s5} // Second line of matrix p1 to registers [S3-S5]
47 VLDMIA r2,{s15-s17} // Third line of matrix p2 to registers [S15-S17]
48 VLDMIA r1,{s6-s8} // Third line of matrix p1 to registers [S6-S8]
113 VLDMIA r2!,{s10-s15} // First and second line of matrix p2 to registers [S10-S15]
133 VLDMIA r2,{s10-s12} // Third line of matrix p2 to registers [S10-S12]
169 VLDMIA r2,{s9-s11} // First line of matrix p2 to registers [S9-S11]
170 VLDMIA r1,{s18-s20} // First line of matrix p1 to registers [S18-S20]
[all …]
/CTR-SDK-2.4.0/sources/libraries/dbg/
Ddbg_Logger.cpp169 void Logger::PrintLog(const u32 level, const char8* funcName, const char8* fileName, const int line, in PrintLog() argument
312 len += SafeTSNPrintf(&buffer[len], sizeof(buffer) - len, " (%s:%d)", pFileNameTop, line); in PrintLog()
326 NN_UNUSED_VAR(line); in PrintLog()
/CTR-SDK-2.4.0/include/nn/dbg/
Ddbg_Logger.h209 const int line, const char8* fmt, ...);
/CTR-SDK-2.4.0/documents/api/css/
Dmain.css228 line-height : 18px;
/CTR-SDK-2.4.0/documents/applet/api/css/
Dmain.css228 line-height : 18px;
/CTR-SDK-2.4.0/build/omake/platforms/CTR/
DCTR.commondefs.gl.om35 # Generate command line to specify the include directory (delay evaluation)
/CTR-SDK-2.4.0/build/omake/
Dutildefs.om240 result += $(input-line $(channel))
Dcommondefs.funcs.om75 foreach(line, $(absname $(files)))
77 fprint($(f),$(line))