Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 10 of 10) sorted by relevance

/RvlSDK-3.2.2/include/revolution/
Dos.h638 #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 …]
Drso.h132 const RSOExportTable* RSOGetExport ( const RSOSymbolHeader* exp );
153 int RSOGetNumExportSymbols ( const RSOSymbolHeader* exp );
156 const char* RSOGetExportSymbolName ( const RSOSymbolHeader* exp, int index );
Dwpad.h584 DPDObjEx exp[WPAD_DPD_MAX_OBJECTS]; member
/RvlSDK-3.2.2/build/demos/memdemo/
Dmakefile54 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/
DTCCommon.cpp117 void TCAssertMsg( int exp, char* msg, ... ) in TCAssertMsg() argument
123 if( !exp ) in TCAssertMsg()
/RvlSDK-3.2.2/include/charPipeline/tc/
DTCCommon.h50 void TCAssertMsg( int exp, char* msg, ... );
/RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/
Dpix-z-comp.c232 u32 exp:8; in SceneDrawInfo() member
255 log2 = (s8)(zfactor.field.exp - 127); in SceneDrawInfo()
/RvlSDK-3.2.2/build/libraries/os/src/
DOSAlloc.c893 #define CHECK(exp) \ argument
896 if (!(exp)) \
898 OSReport("OSCheckHeap: Failed " #exp " in %d", __LINE__); \
/RvlSDK-3.2.2/build/libraries/mem/src/
Dmem_expHeap.c64 #define HEAP_WARNING(exp, ...) \ argument
65 (void) ((exp) && (OSReport(__VA_ARGS__), 0))
/RvlSDK-3.2.2/
Dindex.allpl312 build/demos/memdemo/src/exp-1.c fdb4a04ce758b3f4274401a193c88bfe0685d8394887b64e05a284409cab7dc1896…