Home
last modified time | relevance | path

Searched refs:from (Results 1 – 13 of 13) sorted by relevance

/CTR-SDK-2.4.0/include/nn/font/CTR/
Dfont_CmdCache.h66 const void* from,
73 (void)from;
84 const void* from,
/CTR-SDK-2.4.0/resources/configtool/
Dctrsetting.txt9 userColor:5; // User Color (value from 0 to 15)
31 luminanceLevel:3; // Backlight Luminance (value from 1 to 5)
38 agreeMinorVer:255; // Agreed EULA Version (minor version) (value from 0 to 255)
39 agreeMajorVer:255; // Agreed EULA Version (major version) (value from 0 to 255)
40 latestMinorVer:255; // Latest EULA Version Saved on System (minor version) (value from 0 to 2…
41 latestMajorVer:255; // Latest EULA Version Saved on System (major version) (value from 0 to 2…
60 ratingAge:0; // Rating Value (value from 0 to 30)
61 secretQuestionID:1; // Secret Question Text ID (value from 0 to 31)
/CTR-SDK-2.4.0/sources/libraries/rdt/CTR/
Drdt_RingBuffer.cpp189 u8 *from = m_pHeadData + offset; in read() local
190 if(from >= getEndOfBuffer()) in read()
192 from = from - m_bufLength; in read()
194 ASSERT(isValidAddress(from)); in read()
196 if(from + len <= getEndOfBuffer()) in read()
199 memcpy(pBuf, from, len); in read()
205 size_t len1 = getEndOfBuffer() - from; in read()
207 memcpy(pBuf, from, len1); in read()
/CTR-SDK-2.4.0/include/nn/os/
Dos_ContinuationIterator.h35 static bit32 ChangeContext(bit32 retval, Context* from, Context* to);
/CTR-SDK-2.4.0/include/nn/
Dversion.h40 # Do not access it from the application.
/CTR-SDK-2.4.0/build/omake/platforms/CTR/
DCTR.commondefs.om96 # The full path of the vertex shader object file generated from .vsh is stored.
102 …# The path to the built vertex shader object file is stored as a relative path from resources/shad…
DCTR.commondefs.func.om219 # Create .cci from ELF
275 # Create .cxi from ELF
289 # Create .cia from .cxi
303 # Create .cfa from the directory
/CTR-SDK-2.4.0/build/omake/
Dcommondefs.funcs.om27 # Find the relative path from the project root.
91 # Add a rule to create .o from .c
114 # Add a rule to create .o from .cpp
137 # Add a rule to create .o from .s
170 # Add a rule to create .a from .o list
191 # Add a rule to create .o from any file
Dmodulerules.om18 # The full path of the object file generated from .c/.cpp/.asm is stored.
Dtargetdefs.om115 # Get the subdirectory name where generated items are stored from the source path name
/CTR-SDK-2.4.0/build/omake/compilers/
Dcommondefs.cctype.RVCT.om114 # 2442: Could not inline: Cannot remove function from expression
/CTR-SDK-2.4.0/include/nn/math/ARMv6/inline/
Dmath_Matrix44.ipp1349 // Version where the scale matrix is applied from the right.
Dmath_Matrix34.ipp251 // Version where the scale matrix is applied from the right.