| /TwlSDK-5.5/include/nitro/cp/ |
| D | divider.h | 203 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.5/build/tools/stripdebug/ |
| D | types.h | 47 typedef signed __int64 s64; typedef 49 typedef signed long long int s64; typedef 60 typedef volatile s64 vs64;
|
| /TwlSDK-5.5/build/tools/makelst/ |
| D | types.h | 47 typedef signed __int64 s64; typedef 49 typedef signed long long int s64; typedef 60 typedef volatile s64 vs64;
|
| /TwlSDK-5.5/include/nitro/ |
| D | types.h | 52 typedef signed __int64 s64; typedef 54 typedef signed long long int s64; typedef 65 typedef volatile s64 vs64;
|
| /TwlSDK-5.5/include/nitro/rtc/ARM9/ |
| D | convert.h | 75 s64 RTC_ConvertDateTimeToSecond(const RTCDate *date, const RTCTime *time); 112 void RTC_ConvertSecondToDateTime(RTCDate *date, RTCTime *time, s64 sec);
|
| /TwlSDK-5.5/build/demos/rtc/convert-1/src/ |
| D | main.c | 182 s64 a[] = { in ConvTest() 192 s64 result_sec[] = { in ConvTest() 201 s64 result; in ConvTest()
|
| /TwlSDK-5.5/build/libraries/rtc/ARM9/src/ |
| D | swclock.c | 170 s64 currentSWClockSeconds; in RtcGetDateTimeExFromSWClock() 173 currentSWClockSeconds = (s64) OS_TicksToSeconds(currentTicks); in RtcGetDateTimeExFromSWClock()
|
| D | convert.c | 107 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.5/build/demos/math/qsort/src/ |
| D | main.c | 168 s64 diff = (s64)*(u32 *)elem1 - (s64)*(u32 *)elem2; in compare()
|
| /TwlSDK-5.5/include/nitro/fx/ |
| D | fx.h | 66 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.5/build/libraries/fx/common/src/ |
| D | fx_cp.c | 139 s64 sqrt_x; in FX_InvSqrt() 140 s64 tmp; in FX_InvSqrt()
|
| D | fx.c | 140 return FX32_CAST(((s64)(v1) * v2 + 0x800LL) >> FX32_SHIFT); in FX_MulFunc()
|
| /TwlSDK-5.5/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOUtility.c | 61 …pShininess[i] = (u8)(((s64)(i * 2 + 1) * (i * 2 + 1) * (i * 2 + 1) * (i * 2 + 1)) >> (LIGHTING_L_D… in DEMO_Set3DDefaultShininessTable()
|
| /TwlSDK-5.5/include/nitro/spi/common/ |
| D | userInfo_ts_0.h | 125 …s64 rtcOffset; // Offset value when configuring the RTC (each time the user ch…
|
| D | userInfo_ts_200.h | 137 …s64 rtcOffset; // Offset value when configuring the RTC (each time the user ch…
|
| D | userInfo_ts_300.h | 171 …s64 rtcOffset; // Offset value when configuring the RTC (each time the user ch…
|
| /TwlSDK-5.5/build/libraries/os/common/src/ |
| D | os_alarm.c | 57 s64 delta; in OSi_SetTimer() 64 delta = (s64)(alarm->fire - tick); in OSi_SetTimer() 226 if ((s64)(fire - next->fire) >= 0) in OSi_InsertAlarm()
|
| D | os_ownerInfo.c | 82 s64 OS_GetOwnerRtcOffset(void) in OS_GetOwnerRtcOffset()
|
| /TwlSDK-5.5/include/nitro/os/common/ |
| D | ownerInfo.h | 162 s64 OS_GetOwnerRtcOffset(void);
|
| /TwlSDK-5.5/include/twl/os/common/ |
| D | ownerInfoEx_private.h | 85 …s64 rtcOffset; // Offset value when configuring the RTC (each tim…
|
| /TwlSDK-5.5/include/twl/tcl/ARM9/ |
| D | types.h | 221 s64 second;
|
| D | api.h | 410 extern s64 TCL_GetCurrentSecond( void );
|
| /TwlSDK-5.5/build/demos/env/env-1/src/ |
| D | main.c | 191 s64 retVal; in NitroMain()
|
| /TwlSDK-5.5/include/nitro/env/ |
| D | env_system.h | 582 static inline BOOL ENV_GetS64(const char *name, s64 *retVal) in ENV_GetS64()
|