| /CTR-SDK-0.13.2/include/nn/fs/ |
| D | fs_IpcFileSystem.h | 114 …nn::Result OpenFile( nn::Handle* pOut, nn::fs::Transaction transaction, bit64 archiveHandle, bit32… 116 …nn::Result DeleteFile( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, const… 117 …nsaction transaction, bit64 currentArchiveHandle, bit32 currentPathType, const bit8 currentPath[],… 118 …nn::Result DeleteDirectory( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, … 119 …nn::Result DeleteDirectoryRecursively( nn::fs::Transaction transaction, bit64 archiveHandle, bit32… 120 …nn::Result CreateDirectory( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, … 121 …nsaction transaction, bit64 currentArchiveHandle, bit32 currentPathType, const bit8 currentPath[],… 122 …nn::Result OpenDirectory( nn::Handle* pOut, bit64 archiveHandle, bit32 pathType, const bit8 path[]… 123 …nn::Result OpenArchive( bit64* archiveHandle, bit32 archiveType, bit32 pathType, const bit8 path[]… 124 …nn::Result ControlArchive( bit64 archiveHandle, bit32 pathType, const bit8 path[], size_t pathLeng… [all …]
|
| D | fs_Parameters.h | 115 typedef bit64 SaveDataId; 116 typedef bit64 ExtSaveDataId; 118 typedef bit64 TitleId; 139 typedef nn::util::Int64<bit64, detail::ArchiveHandleTag> ArchiveHandle;
|
| /CTR-SDK-0.13.2/include/nn/svc/ |
| D | svc_StubDbg.h | 41 nn::Result ControlPerformanceCounter ( bit64* pOut, s32 op, bit32 p0, bit64…
|
| /CTR-SDK-0.13.2/include/nn/ |
| D | types.h | 75 typedef unsigned long long int bit64; typedef 94 typedef bit64 ProgramID; // TODO: 削除 95 typedef bit64 ProgramId;
|
| /CTR-SDK-0.13.2/include/nn/config/compiler/ |
| D | types_gcc.h | 75 typedef unsigned long long int bit64; typedef 94 typedef bit64 ProgramID; // TODO: 削除 95 typedef bit64 ProgramId;
|
| /CTR-SDK-0.13.2/include/nn/dlp/CTR/ |
| D | dlp_FakeClientIpcClient.h | 72 static nn::Result StartScan( bit16 channels, bit64 programId, const u8 pMac[] ); 75 …static nn::Result GetTitleInfo( nn::dlp::CTR::TitleInfo* pTitleInfo, const u8 pMac[], bit64 progra… 77 static nn::Result StartFakeSession( const u8 pMac[], bit64 programId );
|
| D | dlp_ServerIpcClient.h | 66 …aredMemory, size_t bufSize, u8 maxClientNum, nn::Handle handle, bit32 processId, bit64 programId );
|
| /CTR-SDK-0.13.2/sources/libraries/rdt/CTR/ |
| D | types.h | 79 typedef unsigned long long int bit64; typedef 98 typedef bit64 ProgramID;
|
| /CTR-SDK-0.13.2/include/nn/math/ |
| D | math_Arithmetic.h | 542 inline bit64 Rightmost1(bit64 x) { return x & (-x); } in Rightmost1() 553 inline bit64 Rightmost0(bit64 x) { return ~x & (x + 1); } in Rightmost0()
|
| D | math_Utility.h | 132 inline T ExtractBits(bit64 v, int pos, int len) in ExtractBits() 144 inline T GetBits(bit64 v, int pos, int len) in GetBits()
|
| /CTR-SDK-0.13.2/include/nn/cec/CTR/ |
| D | cec_Types.h | 30 typedef bit64 SenderId;
|
| /CTR-SDK-0.13.2/include/nn/boss/ |
| D | boss_Types.h | 37 typedef bit64 TitleId; 38 typedef bit64 ExtSaveDataId;
|
| /CTR-SDK-0.13.2/include/nn/util/ |
| D | util_AutoObject.h | 54 bit64 GetReferenceCounter() { return static_cast<bit64>(m_Value); } in GetReferenceCounter()
|
| /CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/ |
| D | fs_FileSystemBase.h | 336 Result MountProgramRaw(ArchiveHandle *pOut, bit64 programHandle); 339 Result MountDataContentRawForSystemMenu(ArchiveHandle *pOut, nn::fs::MediaType media, bit64 program…
|
| /CTR-SDK-0.13.2/sources/libraries/os/ |
| D | os_DeliverArg.cpp | 283 void DeliverArg::SetTitleId(bit64 titleId) in SetTitleId() 407 bit64 DeliverArg::GetTitleId(void) in GetTitleId()
|
| /CTR-SDK-0.13.2/include/nn/util/ARMv6/ |
| D | util_LockFreeQueueImpl.h | 39 bit64 buf;
|
| /CTR-SDK-0.13.2/include/nn/fslow/ |
| D | fslow_Path.h | 74 …n::dbg::detail::TPrintf("PATH_TYPE_BINARY(8 byte) %lld\n", *(static_cast<const bit64*>(m_Data))); } in PRINT()
|
| D | fslow_HandleTable.h | 25 typedef nn::util::Int64<bit64> HandleValue;
|
| /CTR-SDK-0.13.2/include/nn/os/ |
| D | os_ThreadPool.h | 327 NN_UTIL_DETAIL_CLIBIMPL_DEFINE_BUFFER_CLASS(nnosThreadPool, nn::os::ThreadPool, 472, bit64);
|
| /CTR-SDK-0.13.2/include/nn/fnd/ |
| D | fnd_BufferManager.h | 30 typedef bit64 CacheHandle;
|
| /CTR-SDK-0.13.2/include/nn/applet/CTR/ |
| D | applet_Parameters.h | 287 const bit64 INVALID_PROGRAM_ID = 0;
|