| /RvlSDK-3.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-3.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-3.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,"%s, %02d/%02d %02d:%02d:%02d %03d", in MultiPacketToString() 49 packet->string, in MultiPacketToString()
|
| /RvlSDK-3.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()
|
| /RvlSDK-3.1/build/demos/fntdemo/src/ |
| D | fntdemo1.c | 180 const char* string, in DrawString() argument 188 while (*string || (utf16 && *(string + 1))) in DrawString() 192 string = FNTGetTexture(font, string, &tex); in DrawString() 215 const char* string, in GetStringWidth() argument 222 while (*string || (utf16 && *(string + 1))) in GetStringWidth() 225 string = FNTGetWidth(font, string, &width); in GetStringWidth()
|
| /RvlSDK-3.1/include/revolution/os/ |
| D | OSFont.h | 104 char* OSGetFontWidth ( const char* string, s32* width ); 116 char* OSGetFontTexture( const char* string, void** image, s32 *x, s32 *y, s32* width ); 133 char* OSGetFontTexel ( const char* string, void* image, s32 pos, s32 stride, s32* width );
|
| /RvlSDK-3.1/include/revolution/ |
| D | fnt.h | 105 const char* string, 110 char* FNTGetWidth( const FNTHeader* font, const char* string, s32* width );
|
| D | kpr.h | 83 u8 KPRLookAhead ( KPRQueue *queue, wchar_t *string, u32 maxSize );
|
| /RvlSDK-3.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-3.1/build/demos/hio2demo/src/ |
| D | simple.c | 239 (void)strcpy(sendBuffer.string, "NDEV 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-3.1/build/libraries/arc/src/ |
| D | arc.c | 170 static BOOL isSame(const char* path, const char* string) in isSame() argument 172 while(*string != '\0') in isSame() 175 if (tolower(*path++) != tolower(*string++)) in isSame()
|
| /RvlSDK-3.1/build/demos/hio2demo/vc++/simple/ |
| D | simple.cpp | 207 strcpy(stPacket.string, "PC TIME"); in __HIO2Send()
|
| /RvlSDK-3.1/build/demos/hio2demo/vc++/multi/ |
| D | multi.cpp | 316 strcpy(pPacket->string, "PC TIME"); in CreatePcTime()
|
| /RvlSDK-3.1/RVL/bin/demos/gxdemo/ |
| D | smp-onetri.map | 2294 0002e2b8 000290 80034a58 00030c18 1 .text MSL_C.PPCEABI.bare.H.a string.o 2295 0002e2b8 0000c0 80034a58 00030c18 4 strcpy MSL_C.PPCEABI.bare.H.a string.o 2296 0002e378 000044 80034b18 00030cd8 4 strncpy MSL_C.PPCEABI.bare.H.a string.o 2297 UNUSED 00002c ........ ........ strcat MSL_C.PPCEABI.bare.H.a string.o 2298 UNUSED 00004c ........ ........ strncat MSL_C.PPCEABI.bare.H.a string.o 2299 0002e3bc 00011c 80034b5c 00030d1c 4 strcmp MSL_C.PPCEABI.bare.H.a string.o 2300 0002e4d8 000040 80034c78 00030e38 4 strncmp MSL_C.PPCEABI.bare.H.a string.o 2301 0002e518 000030 80034cb8 00030e78 4 strchr MSL_C.PPCEABI.bare.H.a string.o 2302 UNUSED 0000ac ........ ........ strcoll MSL_C.PPCEABI.bare.H.a string.o 2303 UNUSED 0004f4 ........ ........ strxfrm MSL_C.PPCEABI.bare.H.a string.o [all …]
|
| /RvlSDK-3.1/RVL/bin/demos/thpdemo/ |
| D | THPSimple.map | 2655 0003e88c 000290 8004502c 000411ec 1 .text MSL_C.PPCEABI.bare.H.a string.o 2656 0003e88c 0000c0 8004502c 000411ec 4 strcpy MSL_C.PPCEABI.bare.H.a string.o 2657 0003e94c 000044 800450ec 000412ac 4 strncpy MSL_C.PPCEABI.bare.H.a string.o 2658 UNUSED 00002c ........ ........ strcat MSL_C.PPCEABI.bare.H.a string.o 2659 UNUSED 00004c ........ ........ strncat MSL_C.PPCEABI.bare.H.a string.o 2660 0003e990 00011c 80045130 000412f0 4 strcmp MSL_C.PPCEABI.bare.H.a string.o 2661 0003eaac 000040 8004524c 0004140c 4 strncmp MSL_C.PPCEABI.bare.H.a string.o 2662 0003eaec 000030 8004528c 0004144c 4 strchr MSL_C.PPCEABI.bare.H.a string.o 2663 UNUSED 0000ac ........ ........ strcoll MSL_C.PPCEABI.bare.H.a string.o 2664 UNUSED 0004f4 ........ ........ strxfrm MSL_C.PPCEABI.bare.H.a string.o [all …]
|
| /RvlSDK-3.1/build/demos/wpaddemo/src/ |
| D | dummy_checker.c | 89 static void printBuffer ( char *string, ... );
|