| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Query.h | 37 u64 _reg[8]; 53 GX2_INLINE GX2Boolean GX2GetGPUCycleReady(const u64* addr) in GX2GetGPUCycleReady() 55 GX2Invalidate(GX2_INVALIDATE_CPU, (void *)addr, sizeof(u64)); in GX2GetGPUCycleReady() 73 void GX2API GX2SampleTopGPUCycle(u64* addr); 90 void GX2API GX2SampleBottomGPUCycle(u64* addr); 102 u64 GX2API GX2CPUTimeToGPUTime(u64 cputime); 114 u64 GX2API GX2GPUTimeToCPUTime(u64 gputime); 163 GX2Boolean GX2API GX2QueryGetOcclusionResult(const GX2QueryInfo* queryinfo, u64* pZPass); 167 u64 primitivesWritten; // Number of primitives written to the stream out buffer 168 u64 storageNeeded; // The amount of storage (in primitives) needed in the stream out buffer
|
| D | gx2Manage.h | 129 u64 GX2API GX2GetLastSubmittedTimeStamp(void); 135 u64 GX2API GX2GetRetiredTimeStamp(void); 145 GX2Boolean GX2API GX2WaitTimeStamp(u64 ts); 263 void GX2API GX2SubmitUserTimeStamp(u64 *tsBuffer, u64 timeStampValue, GX2PipeEvent when, GX2Boolean… 272 GX2_INLINE u64 GX2ReadUserTimeStamp(u64 *tsBuffer) { in GX2ReadUserTimeStamp() 362 GX2_INLINE void GX2InitSemaphore(u64 *semaphoreAddr, u64 semaphoreCount) { in GX2InitSemaphore() 364 * (__bytereversed u64 *) semaphoreAddr = semaphoreCount; in GX2InitSemaphore() 365 DCFlushRange(semaphoreAddr, sizeof(u64)); in GX2InitSemaphore() 382 void GX2API GX2SetSemaphore(u64 *semaphoreAddr, GX2SemaphoreAction semaphoreAction);
|
| D | gx2Perf_deprecated.h | 49 u64 results[GX2_RESULT_SIZE]; 199 u32 rsize = sizeof(u64)*(GX2_RESULT_SIZE); in _GX2ResetCounterInfo() 455 GX2PerfMetric metric, u64* result);
|
| /CafeSDK-2.12.13-1/system/include/cafe/os/ |
| D | OSTime.h | 64 …#define OSTicksToMilliseconds( ticks ) ((((u64)(ticks)) * 1000ULL) / ((u64) OS_TIMER_CLOCK)) 65 …#define OSTicksToMicroseconds( ticks ) ((((u64)(ticks)) * 1000000ULL) / ((u64) OS_TIMER_CLOCK)) 66 …#define OSTicksToNanoseconds( ticks ) ((((u64)(ticks)) * 32000ULL) / ((u64) OS_TIMER_CLOCK / 312… 68 #define OSMillisecondsToTicks( msec ) ((((u64)(msec)) * OS_TIMER_CLOCK) / 1000) 69 #define OSMicrosecondsToTicks( usec ) ((((u64)(usec)) * OS_TIMER_CLOCK) / 1000000) 70 …#define OSNanosecondsToTicks( nsec ) ((((u64)(nsec)) * ((u64) OS_TIMER_CLOCK / 31250)) / 32000)
|
| D | OSLaunch.h | 27 #define OSLAUNCH_TITLEID_INVALID ((u64)-1) 28 #define OSLAUNCH_TITLEID_COLDBOOT ((u64)-2) 29 #define OSLAUNCH_TITLEID_SYSMENU ((u64)-3) 31 int OSLaunchTitlev(u64 titleId, u32 argc, char *argv[]); 32 int OSLaunchTitlel(u64 titleId, u32 argc, ... /*, const char* arg1, ...*/);
|
| D | OSAtomic.h | 236 u64 __private_u64; 243 u64 OSGetAtomic64(volatile OSAtomicVar64* ptr); 244 u64 OSSetAtomic64(volatile OSAtomicVar64* ptr, u64 val); 250 u64 OSOrAtomic64(volatile OSAtomicVar64* ptr, u64 mask); 251 u64 OSAndAtomic64(volatile OSAtomicVar64* ptr, u64 mask); 252 u64 OSXorAtomic64(volatile OSAtomicVar64* ptr, u64 mask); 254 u64 OSSwapAtomic64(volatile OSAtomicVar64* ptr, u64 val); 255 BOOL OSCompareAndSwapAtomic64(volatile OSAtomicVar64* ptr, u64 cmp_val, u64 new_val); 256 BOOL OSCompareAndSwapAtomicEx64(volatile OSAtomicVar64* ptr, u64 cmp_val, u64 new_val, u64 *orig…
|
| D | OSError.h | 93 u64 titleid;
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | mp4dmx.h | 176 u64 time_stamp; 184 u64 chunk_offset; 186 u64 chunk_size; 298 u64 duration; 300 u64 fragment_duration; 318 u64 creation_time; 320 u64 modification_time; 358 u64 duration; 434 u64 top_frame_offset; 468 u64 end_time_stamp, [all …]
|
| D | dmae.h | 42 typedef u64 DMAETimeStamp; 130 DMAE_INLINE void DMAEInitSemaphore(u64 *semaphoreAddr, u64 semaphoreCount) { in DMAEInitSemaphore() 134 DCFlushRange(semaphoreAddr, sizeof(u64)); in DMAEInitSemaphore() 153 DMAETimeStamp DMAESemaphore(u64 *semaphoreAddr, DMAESemaphoreAction semaphoreAction);
|
| D | sysapp.h | 305 u64 value; 362 u64 titleId;
|
| /CafeSDK-2.12.13-1/system/include/nn/uds/CAFE/ |
| D | uds_Type.h | 308 inline u64 Swap64( u64 value ) in Swap64() 310 return static_cast<u64> in Swap64() 351 inline u64 NE2HE64( u64 value ) in NE2HE64() 366 inline u64 HE2NE64( u64 value ) in HE2NE64() 381 inline u64 NE2HE64( u64 value ) in NE2HE64() 396 inline u64 HE2NE64( u64 value ) in HE2NE64()
|
| /CafeSDK-2.12.13-1/system/include/nn/boss/ |
| D | boss_DataStoreTypes.h | 36 typedef u64 DataIdType; //!< Type for the <tt>DataStore</tt> data ID. 37 typedef u64 DataSizeType; //!< Type for the <tt>DataStore</tt> data size. 41 typedef u64 NotificationIdType; //!< Type for the <tt>DataStore</tt> notification ID.
|
| D | boss_Types.h | 37 typedef u64 BossStorageID;//!< BOSS storage ID type. 55 TitleID(u64 id); 96 u64 GetValue( void ) const; 120 u64 value;//!< Buffer that stores the title ID. 478 u64 GetValue(void) const;
|
| D | boss_DataStoreDownloadSetting.h | 63 …ize( u32 gameId, const wchar_t accessKey[], u32 downloadDataMaxTotalCount, u64 downloadDataMaxTota…
|
| /CafeSDK-2.12.13-1/system/include/nn/aoc/ |
| D | aoc_Api.h | 177 AOCStatus AOC_DeleteContent(u64 titleId, 221 AOCStatus AOC_GetOccupiedSize(u64* pOutSizes, 222 u64 titleId, 263 u64 titleId,
|
| D | aoc_Types.h | 40 u64 titleId; //!< Shows the title ID.
|
| /CafeSDK-2.12.13-1/system/include/nn/ec/ |
| D | ec_DataSize.h | 63 explicit DataSize(u64 value = 0); 73 u64 GetValue() const; 101 u64 m_value;
|
| /CafeSDK-2.12.13-1/system/include/nn/ |
| D | types.h | 61 typedef unsigned long long int u64; 90 typedef volatile u64 vu64; 127 typedef u64 REGType64;
|
| /CafeSDK-2.12.13-1/system/include/ |
| D | types.h | 41 typedef unsigned long long u64; typedef 100 typedef unsigned long long u64; typedef 115 typedef unsigned long long u64; typedef 141 typedef unsigned __int64 u64; typedef 163 typedef volatile u64 vu64;
|
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | ind_time.c | 62 u64 base_days, days, sec; in time() 74 (u64)3600 * pCosTime->hour + in time() 75 (u64) 60 * pCosTime->min + in time()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoTest.c | 50 static u64 startCpuTime; 51 static u64 endCpuTime; 52 static u64 startGpuTime; 53 static u64 endGpuTime; 54 static u64* pTimestamp = NULL; 357 inline s64 _DEMOTestGpuTicksToMicroseconds(u64 tick){ return (s64)(tick / (f64)(GX2_TOP_BOTTOM_CLOC… in _DEMOTestGpuTicksToMicroseconds() 367 pTimestamp = (u64*)DEMOGfxAllocMEM2(sizeof(u64) * 2, 8); in DEMOTestCheckPerfBegin()
|
| /CafeSDK-2.12.13-1/system/include/nn/temp/ |
| D | temp_Types.h | 137 typedef u64 TEMPDirID;
|
| /CafeSDK-2.12.13-1/system/include/nn/save/ |
| D | save_Api.h | 193 u64 titleId, 203 u64 titleId, 529 u64 titleId, 538 u64 titleId, 1039 u64 titleId, 1048 u64 titleId,
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/include/ |
| D | shaderUtils.h | 245 u64 optimizeFlags; ///< optimization flags; valid if options.optFlagsPresent is 1. 273 u64 optimizeFlags; ///< optimization flags; valid if options.optFlagsPresent is 1 284 u64 reserved[7]; ///< reserved for future use, set to 0
|
| /CafeSDK-2.12.13-1/system/include/cafe/kernel/ |
| D | KernelOSContext.h | 101 u64 coretime[3]; // cumulative run times of this context 102 u64 starttime; // time context started executing last
|