| /RvlSDK-3.3/build/demos/videmo/src/ |
| D | color.c | 114 void fillColor(u32 code, u32 fbSize, u8* xfb); 150 void fillColor(u32 code, u32 fbSize, u8* xfb) in fillColor() argument 155 colorVal = (color[code].Y << 24) in fillColor() 156 + (color[code].Cb << 16) in fillColor() 157 + (color[code].Y << 8) in fillColor() 158 + color[code].Cr; in fillColor() 169 u32 code; in main() local 200 code = 0; in main() 208 code = (code + 1) % 8; in main() 211 fillColor(code, fbSize, xfb); in main()
|
| D | moving.c | 76 void draw(u32 field, u32 code, u32 fbSize, u8* xfb);
|
| D | moving.progressive.c | 75 void draw(u32 field, u32 code, u32 fbSize, u8* xfb);
|
| D | moving.30Hz.c | 76 void draw(u32 code, u32 fbSize, u8* xfb);
|
| D | moving.regions.c | 65 void draw(u32 field, u32 code, u32 fbSize, u8* xfb);
|
| /RvlSDK-3.3/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 …]
|
| /RvlSDK-3.3/X86/bin/ |
| D | setcompanycode.bat | 7 echo usage: setcompanycode <company code> 8 echo Sets the company code for disc application. 18 echo Successfully done. Set the company code for disc application to %1. 22 echo Failed to set the company code for disc application.
|
| D | setcountrycode.bat | 15 echo Sets the country code on disc. 41 echo Successfully done. Set the country code for the disc to China. 51 echo Successfully done. Set the country code for the disc to Korea. 61 echo Successfully done. Set the country code for the disc to Europe. 71 echo Successfully done. Set the country code for the disc to US. 81 echo Successfully done. Set the country code for the disc to Japan. 85 echo Failed to set the country code on disc.
|
| /RvlSDK-3.3/build/libraries/cx/src/ |
| D | CXStreamingUncompression.c | 999 u32 code; // only used during decompression member 1049 state->code = context->code; in LRCIntro_() 1079 context->code = state->code; in LRCFin_() 1098 state->code = 0; in RCInitState_() 1189 RCSearch_( RCCompressionInfo* info, u32 code, u32 range, u32 low ) in RCSearch_() argument 1192 u32 codeVal = code - low; in RCSearch_() 1241 u16 val = RCSearch_( info, state->code, state->range, state->low ); in RCGetData_() 1262 state->code <<= 8; in RCGetData_() 1263 state->code += srcp[ cnt++ ]; in RCGetData_() 1374 rcState.code <<= 8; in CXReadUncompLRC() [all …]
|
| D | CXUncompression.c | 596 u32 code; // only used during decompression member 630 state->code = 0; in RCInitState_() 722 RCSearch_( RCCompressionInfo* info, u32 code, u32 range, u32 low ) in RCSearch_() argument 725 u32 codeVal = code - low; in RCSearch_() 773 u16 val = RCSearch_( info, state->code, state->range, state->low ); in RCGetData_() 788 state->code <<= 8; in RCGetData_() 789 state->code += srcp[ cnt++ ]; in RCGetData_() 838 rcState.code = (u32)( (*pSrc << 24) | in CXUncompressLRC()
|
| D | CXSecureUncompression.c | 1037 u32 code; // only used during decompression member 1072 state->code = 0; in RCInitState_() 1164 RCSearch_( RCCompressionInfo* info, u32 code, u32 range, u32 low ) in RCSearch_() argument 1167 u32 codeVal = code - low; in RCSearch_() 1215 u16 val = RCSearch_( info, state->code, state->range, state->low ); in RCGetData_() 1230 state->code <<= 8; in RCGetData_() 1231 state->code += srcp[ cnt++ ]; in RCGetData_() 1296 rcState.code = (u32)( (*pSrc << 24) | in CXSecureUncompressLRC()
|
| /RvlSDK-3.3/include/revolution/ |
| D | eppc.RVL.lcf | 24 .init ALIGN(0x20):{} // Initialization executable code from the runtime library 27 .text ALIGN(0x20):{} // Application code
|
| /RvlSDK-3.3/build/demos/reldemo/ |
| D | static.lcf | 24 .init ALIGN(0x20):{} // Initialization executable code from the runtime library 27 .text ALIGN(0x20):{} // Application code
|
| D | staticD.lcf | 24 .init ALIGN(0x20):{} // Initialization executable code from the runtime library 27 .text ALIGN(0x20):{} // Application code
|
| /RvlSDK-3.3/build/demos/hio2demo/vc++/simple/ |
| D | ReadMe.txt | 25 …ing with "TODO:" to indicate the places that require additions or customization of the source code.
|
| /RvlSDK-3.3/build/demos/kbddemo/src/ |
| D | kbdUTF8.c | 124 KBDUnicode code; member 292 if (kke->unicode == SpecialTable[i].code) { in kbdAppKeyEvent()
|
| D | kbdUTF8Sync.c | 123 KBDUnicode code; member 291 if (kke->unicode == SpecialTable[i].code) { in kbdAppKeyEvent()
|
| /RvlSDK-3.3/build/demos/kprdemo/src/ |
| D | kprdemo.c | 122 KBDUnicode code; member 291 if (kke->unicode == SpecialTable[i].code) { in kbdAppKeyEvent()
|
| /RvlSDK-3.3/include/revolution/cx/ |
| D | CXStreamingUncompression.h | 157 u32 code; // Code state of a range coder: 4B member
|
| /RvlSDK-3.3/build/buildtools/ |
| D | commondefs | 147 # can also be used by code. 152 # can also be used by code. 492 # -O4,p - full optimizations, optimize for speed (not code size)
|
| /RvlSDK-3.3/build/tools/TexConv/sample/ |
| D | sample.tcs | 44 … ; file types ( see tplConv.h for how to install this code in TexConv )
|
| /RvlSDK-3.3/build/demos/hio2demo/vc++/dual/ |
| D | ReadMe.txt | 88 The application wizard uses "TODO:" to indicate parts of the source code you
|
| /RvlSDK-3.3/build/demos/hio2demo/vc++/multi/ |
| D | ReadMe.txt | 100 The application wizard uses "TODO:" to indicate parts of the source code you
|
| /RvlSDK-3.3/vcmv/ |
| D | Readme_en.txt | 261 * Fixed a bug that display collapses only first time when specific HTML code is read. 284 * Fixed the character design of backslash (code:U+005C). 384 * Added a flag to disable the Ban Icon display test code, 539 NMenu so that country code, and parental control information
|