| /CTR-SDK-4.2.5/include/nn/gx/CTR/ |
| D | gx_MacroFragment.h | 28 #define PICA_CMD_DATA_FRAG_LIGHT_EN(flag) ( (flag) ? 1 : 0 ) argument 29 #define PICA_CMD_DATA_FRAG_LIGHT_EN_INV(flag) ( (flag) ? 0 : 1 ) argument 31 #define PICA_CMD_SET_FRAG_LIGHT_ENABLE(flag) \ argument 32 PICA_CMD_DATA_FRAG_LIGHT_EN(flag), PICA_CMD_HEADER_SINGLE(PICA_REG_FRAG_LIGHT_EN0), \ 33 PICA_CMD_DATA_FRAG_LIGHT_EN_INV(flag), PICA_CMD_HEADER_SINGLE(PICA_REG_FRAG_LIGHT_EN1)
|
| /CTR-SDK-4.2.5/include/nn/cec/CTR/ |
| D | cec_MessageBoxSystem.h | 56 u32 GetMessageBoxTitleIdList(TitleId* titleIdList, MessageBoxFlag flag); 77 MessageBoxFlag flag, 102 nn::Result DeleteOldestMessageBox(MessageBoxFlag flag); 112 nn::Result SetMessageBoxFlag(const MessageBoxFlag flag);
|
| D | cec_Message.h | 496 nn::Result SetFlag_Unread(u8 flag); 519 nn::Result SetFlag_New(u8 flag);
|
| D | cec_MessageBox.h | 252 u32 GetMessageBoxNum(MessageBoxFlag flag);
|
| /CTR-SDK-4.2.5/include/nn/snd/CTR/MPCore/ |
| D | snd_Voice.h | 154 void SetFrontBypassFlag(bool flag); 156 void Set3dSurroundPreprocessed(bool flag); 162 void SetStartFrameFadeInFlag(bool flag);
|
| D | snd_Api.h | 280 bool SetAuxFrontBypass(AuxBusId busId, bool flag);
|
| /CTR-SDK-4.2.5/include/nn/socket/ |
| D | socket_Entry.autogen.h | 68 u32 flag; // member 80 u32 flag; // member
|
| D | socket_Admin.autogen.h | 139 u32 flag; // member
|
| D | socket_IpcWrapper.h | 59 …8 sa[], size_t saLen, char8 node[], size_t nodeLen, char8 service[], size_t serviceLen, s32 flag );
|
| D | socket_User.h | 101 …8 sa[], size_t saLen, char8 node[], size_t nodeLen, char8 service[], size_t serviceLen, s32 flag );
|
| /CTR-SDK-4.2.5/include/nn/gd/CTR/ |
| D | gd_System.h | 295 static void ForceDirty(u32 flag); 310 static void SetDefault(u32 flag); 329 static void FlushDirtyModule(u32 flag);
|
| /CTR-SDK-4.2.5/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 663 NN_INLINE BOOL NOS_ReceiveMessage(NOSMessageQueueId mqId, NOSMessage *msg, s32 flag) in NOS_ReceiveMessage() argument 665 if (flag == NOS_MESSAGE_BLOCK) in NOS_ReceiveMessage() 704 NN_INLINE BOOL NOS_SendMessage(NOSMessageQueueId mqId, NOSMessage msg, s32 flag) in NOS_SendMessage() argument 706 if (flag == NOS_MESSAGE_BLOCK) in NOS_SendMessage() 747 NN_INLINE BOOL NOS_ReadMessage(NOSMessageQueueId mqId, NOSMessage *msg, s32 flag) in NOS_ReadMessage() argument 749 if (flag == NOS_MESSAGE_BLOCK) in NOS_ReadMessage() 788 NN_INLINE BOOL NOS_JamMessage(NOSMessageQueueId mqId, NOSMessage msg, s32 flag) in NOS_JamMessage() argument 790 if (flag == NOS_MESSAGE_BLOCK) in NOS_JamMessage()
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_DeliverArg.cpp | 306 m_pInfo->flag = NN_OS_DELIVER_ARG_FLAG_ENCODE | NN_OS_DELIVER_ARG_FLAG_VALID; in Encode() 341 m_pInfo->flag &= ~NN_OS_DELIVER_ARG_FLAG_ENCODE; in Decode() 424 return (m_pInfo->flag & NN_OS_DELIVER_ARG_FLAG_VALID) ? true : false; in IsValid() 429 …return (m_pInfo->flag & (NN_OS_DELIVER_ARG_FLAG_ENCODE | NN_OS_DELIVER_ARG_FLAG_VALID)) ? true : f… in IsEncoded()
|
| /CTR-SDK-4.2.5/sources/libraries/fnd/detail/ |
| D | fnd_DetailHeap.cpp | 842 u32 flag in CheckMBlock() argument 845 const bool bPrint = 0 != (flag & NN_OS_HEAP_ERROR_PRINT); in CheckMBlock() 902 u32 flag in CheckUsedMBlock() argument 905 return CheckMBlock(pMBHead, pHeapHd, MBLOCK_USED_SIGNATURE, "used", flag); in CheckUsedMBlock() 929 u32 flag in CheckFreeMBlock() argument 932 return CheckMBlock(pMBHead, pHeapHd, MBLOCK_FREE_SIGNATURE, "free", flag); in CheckFreeMBlock() 956 u32 flag in CheckMBlockPrevPtr() argument 959 const bool bPrint = 0 != (flag & NN_OS_HEAP_ERROR_PRINT); in CheckMBlockPrevPtr() 992 u32 flag in CheckMBlockNextPtr() argument 995 const bool bPrint = 0 != (flag & NN_OS_HEAP_ERROR_PRINT); in CheckMBlockNextPtr() [all …]
|
| /CTR-SDK-4.2.5/include/nn/boss/ |
| D | boss_NsData.h | 186 nn::Result SetReadFlag(bool flag);
|
| D | boss_Lib.h | 574 nn::Result SetOptoutFlag(bool flag);
|
| /CTR-SDK-4.2.5/include/nn/font/CTR/ |
| D | font_RectDrawer.h | 176 virtual void DrawBegin(u32 flag = 0); 186 virtual void DrawEnd(u32 flag = 0);
|
| D | font_TextWriterBase.h | 612 u32 flag in IsDrawFlagSet() argument 615 return (m_DrawFlag & mask) == flag; in IsDrawFlagSet()
|
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_Uncompression.cpp | 1028 u8 flag = *--pInBtm; in UncompressBLZ() local 1031 if (!(flag & 0x80)) in UncompressBLZ() 1048 flag <<= 1; in UncompressBLZ()
|
| D | cx_SecureUncompression.cpp | 1438 u8 flag = *--pInBtm; in SecureUncompressBLZ() local 1450 if (!(flag & 0x80)) in SecureUncompressBLZ() 1481 flag <<= 1; in SecureUncompressBLZ()
|
| /CTR-SDK-4.2.5/build/omake/compilers/ |
| D | commondefs.cctype.RVCT.om | 489 foreach(flag, $(flags_tmp)) 490 value $(flag)
|
| /CTR-SDK-4.2.5/include/gles2/ |
| D | gl2.h | 542 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag);
|
| /CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | detail.csv | 2773 Regarding the flag argument
|