| /CTR-SDK-0.14.4/include/nn/uds/CTR/ |
| D | uds_InfoElement.h | 32 const bit8 VSIE_OUI[3] = {0x00, 0x1f, 0x32}; //!< CTR 用 Vendor Specific IE で使用される OUI 60 bit8 oui[3]; //!< OUI, 00:1f:32 固定 70 bit8 platform; //!< プラットホーム 75 …bit8 appData[NET_DESC_APPDATA_SIZE_MAX]; //!< アプリが自由に格納できるデータ, 最大 @ref NET_DESC_APPDATA_SIZE_MA… 84 bit8 oui[3]; //!< OUI, 00:1f:32 固定 86 bit8 payload[VSIE_SIZE_MAX];
|
| D | uds_NetworkDescription.h | 68 …void Initialize( const detail::NetworkDescriptionElement* element, u8 channel, const bit8 bssid[MA… 78 …const bit8* GetBssid() const{ return m_Bssid; } … in GetBssid() 86 …size_t GetApplicationData(bit8* buffer, const size_t bufferSize) const; //!< SetAp… 103 bit8 m_Bssid[MAC_ADDRESS_SIZE]; //!< BSSID
|
| D | uds_Api.h | 338 …or& endpointDesc, const void* data, size_t dataSize, u16 destNodeId, u8 port, bit8 option = 0x00 ); 388 …iptor& endpointDesc, void* pBuffer, size_t* pReceivedSize, size_t bufferSize, bit8 option = 0x00 ); 414 …sc, void* pBuffer, size_t* pReceivedSize, u16* pSrcNodeId, size_t bufferSize, bit8 option = 0x00 ); 451 nn::Result GetMacAddress( bit8 pMacAddress[MAC_ADDRESS_SIZE] );
|
| D | uds_Type.h | 55 const bit8 NO_WAIT = 0x01; //!< @ref SendTo で指定した場合、UDS 内のバッファリングを省略し、即時無線送信を行います。 <BR> @re… 56 const bit8 FORCE_DIRECT_BC = 0x02; //!< @ref SendTo で指定した場合、送信先を問わず Direct Broadcast 送信します。Client 間… 57 const bit8 FORCE_UNICAST = 0x04; //!< @ref SendTo で指定した場合、Client は必ず Master を経由してパケットを送信します。隠れ端末問…
|
| D | uds_ScanResultReader.h | 122 bit8* m_pNext;
|
| /CTR-SDK-0.14.4/include/nn/midi/CTR/ |
| D | midi_Types.h | 34 bit8 id; 35 bit8 version; 36 bit8 revision;
|
| /CTR-SDK-0.14.4/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-0.14.4/include/nn/fs/ |
| D | fs_Parameters.h | 83 bit8 pad; 119 bit8 data[948]; 124 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 | 33 bit8* m_Buffer; 39 MemoryStreamBase(bit8* buffer, size_t size) : m_Buffer(buffer), m_Size(size), m_Position(0) {} in MemoryStreamBase() 72 MemoryStream(bit8* buffer, size_t size) : Base(buffer, size) {} in MemoryStream()
|
| /CTR-SDK-0.14.4/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; // 自分のインデックス値 == 依存なし
|
| /CTR-SDK-0.14.4/include/nn/util/ |
| 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()
|
| D | util_FlagsEnum.h | 53 class FlagsEnum1 : public FlagsEnum<bit8, EnumT> 56 FlagsEnum1() : FlagsEnum<bit8, EnumT>() {} in FlagsEnum1() 57 FlagsEnum1(EnumT e) : FlagsEnum<bit8, EnumT>(e) {} in FlagsEnum1()
|
| /CTR-SDK-0.14.4/include/nn/os/ |
| D | os_Thread.h | 501 void GetAffinityMask(bit8* pAffinityMask, s32 numProcessor) const; 513 static void GetCurrentAffinityMask(bit8* pAffinityMask, s32 numProcessor); 525 static void GetDefaultAffinityMask(bit8* pAffinityMask, s32 numProcessor); 537 void ChangeAffinityMask(const bit8* pAffinityMask, s32 numProcessor); 549 static void ChangeCurrentAffinityMask(const bit8* pAffinityMask, s32 numProcessor); 561 static void SetDefaultAffinityMask(const bit8* pAffinityMask, s32 numProcessor); 924 inline void Thread::GetAffinityMask(bit8* pAffinityMask, s32 numProcessor) const in GetAffinityMask() 929 inline void Thread::GetCurrentAffinityMask(bit8* pAffinityMask, s32 numProcessor) in GetCurrentAffinityMask() 934 inline void Thread::GetDefaultAffinityMask(bit8* pAffinityMask, s32 numProcessor) in GetDefaultAffinityMask() 939 inline void Thread::ChangeAffinityMask(const bit8* pAffinityMask, s32 numProcessor) in ChangeAffinityMask() [all …]
|
| /CTR-SDK-0.14.4/include/nn/cec/CTR/private/ |
| D | cec_DataTypes.h | 42 bit8 flagUnread; //!< フラグ1 43 bit8 flagNew; //!< フラグ2
|
| /CTR-SDK-0.14.4/include/nn/pl/CTR/ |
| D | pl_SharedFont.h | 67 bit8 padding[116]; 74 bit8 font[SHAREDFONT_MEMORY_SIZE - sizeof(SharedFontBufferHeader)];
|
| /CTR-SDK-0.14.4/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-0.14.4/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-0.14.4/include/nn/cec/CTR/ |
| D | cec_Types.h | 120 bit8 flagUnread; //!< フラグ1 121 bit8 flagNew; //!< フラグ2
|
| D | cec_Control.h | 239 static nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation = 0x0); 365 nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation = 0x0); 366 inline nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation) in MakeCecTitleId()
|
| D | cec_MessageBoxInfoReader.h | 253 bit8 GetMessageFlag_Unread(CecBoxType boxType, u32 messIndex); 261 bit8 GetMessageFlag_New(CecBoxType boxType, u32 messIndex);
|
| D | cec_MessageBox.h | 69 typedef bit8 MessageBoxFlag; 71 static const bit8 MESSAGE_BOX_FLAG_APPLICATION = (0x1); 73 static const bit8 MESSAGE_BOX_FLAG_SYSTEM = (0x2); 75 static const bit8 MESSAGE_BOX_FLAG_SYSTEM2 = (0x4); 77 static const bit8 MESSAGE_BOX_FLAG_HIDDEN = (0x80); 970 bit8 GetMessageFlag_Unread(const CecBoxType boxType, const u32 messIndex); 979 bit8 GetMessageFlag_New(const CecBoxType boxType, const u32 messIndex);
|
| /CTR-SDK-0.14.4/sources/libraries/os/ |
| D | os_Thread.cpp | 355 void nnosThreadGetAffinityMask(const nnosThread* p, bit8* pAffinityMask, s32 numProcessor) in nnosThreadGetAffinityMask() 361 void nnosThreadGetCurrentAffinityMask(bit8* pAffinityMask, s32 numProcessor) in nnosThreadGetCurrentAffinityMask() 366 void nnosThreadGetDefaultAffinityMask(bit8* pAffinityMask, s32 numProcessor) in nnosThreadGetDefaultAffinityMask() 371 void nnosThreadChangeAffinityMask(nnosThread* p, const bit8* pAffinityMask, s32 numProcessor) in nnosThreadChangeAffinityMask() 377 void nnosThreadChangeCurrentAffinityMask(const bit8* pAffinityMask, s32 numProcessor) in nnosThreadChangeCurrentAffinityMask() 382 void nnosThreadSetDefaultAffinityMask(const bit8* pAffinityMask, s32 numProcessor) in nnosThreadSetDefaultAffinityMask()
|