Searched refs:exp (Results 1 – 10 of 10) sorted by relevance
| /RvlSDK-3.2.2/include/revolution/ |
| D | os.h | 638 #define ASSERT(exp) \ argument 639 (void) ((exp) || \ 640 (OSPanic(__FILE__, __LINE__, "Failed assertion " #exp), 0)) 645 #define ASSERTMSG(exp, ...) \ argument 646 (void) ((exp) || \ 649 #define ASSERTMSG(exp, msg) \ argument 650 (void) ((exp) || \ 656 #define ASSERTMSG1(exp, msg, param1) \ argument 657 (void) ((exp) || \ 663 #define ASSERTMSG2(exp, msg, param1, param2) \ argument [all …]
|
| D | rso.h | 132 const RSOExportTable* RSOGetExport ( const RSOSymbolHeader* exp ); 153 int RSOGetNumExportSymbols ( const RSOSymbolHeader* exp ); 156 const char* RSOGetExportSymbolName ( const RSOSymbolHeader* exp, int index );
|
| D | wpad.h | 584 DPDObjEx exp[WPAD_DPD_MAX_OBJECTS]; member
|
| /RvlSDK-3.2.2/build/demos/memdemo/ |
| D | makefile | 54 CSRCS = exp-1.c \ 64 BINNAMES = exp-1 \ 89 $(FULLBIN_ROOT)/exp-1$(BINSUFFIX): exp-1.o \
|
| /RvlSDK-3.2.2/build/libraries/tc/src/ |
| D | TCCommon.cpp | 117 void TCAssertMsg( int exp, char* msg, ... ) in TCAssertMsg() argument 123 if( !exp ) in TCAssertMsg()
|
| /RvlSDK-3.2.2/include/charPipeline/tc/ |
| D | TCCommon.h | 50 void TCAssertMsg( int exp, char* msg, ... );
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/ |
| D | pix-z-comp.c | 232 u32 exp:8; in SceneDrawInfo() member 255 log2 = (s8)(zfactor.field.exp - 127); in SceneDrawInfo()
|
| /RvlSDK-3.2.2/build/libraries/os/src/ |
| D | OSAlloc.c | 893 #define CHECK(exp) \ argument 896 if (!(exp)) \ 898 OSReport("OSCheckHeap: Failed " #exp " in %d", __LINE__); \
|
| /RvlSDK-3.2.2/build/libraries/mem/src/ |
| D | mem_expHeap.c | 64 #define HEAP_WARNING(exp, ...) \ argument 65 (void) ((exp) && (OSReport(__VA_ARGS__), 0))
|
| /RvlSDK-3.2.2/ |
| D | index.allpl | 312 build/demos/memdemo/src/exp-1.c fdb4a04ce758b3f4274401a193c88bfe0685d8394887b64e05a284409cab7dc1896…
|