Home
last modified time | relevance | path

Searched refs:second (Results 1 – 8 of 8) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_DateTime.cpp98 …bool DateTime::IsValidParameters(s32 year, s32 month, s32 day, s32 hour, s32 minute, s32 second, s… in IsValidParameters() argument
103 && 0 <= second && second < 60 in IsValidParameters()
115 dateTimeParameters.second, in IsValidParameters()
219 …DateTime::DateTime(s32 year, s32 month, s32 day, s32 hour, s32 minute, s32 second, s32 millisecond) in DateTime() argument
221 DateTime::FromParameters(year,month,day,hour,minute,second,millisecond).m_MilliSeconds) in DateTime()
286 …me::FromParameters(s32 year, s32 month, s32 day, s32 hour, s32 minute, s32 second, s32 millisecond) in FromParameters() argument
288 NN_TASSERT_(IsValidParameters(year, month, day, hour, minute, second, millisecond)); in FromParameters()
292 + 1000LL * second in FromParameters()
307 dateTimeParameters.second, in FromParameters()
317 DateTime DateTime::ReplaceSecond(s32 second) const in ReplaceSecond()
[all …]
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_DateTime.h59 s8 second; // member
94 … DateTime(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=0, s32 millisecond=0);
209 DateTime ReplaceSecond(s32 second) const;
296 …omParameters(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=0, s32 millisecond…
341 …idParameters(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=0, s32 millisecond…
/CTR-SDK-4.2.5/include/nn/hio/CTR/
Dhio_HostDirectory.h50 bit16 second; // member
/CTR-SDK-4.2.5/include/nn/phtsel/CTR/
Dphtsel_input.h103 s32 hour, s32 minute, s32 second
/CTR-SDK-4.2.5/resources/configtool/
Dctrsetting.txt18 second:56; // Second (0 to 59)
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Dabstruct.csv9 0x049,User clipping setting (second element)
16 0x051,Setting of second output attribute from vertex shader
302 0x234,Constant vertex attribute value (second)
Ddetail.csv29 Sets the value that is the second element of the uniform value converted to a 24-bit floating-point…
147 0x51,[4:0],glUseProgram,"Attribute for the x-component of the second set of output data.
172 0x51,[12:8],glUseProgram,"Attribute for the y-component of the second set of output data.
197 0x51,[20:16],glUseProgram,"Attribute for the z-component of the second set of output data.
222 0x51,[28:24],glUseProgram,"Attribute for the w-component of the second set of output data.
1150 Sets the value that is the second element of the uniform value converted to a 16-bit floating-point…
1156 Sets the value that is the second element of the uniform value converted to a 16-bit floating-point…
2070 …t integer between 0 and 255; the first element is set in bits [7:0], the second element is set in …
2073 …t integer between 0 and 255; the first element is set in bits [7:0], the second element is set in …
2076 …t integer between 0 and 255; the first element is set in bits [7:0], the second element is set in …
[all …]
/CTR-SDK-4.2.5/include/nn/math/ARMv6/inline/
Dmath_Matrix33.ipp113 VLDMIA r2!,{s10-s15} // First and second line of matrix p2 to registers [S10-S15]