| /RvlSDK-3.2.2/build/demos/gddemo/src/ |
| D | gd-matrix-create.c | 42 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) argument 43 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) argument 44 #define OSFree(x) free(x) argument
|
| D | gd-matrix-host.c | 45 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) argument 46 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) argument 47 #define OSFree(x) free(x) argument
|
| D | gd-texture-create.c | 50 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) argument 51 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) argument 52 #define OSFree(x) free(x) argument
|
| D | gd-init-host.c | 46 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) argument 47 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) argument 48 #define OSFree(x) free(x) argument
|
| D | gd-texture-host.c | 46 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) argument 47 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) argument 48 #define OSFree(x) free(x) argument
|
| D | gd-init-create.c | 41 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) argument 42 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) argument 43 #define OSFree(x) free(x) argument
|
| /RvlSDK-3.2.2/build/libraries/cx/include/ |
| D | CXUtil.h | 27 static inline u32 CXiConvertEndian_( u32 x ) in CXiConvertEndian_() 41 static inline u16 CXiConvertEndian16_( u16 x ) in CXiConvertEndian16_()
|
| /RvlSDK-3.2.2/build/demos/osdemo/src/ |
| D | fontdemo1.c | 37 static void DrawCell(int x, int y, int xChar, int yChar) in DrawCell() 98 static s32 DrawChar(int x, int y, u16 code) in DrawChar() 130 static s32 DrawString(int x, int y, char* string) in DrawString() 225 int x; in main() local
|
| /RvlSDK-3.2.2/include/revolution/mtx/ |
| D | GeoTypes.h | 57 f32 x, y, z; member 67 s16 x; member 79 f32 x, y, z, w; member
|
| /RvlSDK-3.2.2/build/demos/videmo/src/ |
| D | bmp.c | 40 #define CLAMP(x,l,h) ((x > h) ? h : ((x < l) ? l : x)) argument 44 #define REV16(x) ((u16)( ( (x) >> 8 ) + ( ((x) & 0xff) << 8 ) )) argument 45 #define REV32(x) ((u32)( ( ((x) & 0xff000000) >> 24) \ argument
|
| D | moving.c | 38 #define FLOOR(x, a) ( (x < a)? a : x ) argument 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 | 33 #define FLOOR(x, a) ( (x < a)? a : x ) argument 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 | 38 #define FLOOR(x, a) ( (x < a)? a : x ) argument 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 | 35 #define FLOOR(x, a) ( (x < a)? a : x ) argument 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/build/demos/gxdemo/src/Tev/ |
| D | tev-multi.c | 46 #define ALI_COL(x) (x * 68 + 48) argument 521 u32 x; in DrawTexMapPanels() local 555 u32 x; in DrawTexCoordPanels() local 588 u32 x; in DrawColorChanPanels() local 621 u32 x; in DrawResultPanels() local 654 s16 x; in DrawCaption() local
|
| /RvlSDK-3.2.2/build/tools/darch/include/ |
| D | darch.h | 91 #define roundUp4B(x) (((unsigned int)(x) + 4 - 1) & \ argument 93 #define roundUp32B(x) (((unsigned int)(x) + 32 - 1) & \ argument 155 #define RoundUp32B(x) (((u32)(x) + 32 - 1) & ~(32 - 1)) argument 156 #define RoundDown32B(x) (((u32)(x)) & ~(32 - 1)) argument 158 #define RoundUp4B(x) (((u32)(x) + 4 - 1) & ~(4 - 1)) argument 159 #define RoundDown4B(x) (((u32)(x)) & ~(4 - 1)) argument 185 #define MIN(x, y) (((x) < (y))? (x) : (y)) argument
|
| /RvlSDK-3.2.2/build/libraries/demo/src/ |
| D | DEMOPuts.c | 336 void DEMOPuts( s16 x, s16 y, s16 z, char* string ) in DEMOPuts() 402 void DEMOPrintf( s16 x, s16 y, s16 z, char* fmt, ... ) in DEMOPrintf() 530 static void DrawFontChar(int x, int y, int z, int xChar, int yChar) in DrawFontChar() 608 int DEMORFPuts(s16 x, s16 y, s16 z, char* string) in DEMORFPuts() 660 int DEMORFPutsEx(s16 x, s16 y, s16 z, char* string, s16 maxWidth, int length) in DEMORFPutsEx() 727 int DEMORFPrintf(s16 x, s16 y, s16 z, char* fmt, ...) in DEMORFPrintf()
|
| /RvlSDK-3.2.2/build/demos/wpaddemo/src/ |
| D | dummy_checker.c | 461 s16 x; in renderStatus() local 685 …s16 x=(s16)(SCREEN_WIDTH -(co_ptr[index].obj[0].x+co_ptr[index].obj[1].x)/2*SCREEN_WIDTH /WPAD_DPD… in renderAimings() local 706 …s16 x=(s16)(SCREEN_WIDTH -(fs_ptr[index].obj[0].x+fs_ptr[index].obj[1].x)/2*SCREEN_WIDTH /WPAD_DPD… in renderAimings() local 727 …s16 x=(s16)(SCREEN_WIDTH -(cl_ptr[index].obj[0].x+cl_ptr[index].obj[1].x)/2*SCREEN_WIDTH /WPAD_DPD… in renderAimings() local
|
| /RvlSDK-3.2.2/build/libraries/wpad/src/ |
| D | WPADClamp.c | 346 int x; in __ClampStickOctagon() local 479 int x; in __ClampStickCircle() local 588 f32 x = (f32)((f32)*px / (f32)unit.x); in __ClampCube() local 648 f32 x = (f32)((f32)*px / (f32)unit.x); in __ClampSphere() local
|
| /RvlSDK-3.2.2/build/tools/soundfile/src/ |
| D | endian.c | 28 u32 reverse_endian_32(u32 x) in reverse_endian_32()
|
| /RvlSDK-3.2.2/build/tools/dspadpcm/src/ |
| D | endian.c | 28 u32 reverse_endian_32(u32 x) in reverse_endian_32()
|
| /RvlSDK-3.2.2/build/tools/sndconv/src/ |
| D | endian.c | 28 u32 reverse_endian_32(u32 x) in reverse_endian_32()
|
| /RvlSDK-3.2.2/build/demos/kpaddemo/src/ |
| D | kfont.c | 227 f32 x ; in draw_kfont_s32() local 266 f32 x, vf ; in draw_kfont_f32() local 322 f32 x = cx ; in draw_kfont_bit() local 348 f32 x = cx ; in draw_kfont_letter() local
|
| /RvlSDK-3.2.2/build/demos/kpadOlddemo/src/ |
| D | kfont.c | 227 f32 x ; in draw_kfont_s32() local 266 f32 x, vf ; in draw_kfont_f32() local 322 f32 x = cx ; in draw_kfont_bit() local 348 f32 x = cx ; in draw_kfont_letter() local
|
| /RvlSDK-3.2.2/build/libraries/gd/src/ |
| D | GDFile.c | 57 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) argument 58 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) argument 59 #define OSFree(x) free(x) argument
|