Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/
Dos.h637 #define ASSERT(exp) \ argument
638 (void) ((exp) || \
639 (OSPanic(__FILE__, __LINE__, "Failed assertion " #exp), 0))
644 #define ASSERTMSG(exp, ...) \ argument
645 (void) ((exp) || \
648 #define ASSERTMSG(exp, msg) \ argument
649 (void) ((exp) || \
655 #define ASSERTMSG1(exp, msg, param1) \ argument
656 (void) ((exp) || \
662 #define ASSERTMSG2(exp, msg, param1, param2) \ argument
[all …]
Dwpad.h474 DPDObjEx exp[WPAD_DPD_MAX_OBJECTS]; member
/RvlSDK-2.1/build/demos/memdemo/
Dmakefile54 CSRCS = exp-1.c \
64 BINNAMES = exp-1 \
89 $(FULLBIN_ROOT)/exp-1$(BINSUFFIX): exp-1.o \
/RvlSDK-2.1/build/libraries/tc/src/
DTCCommon.cpp111 void TCAssertMsg( int exp, char* msg, ... ) in TCAssertMsg() argument
117 if( !exp ) in TCAssertMsg()
/RvlSDK-2.1/include/charPipeline/tc/
DTCCommon.h50 void TCAssertMsg( int exp, char* msg, ... );
/RvlSDK-2.1/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-2.1/build/libraries/os/src/
DOSAlloc.c893 #define CHECK(exp) \ argument
896 if (!(exp)) \
898 OSReport("OSCheckHeap: Failed " #exp " in %d", __LINE__); \
/RvlSDK-2.1/build/libraries/mem/src/
Dmem_expHeap.c64 #define HEAP_WARNING(exp, ...) \ argument
65 (void) ((exp) && (OSReport(__VA_ARGS__), 0))