Searched defs:num (Results 1 – 9 of 9) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/cafex/winmakebsf/ |
| D | makebsf.c | 70 static void* MakeBsf(u32 num, u32* addresslist, u32* lengthlist, in MakeBsf() 174 u32 num = 0; in main() local
|
| D | bootosBootBlock.h | 52 u32 num; // data info number member
|
| /CafeSDK-2.12.13-1/system/include/cafe/os/ |
| D | OSDynLoad.h | 311 #define RPL_EXPORT_DATA_ARRAY(t, d, num) \ argument 324 #define RPL_EXPORT_CLASS_STATIC_DATA_ARRAY(t, c, d, num) \ argument
|
| /CafeSDK-2.12.13-1/system/include/cafe/curl/ |
| D | multi.h | 288 #define CINIT(name,type,num) CURLMOPT_ ## name = CURLOPTTYPE_ ## type + num argument
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_manager.cpp | 570 GX2Texture** WindowManager::GetTexture(CWTextures num) in GetTexture()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demowin.cpp | 129 void ComboCustom::Init(int num, const int* counts, const int* start, const char* const* names, cons… in Init()
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | mix.h | 136 #define MIXGetMemorySize(num) ((sizeof(MIXChannel) + sizeof(MIXRmtChannel)) * num) argument
|
| D | syn.h | 163 #define SYNGetMemorySize(num) (sizeof(SYNVOICE) * num) argument
|
| D | ax.h | 1275 #define AXGetMemorySize(num) ((sizeof(AXPBITDBUFFER) + sizeof(AXVPB)) * num) argument
|