Home
last modified time | relevance | path

Searched refs:s64 (Results 1 – 24 of 24) sorted by relevance

/TwlSDK-5.2.1/include/nitro/cp/
Ddivider.h203 static inline s64 CP_GetDivResultImm64() in CP_GetDivResultImm64()
205 return (s64)(*(REGType64 *)REG_DIV_RESULT_ADDR); in CP_GetDivResultImm64()
243 static inline s64 CP_GetDivResult64() in CP_GetDivResult64()
287 static inline s64 CP_GetDivRemainderImm64() in CP_GetDivRemainderImm64()
289 return (s64)(*(REGType64 *)REG_DIVREM_RESULT_ADDR); in CP_GetDivRemainderImm64()
327 static inline s64 CP_GetDivRemainder64() in CP_GetDivRemainder64()
/TwlSDK-5.2.1/build/tools/stripdebug/
Dtypes.h47 typedef signed __int64 s64; typedef
49 typedef signed long long int s64; typedef
60 typedef volatile s64 vs64;
/TwlSDK-5.2.1/build/tools/makelst/
Dtypes.h47 typedef signed __int64 s64; typedef
49 typedef signed long long int s64; typedef
60 typedef volatile s64 vs64;
/TwlSDK-5.2.1/include/nitro/
Dtypes.h52 typedef signed __int64 s64; typedef
54 typedef signed long long int s64; typedef
65 typedef volatile s64 vs64;
/TwlSDK-5.2.1/include/nitro/rtc/ARM9/
Dconvert.h75 s64 RTC_ConvertDateTimeToSecond(const RTCDate *date, const RTCTime *time);
112 void RTC_ConvertSecondToDateTime(RTCDate *date, RTCTime *time, s64 sec);
/TwlSDK-5.2.1/build/demos/rtc/convert-1/src/
Dmain.c182 s64 a[] = { in ConvTest()
192 s64 result_sec[] = { in ConvTest()
201 s64 result; in ConvTest()
/TwlSDK-5.2.1/build/libraries/rtc/ARM9/src/
Dswclock.c170 s64 currentSWClockSeconds; in RtcGetDateTimeExFromSWClock()
173 currentSWClockSeconds = (s64) OS_TicksToSeconds(currentTicks); in RtcGetDateTimeExFromSWClock()
Dconvert.c107 s64 RTC_ConvertDateTimeToSecond(const RTCDate *date, const RTCTime *time) in RTC_ConvertDateTimeToSecond()
120 return ((s64)day) * (60 * 60 * 24) + sec; in RTC_ConvertDateTimeToSecond()
242 void RTC_ConvertSecondToDateTime(RTCDate *date, RTCTime *time, s64 sec) in RTC_ConvertSecondToDateTime()
/TwlSDK-5.2.1/build/demos/math/qsort/src/
Dmain.c168 s64 diff = (s64)*(u32 *)elem1 - (s64)*(u32 *)elem2; in compare()
/TwlSDK-5.2.1/include/nitro/fx/
Dfx.h66 typedef s64 fx64;
89 typedef s64 fx64c;
319 SDK_INLINE fx32 FX32_CAST(s64 res) in FX32_CAST()
340 return FX32_CAST(((s64)(v1) * v2 + 0x800LL) >> FX32_SHIFT); in FX_MulInline()
/TwlSDK-5.2.1/build/libraries/fx/common/src/
Dfx_cp.c139 s64 sqrt_x; in FX_InvSqrt()
140 s64 tmp; in FX_InvSqrt()
Dfx.c140 return FX32_CAST(((s64)(v1) * v2 + 0x800LL) >> FX32_SHIFT); in FX_MulFunc()
/TwlSDK-5.2.1/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOUtility.c61 …pShininess[i] = (u8)(((s64)(i * 2 + 1) * (i * 2 + 1) * (i * 2 + 1) * (i * 2 + 1)) >> (LIGHTING_L_D… in DEMO_Set3DDefaultShininessTable()
/TwlSDK-5.2.1/include/nitro/spi/common/
DuserInfo_ts_0.h125s64 rtcOffset; // Offset value when configuring the RTC (each time the user ch…
DuserInfo_ts_200.h137s64 rtcOffset; // Offset value when configuring the RTC (each time the user ch…
DuserInfo_ts_300.h171s64 rtcOffset; // Offset value when configuring the RTC (each time the user ch…
/TwlSDK-5.2.1/include/twl/os/common/
DownerInfoEx_private.h85s64 rtcOffset; // Offset value when configuring the RTC (Each tim…
/TwlSDK-5.2.1/build/libraries/os/common/src/
Dos_alarm.c57 s64 delta; in OSi_SetTimer()
64 delta = (s64)(alarm->fire - tick); in OSi_SetTimer()
226 if ((s64)(fire - next->fire) >= 0) in OSi_InsertAlarm()
Dos_ownerInfo.c82 s64 OS_GetOwnerRtcOffset(void) in OS_GetOwnerRtcOffset()
/TwlSDK-5.2.1/include/nitro/os/common/
DownerInfo.h162 s64 OS_GetOwnerRtcOffset(void);
/TwlSDK-5.2.1/include/twl/tcl/ARM9/
Dtypes.h221 s64 second;
Dapi.h410 extern s64 TCL_GetCurrentSecond( void );
/TwlSDK-5.2.1/build/demos/env/env-1/src/
Dmain.c191 s64 retVal; in NitroMain()
/TwlSDK-5.2.1/include/nitro/env/
Denv_system.h582 static inline BOOL ENV_GetS64(const char *name, s64 *retVal) in ENV_GetS64()