Home
last modified time | relevance | path

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

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmemwatch.h483 int mwVerify( int, const char*, const char*, int );
557 #define mwVERIFY(exp) while(mwVerify((int)(exp),#exp,__FILE__,__LINE__))
638 #define mwVerify(e,es,f,l) (e) macro
H A Dmemwatch.c1165 int mwVerify( int exp, const char *exps, const char *fn, int ln ) { in mwVerify() function
/dports/security/fakebo/fakebo-0.4.2/
H A Dmemwatch.h476 int mwVerify(int, const char *, const char *, int);
555 #define VERIFY(exp) while(mwVerify((int)(exp),#exp,__FILE__,__LINE__))
630 #define mwVerify(e,es,f,l) (e) macro
H A Dmemwatch.c1231 int mwVerify(int exp, const char *exps, const char *fn, int ln) in mwVerify() function
/dports/graphics/flasm/flasm-1.62_1/
H A Dmemwatch.h485 int mwVerify( int, const char*, const char*, int );
559 #define mwVERIFY(exp) while(mwVerify((int)(exp),#exp,__FILE__,__LINE__))
640 #define mwVerify(e,es,f,l) (e) macro
H A Dmemwatch.c1287 int mwVerify( int expc, const char *exps, const char *fn, int ln ) { in mwVerify() function