| /CafeSDK-2.12.13-1/system/include/cafe/os/ |
| D | OSFastCast.h | 99 static inline void OSSetGQR2( u32 type, u32 scale ) in OSSetGQR2() argument 101 u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR2() 106 static inline void OSSetGQR3( u32 type, u32 scale ) in OSSetGQR3() argument 108 u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR3() 113 static inline void OSSetGQR4( u32 type, u32 scale ) in OSSetGQR4() argument 115 u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR4() 120 static inline void OSSetGQR5( u32 type, u32 scale ) in OSSetGQR5() argument 122 u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR5() 127 static inline void OSSetGQR6( u32 type, u32 scale ) in OSSetGQR6() argument 129 u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR6() [all …]
|
| D | OSError.h | 114 void OSSetCrashDumpType(u32 type); 124 void OSSetCrashDetailLevel(u32 type);
|
| D | OSDeviceThread.h | 34 OSFunctionType type; // Type of async function which requests this I/O. member
|
| /CafeSDK-2.12.13-1/system/include/nn/erreula/ |
| D | erreula_AppearArg.h | 85 void setErrorType( ErrorType type ) in setErrorType() argument 87 mErrorArg.mErrorType = type; in setErrorType() 91 void setScreenType( ScreenType type ) in setScreenType() argument 93 mErrorArg.mScreenType = type; in setScreenType() 97 void setControllerType( ControllerType type ) in setControllerType() argument 99 mErrorArg.mControllerType = type; in setControllerType() 103 void setRemoCtrlHoldType( RemoCtrlHoldType type ) in setRemoCtrlHoldType() argument 105 mErrorArg.mRemoCtrlHoldType = type; in setRemoCtrlHoldType()
|
| /CafeSDK-2.12.13-1/system/include/cafe/sci/ |
| D | sciPublicApi.h | 101 SCIStatus SCIGetCountryName(char *name, u32 size, u32 country, SCICafeLanguage type); 118 SCIStatus SCIGetCountryNameUtf16(wchar_t *name, u32 size, u32 country, SCICafeLanguage type); 133 …(char countryNameList[SCI_CAFE_COUNTRY_MAX][SCI_CAFE_COUNTRY_NAME_SIZE_MAX], SCICafeLanguage type); 145 …har_t countryNameList[SCI_CAFE_COUNTRY_MAX][SCI_CAFE_COUNTRY_NAME_SIZE_MAX], SCICafeLanguage type); 161 SCIStatus SCIGetAreaInfo(SCICafeAreaInfo *areaInfo, u32 simpleAddressId, SCICafeLanguage type); 177 …tus SCIGetAreaInfoUtf16(SCICafeAreaInfoUtf16 *areaInfo, u32 simpleAddressId, SCICafeLanguage type);
|
| /CafeSDK-2.12.13-1/system/include/nn/util/ |
| D | util_TypeTraits.h | 119 typedef T type; typedef 120 typedef type Type; 183 struct is_void : public detail::is_void_impl<typename remove_cv<T>::type> {}; 186 struct is_integral : public detail::is_integral_impl<typename remove_cv<T>::type> {}; 189 struct is_float : public detail::is_floating_point_impl<typename remove_cv<T>::type> {}; 192 struct is_pointer : public detail::is_pointer_impl<typename remove_cv<T>::type> {}; 195 struct is_floating_point : public detail::is_floating_point_impl<typename remove_cv<T>::type> {}; 237 typedef char type; 243 typedef short type; 249 typedef int type; [all …]
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Perf.h | 222 GX2Boolean GX2API GX2PerfMetricEnable(GX2PerfData *perfData, GX2PerfType type, u32 id); 232 GX2Boolean GX2API GX2PerfMetricIsEnabled(GX2PerfData *perfData, GX2PerfType type, u32 metricId); 248 GX2Boolean GX2API GX2PerfMetricGetEnabled(GX2PerfData *perfData, u32 index, GX2PerfType *type, u32 … 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 469 GX2_INLINE GX2Boolean GX2PerfMetricIsEnabled(GX2PerfData *perfData, GX2PerfType type, u32 metricId)… in GX2PerfMetricIsEnabled() argument 470 GX2_INLINE GX2Boolean GX2PerfMetricGetEnabled(GX2PerfData *perfData, u32 index, GX2PerfType *type, … in GX2PerfMetricGetEnabled() argument 482 GX2_INLINE GX2Boolean GX2PerfGetResultByFrame(GX2PerfData *perfData, GX2PerfType type, u32 id, GX2M… in GX2PerfGetResultByFrame() argument [all …]
|
| D | gx2Query.h | 133 void GX2API GX2QueryBegin(GX2QueryType type, GX2QueryInfo* queryinfo); 153 void GX2API GX2QueryEnd(GX2QueryType type, GX2QueryInfo* queryinfo); 202 void GX2API GX2QueryBeginConditionalRender(GX2QueryType type,
|
| /CafeSDK-2.12.13-1/system/src/lib/szfile/ |
| D | 7zIn.c | 408 UInt64 type; in SzReadArchiveProperties() local 409 RINOK(SzReadID(sd, &type)); in SzReadArchiveProperties() 410 if (type == k7zIdEnd) in SzReadArchiveProperties() 421 UInt64 type; in SzWaitAttribute() local 422 RINOK(SzReadID(sd, &type)); in SzWaitAttribute() 423 if (type == attribute) in SzWaitAttribute() 425 if (type == k7zIdEnd) in SzWaitAttribute() 505 UInt64 type; in SzReadPackInfo() local 506 RINOK(SzReadID(sd, &type)); in SzReadPackInfo() 507 if (type == k7zIdEnd) in SzReadPackInfo() [all …]
|
| /CafeSDK-2.12.13-1/system/src/lib/gfd/ |
| D | gfdInterface.c | 149 switch(pBlockHeader->type) in GFDGetVertexShader() 186 if(GFD_BLOCK_TYPE_END == pBlockHeader->type) in GFDGetVertexShader() 222 switch(pBlockHeader->type) in GFDGetPixelShader() 259 if(GFD_BLOCK_TYPE_END == pBlockHeader->type) in GFDGetPixelShader() 296 switch(pBlockHeader->type) in GFDGetGeometryShader() 346 if(GFD_BLOCK_TYPE_END == pBlockHeader->type) in GFDGetGeometryShader() 382 switch(pBlockHeader->type) in GFDGetComputeShader() 419 if(GFD_BLOCK_TYPE_END == pBlockHeader->type) in GFDGetComputeShader() 448 switch(pBlockHeader->type) in GFDGetVertexShaderPointer() 488 if(GFD_BLOCK_TYPE_END == pBlockHeader->type) in GFDGetVertexShaderPointer() [all …]
|
| /CafeSDK-2.12.13-1/system/include/nn/swkbd/ |
| D | swkbd_AppearArg.h | 184 …void setLayout( LayoutType type, const char16* fixed_string = NULL, const char16* guide_string = N… 186 if( type == nn::swkbd::cLayoutType_NNID ) 200 else if( type == nn::swkbd::cLayoutType_DownloadCode ) 269 void setLearnDicBuf( DicLangType type, void* buf ) in setLearnDicBuf() argument 271 mKeyboardArg.mConfigArg.mLearnDicBuf[type] = buf; in setLearnDicBuf() 275 void setCustomizeDic( DicLangType type, const void* dic ) in setCustomizeDic() argument 277 mKeyboardArg.mConfigArg.mCustomizeDic[type] = dic; in setCustomizeDic()
|
| /CafeSDK-2.12.13-1/system/include/cafe/curl/ |
| D | multi.h | 288 #define CINIT(name,type,num) CURLMOPT_ ## name = CURLOPTTYPE_ ## type + num argument 295 #define CINIT(name,type,number) CURLMOPT_/**/name = type + number argument
|
| D | typecheck-gcc.h | 355 #define _curl_is_ptr(expr, type) \ argument 357 __builtin_types_compatible_p(__typeof__(expr), type *) || \ 358 __builtin_types_compatible_p(__typeof__(expr), const type *)) 361 #define _curl_is_arr(expr, type) \ argument 362 (_curl_is_ptr((expr), type) || \ 363 __builtin_types_compatible_p(__typeof__(expr), type [])) 423 #define _curl_callback_compatible(func, type) \ argument 424 (__builtin_types_compatible_p(__typeof__(func), type) || \ 425 __builtin_types_compatible_p(__typeof__(func), type*))
|
| /CafeSDK-2.12.13-1/system/src/lib/gfd/headers/cafe/gfd/ |
| D | gfdFormat.h | 83 GFDBlockType type; ///< Block type member 104 u32 type; ///< type of the main data block member
|
| /CafeSDK-2.12.13-1/system/include/cafe/gfd/ |
| D | gfdFormat.h | 83 GFDBlockType type; ///< Block type member 104 u32 type; ///< type of the main data block member
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | pad.h | 113 void PADClamp2 ( PADStatus* status, u32 type ); 114 void PADClampCircle2 ( PADStatus* status, u32 type );
|
| D | sysapp.h | 287 SysArgType type; member 361 SysCallerType type; member
|
| /CafeSDK-2.12.13-1/system/include/nn/config/compiler/ |
| D | ghs.h | 103 #define NN_ATTRIBUTE_FORMAT(type, m, n) \ argument 104 __attribute__ ((format(type,m,n)))
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/ |
| D | mtxVec_asm.s | 45 .type ASM_VECCrossProduct, @function 98 .type ASM_VECAdd, @function 130 .type ASM_VECSubtract, @function 164 .type ASM_VECSquareMag, @function 199 .type ASM_VECSquareDistance, @function 241 .type ASM_VECMag, @function 307 .type ASM_VECScale, @function 354 .type ASM_VECDistance, @function 435 .type ASM_VECNormalize, @function 497 .type ASM_VECDotProduct, @function [all …]
|
| D | mtxQuat_asm.s | 33 .type ASM_QUATAdd, @function 70 .type ASM_QUATSubtract, @function 107 .type ASM_QUATMultiply, @function 197 .type ASM_QUATInverse, @function 294 .type ASM_QUATScale, @function 319 .type ASM_QUATDotProduct, @function 362 .type ASM_QUATNormalize, @function 451 .type ASM_MTXQuat, @function
|
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | ppc_regs.ppc | 17 .type 4 24 .type 4
|
| /CafeSDK-2.12.13-1/system/include/cafe/mem/ |
| D | heapCommon.h | 340 u32 MEMSetFillValForHeap( int type, u32 val ); 341 u32 MEMGetFillValForHeap( int type );
|
| /CafeSDK-2.12.13-1/system/include/nn/boss/ |
| D | boss_DataStoreTypes.h | 50 DataTypeType type; //!< Data type. member
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/ |
| D | gfdFileIO.cpp | 38 bool GFD_API GFDWriteFileBlockHeader(FILE *fp, GFDBlockType type, u32 size) in GFDWriteFileBlockHeader() argument 44 blockHeader.type = type; in GFDWriteFileBlockHeader()
|
| /CafeSDK-2.12.13-1/system/include/cafe/camera/ |
| D | camera.h | 157 CAMERA_EVENT_TYPE type; ///< event type member 192 CAMERA_STREAM_TYPE type; ///< stream type member
|