| /RvlSDK-2.1/build/libraries/demo/src/ |
| D | DEMOPuts.c | 325 void DEMOPuts( s16 x, s16 y, s16 z, char* string ) in DEMOPuts() argument 327 char* str = string; in DEMOPuts() 357 w = string[i] - ' '; in DEMOPuts() 372 string = str; in DEMOPuts() 594 int DEMORFPuts(s16 x, s16 y, s16 z, char* string) in DEMORFPuts() argument 619 while (*string) in DEMORFPuts() 621 if (*string == '\n') in DEMORFPuts() 625 ++string; in DEMORFPuts() 629 if (*string == '\t') in DEMORFPuts() 633 ++string; in DEMORFPuts() [all …]
|
| D | DEMOWin.c | 169 static void __DEMOWin_puts_n ( s16 x, s16 y, s16 z, u16 n, char* string ); 580 char string[DEMOWIN_MAX_STRING_SIZE]; in DEMOWinPrintfXY() local 597 vsprintf(string, fmt, vlist); in DEMOWinPrintfXY() 606 string[handle->char_width - col] = 0; in DEMOWinPrintfXY() 610 for (i=0; i<strlen(string); i++) in DEMOWinPrintfXY() 612 handle->buffer[index+i] = (u8)string[i]; in DEMOWinPrintfXY() 1219 static void __DEMOWin_puts_n( s16 x, s16 y, s16 z, u16 n, char* string ) in __DEMOWin_puts_n() argument 1240 w = string[i] - ' '; in __DEMOWin_puts_n()
|
| /RvlSDK-2.1/include/demo/ |
| D | DEMOPuts.h | 63 extern int DEMOGetRFTextWidth ( char* string ); 64 extern int DEMOGetRFTextHeight ( char* string ); 66 extern int DEMORFPuts ( s16 x, s16 y, s16 z, char* string ); 67 extern int DEMORFPutsEx ( s16 x, s16 y, s16 z, char* string, s16 maxWidth, int … 70 extern char* DEMODumpROMFont ( char* string );
|
| /RvlSDK-2.1/build/demos/hio2demo/include/ |
| D | multi.h | 36 char string[24]; // message member 46 void MultiPacketToString(char *string, MULTI_PACKET* packet) in MultiPacketToString() argument 48 (void)sprintf(string,"%02d/%02d %02d:%02d:%02d %03d, %s", in MultiPacketToString() 51 packet->string); in MultiPacketToString()
|
| /RvlSDK-2.1/build/demos/osdemo/src/ |
| D | fontdemo2.c | 39 char* string; in main() local 60 string = buffer; in main() 80 string = OSGetFontTexel(string, image, 0, 24 / 4, &width); in main()
|
| D | fontdemo1.c | 130 static s32 DrawString(int x, int y, char* string) in DrawString() argument 134 while (*string) in DrawString() 141 string = OSGetFontTexture(string, &image, &xChar, &yChar, &width); in DrawString()
|
| D | fontdemo3.c | 133 static s32 DrawString(int x, int y, char* string) in DrawString() argument 137 while (*string) in DrawString() 144 string = OSGetFontTexture(string, &image, &xChar, &yChar, &width); in DrawString()
|
| /RvlSDK-2.1/build/demos/wpaddemo/src/ |
| D | sync-callback.c | 69 static void printBuffer (char *string, ...); 377 static void printBuffer(char *string, ...) in printBuffer() argument 385 va_start(vlist, string); in printBuffer() 386 vsprintf((char *)__buffer, string, vlist); in printBuffer()
|
| D | handling.c | 92 static void printBuffer (char *string, ...); 599 static void printBuffer(char *string, ...) in printBuffer() argument 606 va_start(vlist, string); in printBuffer() 607 vsprintf((char *)(&__buffer[__curr_line][0]), string, vlist); in printBuffer()
|
| /RvlSDK-2.1/include/revolution/os/ |
| D | OSFont.h | 102 char* OSGetFontWidth ( const char* string, s32* width ); 114 char* OSGetFontTexture( const char* string, void** image, s32 *x, s32 *y, s32* width ); 131 char* OSGetFontTexel ( const char* string, void* image, s32 pos, s32 stride, s32* width );
|
| /RvlSDK-2.1/build/tools/dspadpcm/src/ |
| D | main.c | 178 BYTE *findbase(BYTE *string) in findbase() argument 181 BYTE *ptr = string; in findbase() 185 while ((--ptr >= string) && (*ptr != '\\') && (*ptr != '/') && (*ptr != ':')); in findbase() 195 BYTE *findext(BYTE *string) in findext() argument 201 ptr = string; in findext() 207 while ((--ptr >= string) && (*ptr != '.')); in findext() 209 if (ptr <= string) in findext()
|
| /RvlSDK-2.1/build/demos/hio2demo/src/ |
| D | simple.c | 239 (void)strcpy(sendBuffer.string, "NNGC TIME"); in myAppInit() 240 (void)strcpy(recvBuffer.string, "PC TIME"); in myAppInit()
|
| D | multi-main.c | 250 (void)strcpy(sendBuffer.string,"NNGC TIME"); in myAppInit()
|
| /RvlSDK-2.1/build/libraries/arc/src/ |
| D | arc.c | 167 static BOOL isSame(const char* path, const char* string) in isSame() argument 169 while(*string != '\0') in isSame() 172 if (tolower(*path++) != tolower(*string++)) in isSame()
|
| /RvlSDK-2.1/build/demos/hio2demo/vc++/simple/ |
| D | simple.cpp | 206 strcpy(stPacket.string, "PC TIME"); in __HIO2Send()
|
| /RvlSDK-2.1/build/demos/hio2demo/vc++/multi/ |
| D | multi.cpp | 316 strcpy(pPacket->string, "PC TIME"); in CreatePcTime()
|
| /RvlSDK-2.1/RVL/bin/demos/gxdemo/ |
| D | smp-onetri.map | 1746 00022d44 000174 80029464 00025624 1 .text MSL_C.PPCEABI.bare.H.a string.o 1747 00022d44 0000c0 80029464 00025624 4 strcpy MSL_C.PPCEABI.bare.H.a string.o 1748 00022e04 000044 80029524 000256e4 4 strncpy MSL_C.PPCEABI.bare.H.a string.o 1749 UNUSED 00002c ........ ........ strcat MSL_C.PPCEABI.bare.H.a string.o 1750 UNUSED 00004c ........ ........ strncat MSL_C.PPCEABI.bare.H.a string.o 1751 UNUSED 00011c ........ ........ strcmp MSL_C.PPCEABI.bare.H.a string.o 1752 00022e48 000040 80029568 00025728 4 strncmp MSL_C.PPCEABI.bare.H.a string.o 1753 00022e88 000030 800295a8 00025768 4 strchr MSL_C.PPCEABI.bare.H.a string.o 1754 UNUSED 0000ac ........ ........ strcoll MSL_C.PPCEABI.bare.H.a string.o 1755 UNUSED 0004f4 ........ ........ strxfrm MSL_C.PPCEABI.bare.H.a string.o [all …]
|
| /RvlSDK-2.1/RVL/bin/demos/thpdemo/ |
| D | THPSimple.map | 2103 00033504 000290 80039c24 00035de4 1 .text MSL_C.PPCEABI.bare.H.a string.o 2104 00033504 0000c0 80039c24 00035de4 4 strcpy MSL_C.PPCEABI.bare.H.a string.o 2105 000335c4 000044 80039ce4 00035ea4 4 strncpy MSL_C.PPCEABI.bare.H.a string.o 2106 UNUSED 00002c ........ ........ strcat MSL_C.PPCEABI.bare.H.a string.o 2107 UNUSED 00004c ........ ........ strncat MSL_C.PPCEABI.bare.H.a string.o 2108 00033608 00011c 80039d28 00035ee8 4 strcmp MSL_C.PPCEABI.bare.H.a string.o 2109 00033724 000040 80039e44 00036004 4 strncmp MSL_C.PPCEABI.bare.H.a string.o 2110 00033764 000030 80039e84 00036044 4 strchr MSL_C.PPCEABI.bare.H.a string.o 2111 UNUSED 0000ac ........ ........ strcoll MSL_C.PPCEABI.bare.H.a string.o 2112 UNUSED 0004f4 ........ ........ strxfrm MSL_C.PPCEABI.bare.H.a string.o [all …]
|