Searched refs:bit64 (Results 1 – 17 of 17) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/fs/CTR/MPCore/ |
| D | fs_FileSystemBase.h | 517 void SetSaveDataSecureValue(bit64 value); 536 void SetSaveDataSecureValue(bit64 value, bit64 mask); 565 bool VerifySaveDataSecureValue(bit64 value); 596 bool VerifySaveDataSecureValue(bit64 value, bit64 mask); 622 bool VerifySaveDataSecureValueLoosely(bit64 value); 638 void SetOtherSaveDataSecureValue(bit64 value, bit32 uniqueId, bit8 variation); 655 bit64 GetOtherSaveDataSecureValue(bit32 uniqueId, bit8 variation);
|
| /CTR-SDK-4.2.5/include/nn/fs/ |
| D | fs_Parameters.h | 120 typedef nn::util::Int64<bit64, detail::ArchiveHandleTag> ArchiveHandle; 122 typedef bit64 ExtSaveDataId; // 123 typedef bit64 TitleId;
|
| /CTR-SDK-4.2.5/include/nn/svc/ |
| D | svc_StubDbg.h | 40 nn::Result ControlPerformanceCounter ( bit64* pOut, s32 op, bit32 p0, bit64…
|
| /CTR-SDK-4.2.5/include/nn/config/compiler/ |
| D | types_gcc.h | 75 typedef unsigned long long int bit64; typedef 94 typedef bit64 ProgramID; // TODO: Delete 95 typedef bit64 ProgramId;
|
| /CTR-SDK-4.2.5/include/nn/ |
| D | types.h | 104 typedef unsigned long long int bit64; typedef 126 typedef bit64 ProgramID; // TODO: Delete 127 typedef bit64 ProgramId;
|
| /CTR-SDK-4.2.5/sources/libraries/rdt/CTR/ |
| D | types.h | 79 typedef unsigned long long int bit64; typedef 98 typedef bit64 ProgramID;
|
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Arithmetic.h | 560 inline bit64 Rightmost1(bit64 x) { return x & (-x); } in Rightmost1() 585 inline bit64 Rightmost0(bit64 x) { return ~x & (x + 1); } in Rightmost0()
|
| D | math_Utility.h | 341 inline T ExtractBits(bit64 v, int pos, int len) in ExtractBits() 385 inline T GetBits(bit64 v, int pos, int len) in GetBits()
|
| /CTR-SDK-4.2.5/include/nn/cfg/CTR/ |
| D | cfg_Api.h | 307 bit64 GetTransferableId(bit32 uniqueId);
|
| /CTR-SDK-4.2.5/include/nn/cec/CTR/ |
| D | cec_Types.h | 32 typedef bit64 SenderId;
|
| /CTR-SDK-4.2.5/include/nn/friends/CTR/ |
| D | friends_Types.h | 269 bool IsJoinable( bit64 joinGameModeMask ) const; 284 bool IsJoinable( u32 joinGameId, bit64 joinGameModeMask ) const;
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_DeliverArg.cpp | 283 void DeliverArg::SetTitleId(bit64 titleId) in SetTitleId() 407 bit64 DeliverArg::GetTitleId(void) in GetTitleId()
|
| /CTR-SDK-4.2.5/include/nn/fslow/ |
| D | fslow_HandleTable.h | 25 typedef nn::util::Int64<bit64> HandleValue;
|
| D | fslow_Path.h | 75 …n::dbg::detail::TPrintf("PATH_TYPE_BINARY(8 byte) %lld\n", *(static_cast<const bit64*>(m_Data))); } in PRINT()
|
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_BufferManager.h | 30 typedef bit64 CacheHandle;
|
| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_ThreadPool.h | 360 NN_UTIL_DETAIL_CLIBIMPL_DEFINE_BUFFER_CLASS(nnosThreadPool, nn::os::ThreadPool, 480, bit64);
|
| /CTR-SDK-4.2.5/include/nn/applet/CTR/ |
| D | applet_Parameters.h | 279 const bit64 INVALID_PROGRAM_ID = 0xffffffffffffffffull;
|