| /RvlSDK-3.3/build/libraries/mem/include/ |
| D | heapCommoni.h | 48 #define RoundUp( value, alignment ) \ argument 49 (((value) + ((alignment)-1)) & ~((alignment)-1)) 65 #define RoundDown( value, alignment ) \ argument 66 ( (value) & ~((alignment)-1) )
|
| /RvlSDK-3.3/build/demos/osdemo/src/ |
| D | lockedcachedemo2.c | 79 void VerifyData(u8* buffer, u8 value); 101 void VerifyData(u8* buffer, u8 value) in VerifyData() argument 107 if (buffer[i] != value) in VerifyData() 113 value); in VerifyData()
|
| D | lockedcachedemo1.c | 79 void VerifyData(u8* buffer, u8 value); 101 void VerifyData(u8* buffer, u8 value) in VerifyData() argument 107 if (buffer[i] != value) in VerifyData() 113 value); in VerifyData()
|
| /RvlSDK-3.3/include/revolution/db/ |
| D | DBInterface.h | 82 void __DBSetPresent ( u32 value ); 84 BOOL value );
|
| /RvlSDK-3.3/build/demos/jpegdemo/decode_simple/src/ |
| D | decode_simple.c | 24 static u32 round_up(u32 value, u32 base) in round_up() argument 26 if(value % base != 0) in round_up() 27 return value + (base - (value % base)); in round_up() 29 return value; in round_up()
|
| /RvlSDK-3.3/build/libraries/seq/src/ |
| D | seq.c | 142 u32 value; in __SEQGetIntTrack() local 146 value = (u32)(*track->current & 0x7f); in __SEQGetIntTrack() 151 value = (value << 7) + (*track->current & 0x7f); in __SEQGetIntTrack() 156 return value; in __SEQGetIntTrack()
|
| /RvlSDK-3.3/build/libraries/cx/src/ |
| D | CXStreamingUncompression.c | 600 s32 value; in BitReader_Read() local 615 value = (s32)( (context->stream >> (context->stream_len - bits)) & ((1 << bits) - 1) ); in BitReader_Read() 617 return value; in BitReader_Read() 623 s64 value; in BitReader_ReadEx() local 642 value = context->stream; in BitReader_ReadEx() 643 value |= (s64)stock << 32; in BitReader_ReadEx() 644 value = (s64)( (value >> (context->stream_len - bits)) & ((1 << bits) - 1) ); in BitReader_ReadEx() 647 return value; in BitReader_ReadEx()
|
| /RvlSDK-3.3/include/revolution/ |
| D | rso.h | 46 u32 value; member 54 u32 value; member
|
| /RvlSDK-3.3/include/revolution/base/ |
| D | PPCArch.h | 699 u32 PPCOrMsr ( u32 value ); 700 u32 PPCAndMsr ( u32 value ); 701 u32 PPCAndCMsr( u32 value );
|
| /RvlSDK-3.3/ |
| D | readme-RVL_HBM_SDK-4_7_3-20100730.txt | 76 ・Fixed a bug where WPADSetSimpleSyncCallback was set to an indeterminate value if HBMDelete was run… 85 …y, after running HBMDelete on the application side, check that the return value of running the WPA…
|
| D | readme-RVL_SDK-3_3-2.txt | 140 …le or in part to develop any products that have the same intended purpose or value as this package.
|
| /RvlSDK-3.3/build/demos/iconbanner/simple/ |
| D | mkbanner.bat | 11 REM version information, and extract the major version value.
|
| /RvlSDK-3.3/build/demos/iconbanner/newmsg/ |
| D | mkbanner.bat | 11 REM version information, and extract the major version value.
|
| /RvlSDK-3.3/build/demos/hio2demo/vc++/dual/ |
| D | dual.rc | 65 // Icon with lowest ID value placed first to ensure application icon 99 // Icon with lowest ID value placed first to ensure application icon
|
| D | double-common.rc | 65 // Icon with lowest ID value placed first to ensure application icon 102 // Icon with lowest ID value placed first to ensure application icon
|
| /RvlSDK-3.3/build/libraries/tc/src/ |
| D | TCTPLToolbox.cpp | 302 static u32 TCWriteTplValue ( FILE* fp, u32 cursor, void* value, u32 numBytes ); 2641 static u32 TCWriteTplValue ( FILE* fp, u32 cursor, void* value, u32 numBytes ) in TCWriteTplValue() argument 2651 *(u8*)buffPtr = *(u8*)value; in TCWriteTplValue() 2654 *(u16*)buffPtr = *(u16*)value; in TCWriteTplValue() 2657 *(u32*)buffPtr = *(u32*)value; in TCWriteTplValue() 2660 *(f64*)buffPtr = *(f64*)value; in TCWriteTplValue()
|
| /RvlSDK-3.3/build/tools/TexConv/sample/ |
| D | sample.tcs | 105 ; all alphas set to maximum value.
|
| /RvlSDK-3.3/build/demos/hio2demo/vc++/multi/ |
| D | multi.rc | 77 // Icon with lowest ID value placed first to ensure application icon
|