Home
last modified time | relevance | path

Searched refs:value (Results 1 – 18 of 18) sorted by relevance

/RvlSDK-3.3/build/libraries/mem/include/
DheapCommoni.h48 #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/
Dlockedcachedemo2.c79 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()
Dlockedcachedemo1.c79 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/
DDBInterface.h82 void __DBSetPresent ( u32 value );
84 BOOL value );
/RvlSDK-3.3/build/demos/jpegdemo/decode_simple/src/
Ddecode_simple.c24 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/
Dseq.c142 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/
DCXStreamingUncompression.c600 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/
Drso.h46 u32 value; member
54 u32 value; member
/RvlSDK-3.3/include/revolution/base/
DPPCArch.h699 u32 PPCOrMsr ( u32 value );
700 u32 PPCAndMsr ( u32 value );
701 u32 PPCAndCMsr( u32 value );
/RvlSDK-3.3/
Dreadme-RVL_HBM_SDK-4_7_3-20100730.txt76 ・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…
Dreadme-RVL_SDK-3_3-2.txt140 …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/
Dmkbanner.bat11 REM version information, and extract the major version value.
/RvlSDK-3.3/build/demos/iconbanner/newmsg/
Dmkbanner.bat11 REM version information, and extract the major version value.
/RvlSDK-3.3/build/demos/hio2demo/vc++/dual/
Ddual.rc65 // Icon with lowest ID value placed first to ensure application icon
99 // Icon with lowest ID value placed first to ensure application icon
Ddouble-common.rc65 // 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/
DTCTPLToolbox.cpp302 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/
Dsample.tcs105 ; all alphas set to maximum value.
/RvlSDK-3.3/build/demos/hio2demo/vc++/multi/
Dmulti.rc77 // Icon with lowest ID value placed first to ensure application icon