| /RvlSDK-3.1.4/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-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-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-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.1.4/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.1.4/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.1.4/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 | 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
|
| D | moving.progressive.c | 30 #define FLOOR(x, a) ( (x < a)? a : x ) argument 31 #define CEIL(x, b) ( (x > b)? b : x ) argument 32 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b)) argument
|
| D | moving.30Hz.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
|
| D | moving.regions.c | 29 #define FLOOR(x, a) ( (x < a)? a : x ) argument 30 #define CEIL(x, b) ( (x > b)? b : x ) argument 31 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b)) argument
|
| /RvlSDK-3.1.4/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.1.4/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.1.4/build/tools/darch/include/ |
| D | darch.h | 88 #define roundUp4B(x) (((unsigned int)(x) + 4 - 1) & \ argument 90 #define roundUp32B(x) (((unsigned int)(x) + 32 - 1) & \ argument 152 #define RoundUp32B(x) (((u32)(x) + 32 - 1) & ~(32 - 1)) argument 153 #define RoundDown32B(x) (((u32)(x)) & ~(32 - 1)) argument 155 #define RoundUp4B(x) (((u32)(x) + 4 - 1) & ~(4 - 1)) argument 156 #define RoundDown4B(x) (((u32)(x)) & ~(4 - 1)) argument 182 #define MIN(x, y) (((x) < (y))? (x) : (y)) argument
|
| /RvlSDK-3.1.4/build/libraries/demo/src/ |
| D | DEMOPuts.c | 325 void DEMOPuts( s16 x, s16 y, s16 z, char* string ) in DEMOPuts() 391 void DEMOPrintf( s16 x, s16 y, s16 z, char* fmt, ... ) in DEMOPrintf() 516 static void DrawFontChar(int x, int y, int z, int xChar, int yChar) in DrawFontChar() 594 int DEMORFPuts(s16 x, s16 y, s16 z, char* string) in DEMORFPuts() 646 int DEMORFPutsEx(s16 x, s16 y, s16 z, char* string, s16 maxWidth, int length) in DEMORFPutsEx() 713 int DEMORFPrintf(s16 x, s16 y, s16 z, char* fmt, ...) in DEMORFPrintf()
|
| /RvlSDK-3.1.4/build/demos/wpaddemo/src/ |
| D | dummy_checker.c | 463 s16 x; in renderStatus() local 724 …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 745 …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 766 …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.1.4/build/libraries/wpad/src/ |
| D | WPADClamp.c | 343 int x; in __ClampStickOctagon() local 476 int x; in __ClampStickCircle() local 585 f32 x = (f32)((f32)*px / (f32)unit.x); in __ClampCube() local 645 f32 x = (f32)((f32)*px / (f32)unit.x); in __ClampSphere() local
|
| /RvlSDK-3.1.4/build/tools/soundfile/src/ |
| D | endian.c | 28 u32 reverse_endian_32(u32 x) in reverse_endian_32()
|
| /RvlSDK-3.1.4/build/tools/sndconv/src/ |
| D | endian.c | 28 u32 reverse_endian_32(u32 x) in reverse_endian_32()
|
| /RvlSDK-3.1.4/build/tools/dspadpcm/src/ |
| D | endian.c | 28 u32 reverse_endian_32(u32 x) in reverse_endian_32()
|
| /RvlSDK-3.1.4/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.1.4/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.1.4/build/libraries/gd/src/ |
| D | GDFile.c | 51 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) argument 52 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) argument 53 #define OSFree(x) free(x) argument
|