Home
last modified time | relevance | path

Searched refs:mwAssert (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmemwatch.h482 int mwAssert( int, const char*, const char*, int );
551 #define mwASSERT(exp) while(mwAssert((int)(exp),#exp,__FILE__,__LINE__))
637 #define mwAssert(e,es,f,l) macro
H A Dmemwatch.c1113 int mwAssert( int exp, const char *exps, const char *fn, int ln ) { in mwAssert() function
/dports/security/fakebo/fakebo-0.4.2/
H A Dmemwatch.h475 int mwAssert(int, const char *, const char *, int);
548 #define ASSERT(exp) while(mwAssert((int)(exp),#exp,__FILE__,__LINE__))
629 #define mwAssert(e,es,f,l) macro
H A Dmemwatch.c1179 int mwAssert(int exp, const char *exps, const char *fn, int ln) in mwAssert() function
/dports/graphics/flasm/flasm-1.62_1/
H A Dmemwatch.h484 int mwAssert( int, const char*, const char*, int );
553 #define mwASSERT(exp) while(mwAssert((int)(exp),#exp,__FILE__,__LINE__))
639 #define mwAssert(e,es,f,l) macro
H A Dmemwatch.c1228 int mwAssert( int expc, const char *exps, const char *fn, int ln ) { in mwAssert() function