Searched refs:a (Results 1 – 6 of 6) sorted by relevance
85 int FuncD_1(int a) in FuncD_1() argument87 OSReport("FuncD_1 Call a = %d\n",a); in FuncD_1()88 return a; in FuncD_1()92 void FuncD_2(int a,int b) in FuncD_2() argument94 OSReport("FuncD_2 Call a = %d b = %d\n",a,b); in FuncD_2()
20 DLL_EXPORT int DLL_SYMBOL(FuncD_1)(int a);21 DLL_EXPORT void DLL_SYMBOL(FuncD_2)(int a,int b);
21 The RSO Library is a dynamic module system.22 It consists of various PC tools (makersi.exe, makelcf.exe, makeinc) and the Wii RSO library (rso.a).33 This package is not a patch. It will continue to be provided as a separate package in the future.42 This is a demo program for learning how to use the RSO functions.43 This program links module A and module B, using a link list.46 This is a demo program showing an example of relocatable module partial memory deallocation.47 This demo is similar to LinkList, but it deallocates part of the module information as a bss area.50 This is a demo program that uses pragma to place the dynamic modules in external main memory.54 This is a demo program that uses RsoLinkFar to place the dynamic modules in external main memory.58 This is a demo program using makeinc.exe.[all …]
55 CSRCS_D = a.c b.c118 cp $(FULLBIN_ROOT)/a$(RSOSUFFIX) dvddata
55 CSRCS_D = a.c b.c c.c118 cp $(FULLBIN_ROOT)/a$(RSOSUFFIX) dvddata