Home
last modified time | relevance | path

Searched refs:bit64 (Results 1 – 21 of 21) sorted by relevance

/CTR-SDK-0.13.2/include/nn/fs/
Dfs_IpcFileSystem.h114 …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 …]
Dfs_Parameters.h115 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/
Dsvc_StubDbg.h41 nn::Result ControlPerformanceCounter ( bit64* pOut, s32 op, bit32 p0, bit64
/CTR-SDK-0.13.2/include/nn/
Dtypes.h75 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/
Dtypes_gcc.h75 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/
Ddlp_FakeClientIpcClient.h72 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 );
Ddlp_ServerIpcClient.h66 …aredMemory, size_t bufSize, u8 maxClientNum, nn::Handle handle, bit32 processId, bit64 programId );
/CTR-SDK-0.13.2/sources/libraries/rdt/CTR/
Dtypes.h79 typedef unsigned long long int bit64; typedef
98 typedef bit64 ProgramID;
/CTR-SDK-0.13.2/include/nn/math/
Dmath_Arithmetic.h542 inline bit64 Rightmost1(bit64 x) { return x & (-x); } in Rightmost1()
553 inline bit64 Rightmost0(bit64 x) { return ~x & (x + 1); } in Rightmost0()
Dmath_Utility.h132 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/
Dcec_Types.h30 typedef bit64 SenderId;
/CTR-SDK-0.13.2/include/nn/boss/
Dboss_Types.h37 typedef bit64 TitleId;
38 typedef bit64 ExtSaveDataId;
/CTR-SDK-0.13.2/include/nn/util/
Dutil_AutoObject.h54 bit64 GetReferenceCounter() { return static_cast<bit64>(m_Value); } in GetReferenceCounter()
/CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/
Dfs_FileSystemBase.h336 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/
Dos_DeliverArg.cpp283 void DeliverArg::SetTitleId(bit64 titleId) in SetTitleId()
407 bit64 DeliverArg::GetTitleId(void) in GetTitleId()
/CTR-SDK-0.13.2/include/nn/util/ARMv6/
Dutil_LockFreeQueueImpl.h39 bit64 buf;
/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_Path.h74 …n::dbg::detail::TPrintf("PATH_TYPE_BINARY(8 byte) %lld\n", *(static_cast<const bit64*>(m_Data))); } in PRINT()
Dfslow_HandleTable.h25 typedef nn::util::Int64<bit64> HandleValue;
/CTR-SDK-0.13.2/include/nn/os/
Dos_ThreadPool.h327 NN_UTIL_DETAIL_CLIBIMPL_DEFINE_BUFFER_CLASS(nnosThreadPool, nn::os::ThreadPool, 472, bit64);
/CTR-SDK-0.13.2/include/nn/fnd/
Dfnd_BufferManager.h30 typedef bit64 CacheHandle;
/CTR-SDK-0.13.2/include/nn/applet/CTR/
Dapplet_Parameters.h287 const bit64 INVALID_PROGRAM_ID = 0;