| /CafeSDK-2.12.13-1/system/include/nn/ac/ |
| D | ac_ApiDebug.h | 109 nn::Result Connect( ConfigId id ); 128 nn::Result ConnectAsync( ConfigId id ); 195 nn::Result WriteConfig( ConfigId id, const Config* pConfig ); 212 nn::Result ReadConfig( ConfigId id, Config* pConfig ); 228 nn::Result DeleteConfig( ConfigId id ); 249 nn::Result IsConfigExisting( ConfigId id, bool* pIsExisting ); 265 nn::Result SetStartupId( ConfigId id ); 278 nn::Result GetStartupId( ConfigId* id ); 312 NN_EXTERN_C ACResult ACConnectWithConfigId( ACConfigId id ); 316 NN_EXTERN_C ACResult ACConnectWithConfigIdAsync( ACConfigId id ); [all …]
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | CafeEvtLog.cs | 81 public void WriteToEventLog(Int32 id, string strErrDetail) in WriteToEventLog() argument 94 id); in WriteToEventLog() 109 public void WriteToEventLog(Int32 id, DateTime time, string strErrDetail) in WriteToEventLog() argument 111 … WriteToEventLog(id, string.Format("[{0}] {1}", time.ToString("HH:mm:ss:fff"), strErrDetail)); in WriteToEventLog() 114 …public void WriteToEventLog(Int32 id, DateTime time, string status, string process, string strErrD… in WriteToEventLog() argument 116 …WriteToEventLog(id, string.Format("[{0}][{1}][{2}] {3}", time.ToString("HH:mm:ss:fff"), status, pr… in WriteToEventLog()
|
| /CafeSDK-2.12.13-1/system/include/nn/cfg/CTR/ |
| D | cfg_UserInfo.h | 131 …u32 id; //!< Simpl… member 143 u32 id; //!< Simple address information ID. member 151 …return static_cast<CfgCountryCode>((id & CFG_SIMPLE_ADDRESS_ID_COUNTRY_MASK) >> CFG_SIMPLE_ADDRESS… in GetCountryCode() 160 return (id & CFG_SIMPLE_ADDRESS_ID_REGION_MASK) >> CFG_SIMPLE_ADDRESS_ID_REGION_SHIFT; in GetRegionCode()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoFont.c | 41 u32 id; member 110 static u32 BSearchIndex(FontData_t* pFont, u32 id); 256 u32 id = (u32) pStr[cIn]; in DEMOFontPuts() local 261 if(id == 10) in DEMOFontPuts() 268 else if(id >= 32 && id <= 127) in DEMOFontPuts() 271 index = BSearchIndex(pFont,id); in DEMOFontPuts() 458 u32 id = pCharData[i*8 + 0]; in GetFontCharData() local 469 pFont->pCharDataBuffer[i].id = id; in GetFontCharData() 573 static u32 BSearchIndex(FontData_t* pFont, u32 id) in BSearchIndex() argument 580 if (id >= 32 && id < 32+pFont->numCharData && in BSearchIndex() [all …]
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Uda.h | 40 void GX2API GX2UDAResetAlertFireCount(GX2UDAAlertID id); 57 void GX2API GX2UDASetAlertEnable(GX2UDAAlertID id, GX2Boolean enable);
|
| D | gx2Perf.h | 222 GX2Boolean GX2API GX2PerfMetricEnable(GX2PerfData *perfData, GX2PerfType type, u32 id); 387 GX2Boolean GX2API GX2PerfGetResultByFrame(GX2PerfData *perfData, GX2PerfType type, u32 id, GX2Metri… 403 GX2Boolean GX2API GX2PerfGetResultByTagId(GX2PerfData *perfData, GX2PerfType type, u32 id, 422 GX2Boolean GX2API GX2PerfGetResultByTagSequence(GX2PerfData *perfData, GX2PerfType type, u32 id, 468 GX2_INLINE GX2Boolean GX2PerfMetricEnable(GX2PerfData *perfData, GX2PerfType type, u32 id){ return … in GX2PerfMetricEnable() argument 482 GX2_INLINE GX2Boolean GX2PerfGetResultByFrame(GX2PerfData *perfData, GX2PerfType type, u32 id, GX2M… in GX2PerfGetResultByFrame() argument 483 GX2_INLINE GX2Boolean GX2PerfGetResultByTagId(GX2PerfData *perfData, GX2PerfType type, u32 id, u32 … in GX2PerfGetResultByTagId() argument 484 GX2_INLINE GX2Boolean GX2PerfGetResultByTagSequence(GX2PerfData *perfData, GX2PerfType type, u32 id… in GX2PerfGetResultByTagSequence() argument
|
| D | gx2Perf_deprecated.h | 223 void GX2API _GX2InitCounterInfo(_GX2CounterInfo *info, _GX2CounterId id,
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/ |
| D | tgaReader.cpp | 46 u8 id[256]; member 117 u32 id; in DecodeRLEImage() local 180 id = (width * y + x)*offset; in DecodeRLEImage() 183 pImg[id] = red; in DecodeRLEImage() 184 pImg[id + 1] = green; in DecodeRLEImage() 185 pImg[id + 2] = blue; in DecodeRLEImage() 186 pImg[id + 3] = alpha; in DecodeRLEImage() 196 if (id + 3 >= size - 1) break; in DecodeRLEImage() 248 id = (width * y + x) * offset; in DecodeRLEImage() 251 pImg[id] = red; in DecodeRLEImage() [all …]
|
| /CafeSDK-2.12.13-1/system/include/nn/act/ |
| D | act_Types.h | 58 #define ACT_SIMPLE_ADDRESS_COUNTRY( id ) ((u8)(((u32)id & ACT_SIMPLE_ADDRESS_COUNTRY_MASK) >… argument 59 #define ACT_SIMPLE_ADDRESS_AREA( id ) ((u8)(((u32)id & ACT_SIMPLE_ADDRESS_AREA_MASK) >… argument
|
| /CafeSDK-2.12.13-1/system/include/nn/swkbd/ |
| D | swkbd_SoundTypes.h | 99 virtual bool trigSe( Se id, ControllerType controller_type ) = 0; 138 virtual bool trig( ControllerEvent id, ControllerType controller_type ) = 0;
|
| D | swkbd_AppearArg.h | 178 void setControllerType( ControllerType id ) in setControllerType() argument 180 mKeyboardArg.mConfigArg.mControllerType = id; in setControllerType()
|
| /CafeSDK-2.12.13-1/system/include/nn/boss/ |
| D | boss_Types.h | 55 TitleID(u64 id); 202 char id[TASK_ID_LENGTH_WITH_NULL];//!< Buffer that stores the task ID. member
|
| D | boss_DataStoreTypes.h | 53 DataIdType id; //!< Data ID. member
|
| D | boss_DataStoreUploadSetting.h | 169 void SetDataId( u64 id );
|
| /CafeSDK-2.12.13-1/system/include/nn/ec/ |
| D | ec_Cart.h | 67 nn::Result RemoveItemById(NsUniqueId id);
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | sysapp.h | 286 SysArgID id; member 405 BOOL SYSCheckSystemApplicationExists( SysCheckableSystemApplicationID id );
|
| D | os.h | 152 void OSRegisterVersion( const char* id );
|
| D | mp4dmx.h | 260 s32 id; member
|
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | uninstalltitle.sh | 88 die You must specify a title id to uninstall
|
| /CafeSDK-2.12.13-1/system/src/lib/gfd/headers/cafe/gfd/ |
| D | gfdFormat.h | 85 …u32 id; ///< A unique identifier for this block, allowing it to be referenced … member
|
| /CafeSDK-2.12.13-1/system/include/cafe/gfd/ |
| D | gfdFormat.h | 85 …u32 id; ///< A unique identifier for this block, allowing it to be referenced … member
|
| /CafeSDK-2.12.13-1/system/include/cafe/nssl/ |
| D | nsslclient.h | 872 NSSL_RVAL NSSLExportInternalServerCertificate(NSSLServerCertID id, 919 NSSL_RVAL NSSLExportInternalClientCertificate(NSSLClientCertID id,
|
| /CafeSDK-2.12.13-1/system/include/nn/uds/CAFE/ |
| D | uds_Type.h | 242 u32 id; //!< ID assigned each time <tt>@ref CreateEndpoint</tt> is called. member 291 u32 id; //!< Endpoint ID (<tt>EndpointDescriptor.id</tt>). member
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/ |
| D | gfdFileTexture.cpp | 368 int id = 0; in GFDReadFileTexture() local 430 id++; in GFDReadFileTexture()
|
| /CafeSDK-2.12.13-1/system/include/cafe/curl/ |
| D | typecheck-gcc.h | 143 #define _CURL_WARNING(id, message) \ argument 145 __attribute__((noinline)) id(void) { __asm__(""); }
|