| /CTR-SDK-4.2.5/include/nn/uds/CTR/ |
| D | uds_InfoElement.h | 30 const bit8 VSIE_OUI[ OUI_SIZE ] = {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]; 95 bit8 oui[3]; //
|
| D | uds_NetworkDescription.h | 90 …void Initialize( const detail::NetworkDescriptionElement* element, u8 channel, const bit8 bssid[MA… 103 const bit8* GetBssid() const{ return m_Bssid; } in GetBssid() 172 size_t GetApplicationData(bit8* buffer, const size_t bufferSize) const; 211 …CompareResult CompareWith(bit8 bssid[MAC_ADDRESS_SIZE], detail::NetworkDescriptionElement* element… 224 …nn::Result Decompose(detail::NetworkDescriptionElement* element, u8* channel, bit8 bssid[MAC_ADDRE… 246 bit8 m_Bssid[MAC_ADDRESS_SIZE]; //
|
| D | uds_ScanResultReader.h | 58 void GetBssid(bit8 bssid[MAC_ADDRESS_SIZE]) const; 152 bit8* m_pNext;
|
| D | uds_Api.h | 552 …or& endpointDesc, const void* data, size_t dataSize, u16 destNodeId, u8 port, bit8 option = 0x00 ); 607 …iptor& endpointDesc, void* pBuffer, size_t* pReceivedSize, size_t bufferSize, bit8 option = 0x00 ); 637 …sc, void* pBuffer, size_t* pReceivedSize, u16* pSrcNodeId, size_t bufferSize, bit8 option = 0x00 );
|
| /CTR-SDK-4.2.5/include/nn/midi/CTR/ |
| D | midi_Types.h | 42 bit8 id; // 43 bit8 version; // 44 bit8 revision; //
|
| /CTR-SDK-4.2.5/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-4.2.5/sources/libraries/cx/ |
| D | cx_Utility.h | 81 : m_pHead(reinterpret_cast<bit8*>(p)) in ZlibAllocator() 82 , m_pEnd (reinterpret_cast<bit8*>(p) + size) in ZlibAllocator() 116 bit8* m_pHead; 117 bit8* m_pEnd;
|
| /CTR-SDK-4.2.5/include/nn/fs/ |
| D | fs_Parameters.h | 96 bit8 pad; 142 bit8 data[948]; 147 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-4.2.5/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-4.2.5/include/nn/util/ |
| D | util_FlagsEnum.h | 196 class FlagsEnum1 : public FlagsEnum<bit8, EnumT> 202 FlagsEnum1() : FlagsEnum<bit8, EnumT>() {} in FlagsEnum1() 209 explicit FlagsEnum1(EnumT e) : FlagsEnum<bit8, EnumT>(e) {} in FlagsEnum1() 216 explicit FlagsEnum1(bit8 e) : FlagsEnum<bit8, EnumT>(e) {} in FlagsEnum1()
|
| D | util_SizedEnum.h | 114 class SizedEnum1 : public SizedEnum<bit8, EnumT> 122 SizedEnum1() : SizedEnum<bit8, EnumT>() {} in SizedEnum1() 131 SizedEnum1(EnumT e) : SizedEnum<bit8, EnumT>(e) {} in SizedEnum1()
|
| /CTR-SDK-4.2.5/include/nn/fs/CTR/MPCore/ |
| D | fs_FileSystemBase.h | 156 Result MountSaveData(const char* archiveName, bit32 uniqueId, bit8 variation); 223 Result MountDemoSaveData(const char* archiveName, bit32 uniqueId, bit8 demoIndex); 638 void SetOtherSaveDataSecureValue(bit64 value, bit32 uniqueId, bit8 variation); 655 bit64 GetOtherSaveDataSecureValue(bit32 uniqueId, bit8 variation);
|
| D | fs_ApiIntegrityVerificationSeed.h | 30 bit8 data[SIZE_INTEGRITY_VERIFICATION_SEED];
|
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_ExpHeap.h | 106 bit8 GetGroupIdOf(const void* pBlock) const; 134 …void* Allocate(size_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMod… 319 …void* Allocate(size_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMod… 526 …Allocator(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeapBase::… 541 …void Initialize(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeap… 582 bit8 GetGroupId() const { return m_GroupId; } in GetGroupId() 588 void SetGroupId(bit8 groupId) { this->m_GroupId = groupId; } in SetGroupId() 616 bit8 m_GroupId;
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/CTR/ |
| D | dbg_DirectPrint.cpp | 104 m_CurBuffer = reinterpret_cast<bit8*>( dispbuf ); in ChangeDisplaybuffer() 197 bit8 charColorData[ 4 ]; in PutChar() 198 bit8 bgColorData[ 4 ]; in PutChar() 254 bit8 bgColorData[ 4 ]; in Clear() 282 void DirectPrint::ConvertColorFormat( bit8* data, const nn::util::Color8& src, GLenum format ) in ConvertColorFormat() 327 void DirectPrint::PutDot( const nn::math::VEC2& bufPos, const bit8* data, s32 byteByDot ) in PutDot() 330 bit8* startAddr = m_CurBuffer + linearPos * byteByDot; in PutDot()
|
| /CTR-SDK-4.2.5/include/nn/pl/CTR/ |
| D | pl_SharedFont.h | 67 bit8 padding[116]; 74 bit8 font[SHAREDFONT_MEMORY_SIZE - sizeof(SharedFontBufferHeader)];
|
| /CTR-SDK-4.2.5/include/nn/dbg/CTR/ |
| D | dbg_DirectPrint.h | 283 void ConvertColorFormat( bit8* data, const nn::util::Color8& src, GLenum format ); 285 void PutDot( const nn::math::VEC2& bufPos, const bit8* data, s32 byteByDot ); 288 bit8* m_CurBuffer; //
|
| /CTR-SDK-4.2.5/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-4.2.5/include/nn/cec/CTR/ |
| D | cec_Types.h | 167 bit8 flagUnread; // 168 bit8 flagNew; //
|
| D | cec_MessageBoxInfoReader.h | 255 bit8 GetMessageFlag_Unread(CecBoxType boxType, u32 messIndex); 263 bit8 GetMessageFlag_New(CecBoxType boxType, u32 messIndex);
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/ |
| D | dbg_Argument.cpp | 27 …bit8 s_ArgBuffer[ NN_DBG_ARG_BUFFER_SIZE ] = {1}; // The default data is dummy data. So it won't b… 89 …s_pArgv = reinterpret_cast<const char*>( reinterpret_cast<const bit8*>(pHeader) + pHeader->argStar… in Setup() 91 …s_pBinaryArea = reinterpret_cast<const void*>( reinterpret_cast<const bit8*>(pHeader) + pHeader->b… in Setup()
|