| /CTR-SDK-2.4.0/include/nn/uds/CTR/ |
| D | uds_InfoElement.h | 32 const bit8 VSIE_OUI[3] = {0x00, 0x1f, 0x32}; // 60 bit8 oui[3]; // 70 bit8 platform; // 75 bit8 appData[NET_DESC_APPDATA_SIZE_MAX]; // 84 bit8 oui[3]; // 86 bit8 payload[VSIE_SIZE_MAX];
|
| D | uds_NetworkDescription.h | 68 …void Initialize( const detail::NetworkDescriptionElement* element, u8 channel, const bit8 bssid[MA… 81 const bit8* GetBssid() const{ return m_Bssid; } in GetBssid() 124 size_t GetApplicationData(bit8* buffer, const size_t bufferSize) const; 167 bit8 m_Bssid[MAC_ADDRESS_SIZE]; //
|
| D | uds_Api.h | 400 …or& endpointDesc, const void* data, size_t dataSize, u16 destNodeId, u8 port, bit8 option = 0x00 ); 452 …iptor& endpointDesc, void* pBuffer, size_t* pReceivedSize, size_t bufferSize, bit8 option = 0x00 ); 480 …sc, void* pBuffer, size_t* pReceivedSize, u16* pSrcNodeId, size_t bufferSize, bit8 option = 0x00 ); 517 nn::Result GetMacAddress( bit8 pMacAddress[MAC_ADDRESS_SIZE] );
|
| D | uds_Type.h | 66 const bit8 NO_WAIT = 0x01; // 67 const bit8 FORCE_DIRECT_BC = 0x02; // 68 const bit8 FORCE_UNICAST = 0x04; //
|
| D | uds_ScanResultReader.h | 122 bit8* m_pNext;
|
| /CTR-SDK-2.4.0/include/nn/midi/CTR/ |
| D | midi_Types.h | 34 bit8 id; 35 bit8 version; 36 bit8 revision;
|
| /CTR-SDK-2.4.0/sources/libraries/fnd/ |
| D | fnd_HeapBase.cpp | 106 inline void FillMemory8(uptr begin, uptr end, bit8 v) in FillMemory8() 109 bit8*& p = reinterpret_cast<bit8*&>(begin); in FillMemory8() 110 bit8*& q = reinterpret_cast<bit8*&>(end); in FillMemory8() 132 void HeapBase::FillMemory(uptr addr, uptr end, bit8 v) in FillMemory()
|
| /CTR-SDK-2.4.0/include/nn/fs/ |
| D | fs_Parameters.h | 96 bit8 pad; 134 bit8 data[948]; 139 bit8 data[9152];
|
| D | fs_MemoryInputStream.h | 28 MemoryInputStream(const bit8* buffer, size_t size) : Base(const_cast<bit8*>(buffer), size) {} in MemoryInputStream()
|
| D | fs_MemoryStream.h | 34 bit8* m_Buffer; 40 MemoryStreamBase(bit8* buffer, size_t size) : m_Buffer(buffer), m_Size(size), m_Position(0) {} in MemoryStreamBase() 73 MemoryStream(bit8* buffer, size_t size) : Base(buffer, size) {} in MemoryStream()
|
| /CTR-SDK-2.4.0/include/nn/util/ |
| D | util_FlagsEnum.h | 55 class FlagsEnum1 : public FlagsEnum<bit8, EnumT> 58 FlagsEnum1() : FlagsEnum<bit8, EnumT>() {} in FlagsEnum1() 59 explicit FlagsEnum1(EnumT e) : FlagsEnum<bit8, EnumT>(e) {} in FlagsEnum1() 60 explicit FlagsEnum1(bit8 e) : FlagsEnum<bit8, EnumT>(e) {} in FlagsEnum1()
|
| D | util_SizedEnum.h | 48 class SizedEnum1 : public SizedEnum<bit8, EnumT> 51 SizedEnum1() : SizedEnum<bit8, EnumT>() {} in SizedEnum1() 52 SizedEnum1(EnumT e) : SizedEnum<bit8, EnumT>(e) {} in SizedEnum1()
|
| /CTR-SDK-2.4.0/include/nn/fslow/ |
| D | fslow_HandleTable.h | 47 Handle(bit8 fixedValue) in Handle() 59 void Initialize(bit8 fixedValue) in Initialize() 84 bit8 GetFixedValue() const { return static_cast<bit8>(m_Data.lo & FIXED_VALUE_MASK); } in GetFixedValue() 115 HandleTableEntry(bit8 fixedValue) { Initialize(fixedValue); } in HandleTableEntry() 119 void Initialize(bit8 fixedValue) in Initialize()
|
| D | fslow_Path.h | 72 …{ nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(1 byte) %d\n", *(static_cast<const bit8*>(m_Data))); } in PRINT() 81 nn::dbg::detail::TPrintf("%2X ", *(static_cast<const bit8*>(m_Data) + i)); in PRINT() 246 const bit8* GetDataBuffer() const in GetDataBuffer() 248 return static_cast<const bit8*>(m_Data); in GetDataBuffer()
|
| D | fslow_SafeHandle.h | 203 SafeHandle(bit8 index) { Initialize(index); } in SafeHandle() 214 void Initialize(bit8 fixedValue) in Initialize() 231 bit8 GetFixedValue() const in GetFixedValue() 234 return static_cast<bit8>(m_Data[0] & 0xFF); in GetFixedValue() 281 bit8 m_DependencyIndex; // Own index value == no dependency
|
| /CTR-SDK-2.4.0/include/nn/os/ |
| D | os_Thread.h | 517 void GetAffinityMask(bit8* pAffinityMask, s32 numProcessor) const; 529 static void GetCurrentAffinityMask(bit8* pAffinityMask, s32 numProcessor); 541 static void GetDefaultAffinityMask(bit8* pAffinityMask, s32 numProcessor); 553 void ChangeAffinityMask(const bit8* pAffinityMask, s32 numProcessor); 565 static void ChangeCurrentAffinityMask(const bit8* pAffinityMask, s32 numProcessor); 577 static void SetDefaultAffinityMask(const bit8* pAffinityMask, s32 numProcessor); 944 inline void Thread::GetAffinityMask(bit8* pAffinityMask, s32 numProcessor) const in GetAffinityMask() 949 inline void Thread::GetCurrentAffinityMask(bit8* pAffinityMask, s32 numProcessor) in GetCurrentAffinityMask() 954 inline void Thread::GetDefaultAffinityMask(bit8* pAffinityMask, s32 numProcessor) in GetDefaultAffinityMask() 959 inline void Thread::ChangeAffinityMask(const bit8* pAffinityMask, s32 numProcessor) in ChangeAffinityMask() [all …]
|
| /CTR-SDK-2.4.0/include/nn/fnd/ |
| D | fnd_ExpHeap.h | 104 bit8 GetGroupIdOf(const void* pBlock) const; 132 …void* Allocate(size_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMod… 315 …void* Allocate(size_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMod… 522 …Allocator(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeapBase::… 537 …void Initialize(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeap… 578 bit8 GetGroupId() const { return m_GroupId; } in GetGroupId() 584 void SetGroupId(bit8 groupId) { this->m_GroupId = groupId; } in SetGroupId() 612 bit8 m_GroupId;
|
| /CTR-SDK-2.4.0/include/nn/pl/CTR/ |
| D | pl_SharedFont.h | 67 bit8 padding[116]; 74 bit8 font[SHAREDFONT_MEMORY_SIZE - sizeof(SharedFontBufferHeader)];
|
| /CTR-SDK-2.4.0/sources/libraries/crt0/MPCore/ |
| D | crt0.cpp | 45 extern "C" bit8 Image$$ZI$$ZI$$Base[]; 46 extern "C" bit8 Image$$ZI$$ZI$$Limit[];
|
| /CTR-SDK-2.4.0/include/nn/cec/CTR/ |
| D | cec_Types.h | 165 bit8 flagUnread; // 166 bit8 flagNew; //
|
| D | cec_Control.h | 242 static nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation = 0x0); 399 nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation = 0x0); 400 inline nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation) in MakeCecTitleId()
|
| D | cec_MessageBoxInfoReader.h | 254 bit8 GetMessageFlag_Unread(CecBoxType boxType, u32 messIndex); 262 bit8 GetMessageFlag_New(CecBoxType boxType, u32 messIndex);
|
| D | cec_MessageBox.h | 70 typedef bit8 MessageBoxFlag; 72 static const bit8 MESSAGE_BOX_FLAG_APPLICATION = (0x1); 74 static const bit8 MESSAGE_BOX_FLAG_SYSTEM = (0x2); 76 static const bit8 MESSAGE_BOX_FLAG_SYSTEM2 = (0x4); 78 static const bit8 MESSAGE_BOX_FLAG_HIDDEN = (0x80); 1239 bit8 GetMessageFlag_Unread(const CecBoxType boxType, const u32 messIndex); 1252 bit8 GetMessageFlag_New(const CecBoxType boxType, const u32 messIndex);
|
| /CTR-SDK-2.4.0/include/nn/fs/CTR/MPCore/ |
| D | fs_ApiIntegrityVerificationSeed.h | 30 bit8 data[SIZE_INTEGRITY_VERIFICATION_SEED];
|
| /CTR-SDK-2.4.0/sources/libraries/os/ |
| D | os_Thread.cpp | 373 void nnosThreadGetAffinityMask(const nnosThread* p, bit8* pAffinityMask, s32 numProcessor) in nnosThreadGetAffinityMask() 379 void nnosThreadGetCurrentAffinityMask(bit8* pAffinityMask, s32 numProcessor) in nnosThreadGetCurrentAffinityMask() 384 void nnosThreadGetDefaultAffinityMask(bit8* pAffinityMask, s32 numProcessor) in nnosThreadGetDefaultAffinityMask() 389 void nnosThreadChangeAffinityMask(nnosThread* p, const bit8* pAffinityMask, s32 numProcessor) in nnosThreadChangeAffinityMask() 395 void nnosThreadChangeCurrentAffinityMask(const bit8* pAffinityMask, s32 numProcessor) in nnosThreadChangeCurrentAffinityMask() 400 void nnosThreadSetDefaultAffinityMask(const bit8* pAffinityMask, s32 numProcessor) in nnosThreadSetDefaultAffinityMask()
|