Searched refs:value (Results 1 – 12 of 12) sorted by relevance
| /RvlSDK-3.1.4/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.1.4/include/revolution/db/ |
| D | DBInterface.h | 82 void __DBSetPresent ( u32 value ); 84 BOOL value );
|
| /RvlSDK-3.1.4/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.1.4/include/revolution/ |
| D | rso.h | 176 u32 value; member 184 u32 value; member
|
| /RvlSDK-3.1.4/build/libraries/seq/src/ |
| D | seq.c | 145 u32 value; in __SEQGetIntTrack() local 149 value = (u32)(*track->current & 0x7f); in __SEQGetIntTrack() 154 value = (value << 7) + (*track->current & 0x7f); in __SEQGetIntTrack() 159 return value; in __SEQGetIntTrack()
|
| /RvlSDK-3.1.4/include/revolution/base/ |
| D | PPCArch.h | 699 u32 PPCOrMsr ( u32 value ); 700 u32 PPCAndMsr ( u32 value ); 701 u32 PPCAndCMsr( u32 value );
|
| /RvlSDK-3.1.4/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.1.4/build/libraries/tc/src/ |
| D | TCTPLToolbox.cpp | 297 static u32 TCWriteTplValue ( FILE* fp, u32 cursor, void* value, u32 numBytes ); 2636 static u32 TCWriteTplValue ( FILE* fp, u32 cursor, void* value, u32 numBytes ) in TCWriteTplValue() argument 2646 *(u8*)buffPtr = *(u8*)value; in TCWriteTplValue() 2649 *(u16*)buffPtr = *(u16*)value; in TCWriteTplValue() 2652 *(u32*)buffPtr = *(u32*)value; in TCWriteTplValue() 2655 *(f64*)buffPtr = *(f64*)value; in TCWriteTplValue()
|
| /RvlSDK-3.1.4/build/tools/TexConv/sample/ |
| D | sample.tcs | 105 ; all alphas set to maximum value.
|
| /RvlSDK-3.1.4/build/demos/hio2demo/vc++/multi/ |
| D | multi.rc | 77 // Icon with lowest ID value placed first to ensure application icon
|