| /RvlSDK-3.2.2/include/revolution/gd/ |
| D | GDVert.h | 187 #define GDPackedRGB565(r,g,b) \ argument 189 #define GDPackedRGBA4(r,g,b,a) \ argument 191 #define GDPackedRGB5A3(r,g,b,a) \ argument
|
| /RvlSDK-3.2.2/build/demos/reldemo/include/ |
| D | inline.h | 32 inline void InlineFunc(int a, int b) in InlineFunc()
|
| /RvlSDK-3.2.2/build/tools/soundfile/src/ |
| D | chunkname.h | 27 #define chunk_name(a,b,c,d)( \ argument
|
| /RvlSDK-3.2.2/build/libraries/mtx/src/ |
| D | vec.c | 111 void C_VECAdd ( const Vec *a, const Vec *b, Vec *ab ) in C_VECAdd() 180 void C_VECSubtract ( const Vec *a, const Vec *b, Vec *a_b ) in C_VECSubtract() 542 f32 C_VECDotProduct ( const Vec *a, const Vec *b ) in C_VECDotProduct() 603 void C_VECCrossProduct ( const Vec *a, const Vec *b, Vec *axb ) in C_VECCrossProduct() 708 void C_VECHalfAngle ( const Vec *a, const Vec *b, Vec *half ) in C_VECHalfAngle() 819 f32 C_VECSquareDistance( const Vec *a, const Vec *b ) in C_VECSquareDistance() 837 const register Vec *b in PSVECSquareDistance() 880 f32 C_VECDistance( const Vec *a, const Vec *b ) in C_VECDistance() 889 f32 PSVECDistance( const register Vec *a, const register Vec *b ) in PSVECDistance()
|
| /RvlSDK-3.2.2/build/libraries/tc/src/ |
| D | TCLayer.cpp | 185 void TCSetLayerValue ( TCLayer* ly, u32 x, u32 y, u16 ria, u8 g, u8 b ) in TCSetLayerValue() 298 u8 g, b; in TCMakeImColorLayer() local 361 u8 r, g, b; in TCConvertCI_To_RGB() local
|
| D | TCCreateS3.cpp | 116 u8 g, b; in TCConvertToS3() local
|
| D | TCPaletteList.cpp | 100 void TCSetPalTableValue ( TCPalTable* ptPtr, u32 index, u8 r, u8 g, u8 b, u8 a ) in TCSetPalTableValue() 140 u8 r, g, b, a; in TCSetPalettes() local
|
| D | TCTPLToolbox.cpp | 1129 u8 r, g, b; in TCWritePaletteBlock_R5G6B5() local 1179 u8 r, g, b, a; in TCWritePaletteBlock_RGB5A3() local 1417 u8 g, b; in TCPackTile_I4() local 1518 u8 g, b; in TCPackTile_I8() local 1604 u8 g, b; in TCPackTile_IA4() local 1703 u8 g, b; in TCPackTile_IA8() local 1802 u8 g, b; in TCPackTile_R5G6B5() local 1881 u8 g, b; in TCPackTile_RGB5A3() local 1994 u8 g, b; in TCPackTile_RGBA8() local
|
| /RvlSDK-3.2.2/build/demos/osdemo/src/ |
| D | stopwatchdemo.c | 40 Mtx a, b, ab; in main() local
|
| D | crcdemo.c | 176 #define PrintResultEq( a, b, f ) \ argument 178 #define PrintResultDigestEq( a, b, l, f ) \ argument
|
| D | cppsetupdemo.cpp | 149 u32 b; member in Foo
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/ |
| D | pix-blend.c | 176 Blend* b = s->blend; in SceneDraw() local 220 Blend* b = s->blend; in SceneDrawInfo() local 264 Blend* b; in SceneControl() local
|
| D | pix-logic.c | 195 Blend* b = s->blend; in SceneDraw() local 242 Blend* b = s->blend; in SceneDrawInfo() local 281 Blend* b; in SceneControl() local
|
| /RvlSDK-3.2.2/build/demos/videmo/src/ |
| D | bmp.c | 41 #define TENT(a, b, c) (0.25 * (a) + 0.5 * (b) + 0.25 * (c)) argument 94 u8 r, g, b; in bmpToYCbCr() local
|
| D | moving.c | 39 #define CEIL(x, b) ( (x > b)? b : x ) argument 40 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b)) argument
|
| D | moving.progressive.c | 34 #define CEIL(x, b) ( (x > b)? b : x ) argument 35 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b)) argument
|
| D | moving.30Hz.c | 39 #define CEIL(x, b) ( (x > b)? b : x ) argument 40 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b)) argument
|
| D | moving.regions.c | 36 #define CEIL(x, b) ( (x > b)? b : x ) argument 37 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b)) argument
|
| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXVert.h | 412 #define GXPackedRGB565(r,g,b) \ argument 414 #define GXPackedRGBA4(r,g,b,a) \ argument 416 #define GXPackedRGB5A3(r,g,b,a) \ argument
|
| D | GXStruct.h | 135 b, member 142 s16 r, g, b, a; // s10-bit components for Tev constant color member
|
| /RvlSDK-3.2.2/build/demos/reldemo/src/ |
| D | b.cpp | 108 B b; in MainB() local
|
| /RvlSDK-3.2.2/build/demos/rsodemo/MakeInc/src/ |
| D | d.c | 92 void FuncD_2(int a,int b) in FuncD_2()
|
| /RvlSDK-3.2.2/build/libraries/tc/include/ |
| D | S3_intrf.h | 23 #define max(a,b) (((a) > (b)) ? (a) : (b)) argument 27 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument
|
| /RvlSDK-3.2.2/build/libraries/gd/src/ |
| D | GDTev.c | 136 GXTevColorArg b, in GDSetTevColorCalc() 175 GXTevAlphaArg b, in GDSetTevAlphaCalcAndSwap()
|
| /RvlSDK-3.2.2/build/demos/kbddemo/src/ |
| D | kbdUTF8.c | 368 u8 b; in outputUTF8() local
|