Searched refs:code (Results 1 – 14 of 14) sorted by relevance
| /RvlSDK-2.1/build/demos/videmo/src/ |
| D | color.c | 118 void fillColor(u32 code, u32 fbSize, u8* xfb); 154 void fillColor(u32 code, u32 fbSize, u8* xfb) in fillColor() argument 159 colorVal = (color[code].Y << 24) in fillColor() 160 + (color[code].Cb << 16) in fillColor() 161 + (color[code].Y << 8) in fillColor() 162 + color[code].Cr; in fillColor() 173 u32 code; in main() local 204 code = 0; in main() 212 code = (code + 1) % 8; in main() 215 fillColor(code, fbSize, xfb); in main()
|
| D | moving.c | 77 void draw(u32 field, u32 code, u32 fbSize, u8* xfb);
|
| D | moving.progressive.c | 76 void draw(u32 field, u32 code, u32 fbSize, u8* xfb);
|
| D | moving.30Hz.c | 77 void draw(u32 code, u32 fbSize, u8* xfb);
|
| /RvlSDK-2.1/build/demos/osdemo/src/ |
| D | fontdemo2.c | 35 s32 code; in main() local 48 code = strtol(argv[1], NULL, 0); in main() 49 if (code < 256) in main() 51 buffer[0] = (char) code; in main() 56 buffer[0] = (char) ((code >> 8) & 0xff); in main() 57 buffer[1] = (char) (code & 0xff); in main() 76 OSReport("code %x\n\n", code); in main()
|
| D | fontdemo1.c | 98 static s32 DrawChar(int x, int y, u16 code) in DrawChar() argument 106 if (code == 0) in DrawChar() 111 if (code < 256) in DrawChar() 113 buffer[0] = (char) code; in DrawChar() 118 buffer[0] = (char) (code >> 8); in DrawChar() 119 buffer[1] = (char) (code & 0xff); in DrawChar() 174 u16 code; in main() local 274 code = top; in main() 281 sprintf(addr, "%04x", code); in main() 288 DrawChar(x, y, code); in main() [all …]
|
| D | fontdemo3.c | 104 static s32 DrawChar(int x, int y, u16 code) in DrawChar() argument 113 if (code == 0) in DrawChar() 119 p = OSUTF32to8(code, buffer); in DrawChar() 177 u16 code; in main() local 267 code = top; in main() 274 sprintf(addr, "%04x", code); in main() 283 DrawChar(x, y, code); in main() 284 ++code; in main()
|
| /RvlSDK-2.1/X86/bin/ |
| D | showsettings.bat | 32 echo Country code: 62 echo Country code:
|
| /RvlSDK-2.1/build/buildtools/ |
| D | commondefs | 186 # can also be used by code. 191 # can also be used by code. 578 # -O4,p - full optimizations, optimize for speed (not code size)
|
| D | modulerules | 84 # however, the dependency code DOES generate full paths, so we need those
|
| /RvlSDK-2.1/build/demos/hio2demo/vc++/dual/ |
| D | ReadMe.txt | 88 The application wizard uses "TODO:" to indicate parts of the source code you
|
| /RvlSDK-2.1/build/tools/TexConv/sample/ |
| D | sample.tcs | 44 … ; file types ( see tplConv.h for how to install this code in TexConv )
|
| /RvlSDK-2.1/build/demos/hio2demo/vc++/multi/ |
| D | ReadMe.txt | 100 The application wizard uses "TODO:" to indicate parts of the source code you
|
| /RvlSDK-2.1/ |
| D | readme-RVL_SDK-2_1.txt | 85 Error messages are shown in Japanese if Japan has been set for the country code in the System menu.…
|