Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 52) sorted by relevance

123

/RvlSDK-3.2.2/build/demos/osdemo/src/
Dcrcdemo.c176 #define PrintResultEq( a, b, f ) \ argument
178 #define PrintResultDigestEq( a, b, l, f ) \ argument
190 char *a[] = { in DoTest() local
208 char *a[] = { in DoTest() local
Dstopwatchdemo.c40 Mtx a, b, ab; in main() local
Dcppsetupdemo.cpp148 u32 a; member in Foo
/RvlSDK-3.2.2/build/demos/rsodemo/MakeInc/src/
Dd.c85 int FuncD_1(int a) in FuncD_1()
92 void FuncD_2(int a,int b) in FuncD_2()
/RvlSDK-3.2.2/build/demos/reldemo/include/
Dinline.h32 inline void InlineFunc(int a, int b) in InlineFunc()
/RvlSDK-3.2.2/build/tools/soundfile/src/
Dchunkname.h27 #define chunk_name(a,b,c,d)( \ argument
/RvlSDK-3.2.2/build/libraries/mtx/src/
Dvec.c111 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()
836 const register Vec *a, 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/include/revolution/gd/
DGDVert.h189 #define GDPackedRGBA4(r,g,b,a) \ argument
191 #define GDPackedRGB5A3(r,g,b,a) \ argument
/RvlSDK-3.2.2/include/win32/
Ddolphin.types.h34 #define ASSERT(a) (((a)!=0)?(puts("ASSERT")):0) argument
/RvlSDK-3.2.2/build/demos/videmo/src/
Dmoving.c38 #define FLOOR(x, a) ( (x < a)? a : x ) argument
40 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b)) argument
Dmoving.progressive.c33 #define FLOOR(x, a) ( (x < a)? a : x ) argument
35 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b)) argument
Dmoving.30Hz.c38 #define FLOOR(x, a) ( (x < a)? a : x ) argument
40 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b)) argument
Dmoving.regions.c35 #define FLOOR(x, a) ( (x < a)? a : x ) argument
37 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b)) argument
/RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/
Dpix-a-comp.c210 AlphaMode* a = s->alphamode; in SceneDraw() local
250 AlphaMode* a = s->alphamode; in SceneDrawInfo() local
306 AlphaMode* a; in SceneControl() local
492 void myDrawModel(AlphaMode *a, s32 width, s32 height ) in myDrawModel()
/RvlSDK-3.2.2/build/libraries/tc/src/
DTCCreateS3.cpp115 u16 r, a; in TCConvertToS3() local
DTCPaletteList.cpp100 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
/RvlSDK-3.2.2/build/tools/dls1wt/src/
Ddls.c78 #define reverse_endian_16(a)( \ argument
82 #define reverse_endian_32(a)( \ argument
478 WTART *a = &artTemp; in dls_art_default() local
509 WTART *a = &artTemp; in dls_connection() local
692 WTART *a = &art[artIndex]; in dls_set_art() local
/RvlSDK-3.2.2/build/libraries/os/src/
DOSAlloc.c98 #define OFFSET(n, a) (((u32) (n)) & ((a) - 1)) argument
99 #define TRUNC(n, a) (((u32) (n)) & ~((a) - 1)) argument
100 #define ROUND(n, a) (((u32) (n) + (a) - 1) & ~((a) - 1)) argument
107 #define InRange(targ, a, b) \ argument
/RvlSDK-3.2.2/build/libraries/tc/include/
DS3_intrf.h23 #define max(a,b) (((a) > (b)) ? (a) : (b)) argument
27 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument
/RvlSDK-3.2.2/include/revolution/os/
DOSFastCast.h316 f32 a; in __OSf32tou8() local
336 f32 a; in __OSf32tou16() local
356 f32 a; in __OSf32tos8() local
377 f32 a; in __OSf32tos16() local
/RvlSDK-3.2.2/build/demos/reldemo/src/
Da.cpp123 A a; in MainA() local
/RvlSDK-3.2.2/build/demos/mididemo/src/
Dmidiqueue.c267 static void pushImpl(u8 a) in pushImpl()
281 void push(u8 a) in push()
/RvlSDK-3.2.2/include/revolution/gx/
DGXVert.h414 #define GXPackedRGBA4(r,g,b,a) \ argument
416 #define GXPackedRGB5A3(r,g,b,a) \ argument
/RvlSDK-3.2.2/build/demos/axdemo/src/
Daxsimple.c182 #define GetDSPADPCMDataAddress(a) ((void*)((u32)a + sizeof(DSPADPCM))) argument
183 #define GetDSPADPCMDataSize32B(a) (RoundUp64(((DSPADPCM*)a)->num_adpcm_nibbles) >> 1) argument
/RvlSDK-3.2.2/build/libraries/gd/src/
DGDTev.c135 GXTevColorArg a, in GDSetTevColorCalc()
174 GXTevAlphaArg a, in GDSetTevAlphaCalcAndSwap()

123