Home
last modified time | relevance | path

Searched defs:massert (Results 1 – 25 of 25) sorted by relevance

/dports/sysutils/moosefs2-cgiserv/moosefs-2.0.91/mfscommon/
H A Dmassert.h31 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"failed assertion '%s' : %s\n",#e,(msg)),sy… macro
/dports/sysutils/moosefs2-metalogger/moosefs-2.0.91/mfscommon/
H A Dmassert.h31 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"failed assertion '%s' : %s\n",#e,(msg)),sy… macro
/dports/sysutils/moosefs2-client/moosefs-2.0.91/mfscommon/
H A Dmassert.h31 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"failed assertion '%s' : %s\n",#e,(msg)),sy… macro
/dports/sysutils/moosefs2-netdump/moosefs-2.0.91/mfscommon/
H A Dmassert.h31 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"failed assertion '%s' : %s\n",#e,(msg)),sy… macro
/dports/sysutils/moosefs2-master/moosefs-2.0.91/mfscommon/
H A Dmassert.h31 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"failed assertion '%s' : %s\n",#e,(msg)),sy… macro
/dports/sysutils/moosefs2-chunkserver/moosefs-2.0.91/mfscommon/
H A Dmassert.h31 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"failed assertion '%s' : %s\n",#e,(msg)),sy… macro
/dports/sysutils/moosefs2-cli/moosefs-2.0.91/mfscommon/
H A Dmassert.h31 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"failed assertion '%s' : %s\n",#e,(msg)),sy… macro
/dports/sysutils/moosefs2-cgi/moosefs-2.0.91/mfscommon/
H A Dmassert.h31 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"failed assertion '%s' : %s\n",#e,(msg)),sy… macro
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfscommon/
H A Dmassert.h37 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"%s:%u - failed assertion '%s' : %s\n",__FI… macro
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfscommon/
H A Dmassert.h37 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"%s:%u - failed assertion '%s' : %s\n",__FI… macro
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfscommon/
H A Dmassert.h37 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"%s:%u - failed assertion '%s' : %s\n",__FI… macro
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfscommon/
H A Dmassert.h37 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"%s:%u - failed assertion '%s' : %s\n",__FI… macro
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfscommon/
H A Dmassert.h37 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"%s:%u - failed assertion '%s' : %s\n",__FI… macro
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfscommon/
H A Dmassert.h37 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"%s:%u - failed assertion '%s' : %s\n",__FI… macro
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfscommon/
H A Dmassert.h37 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"%s:%u - failed assertion '%s' : %s\n",__FI… macro
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfscommon/
H A Dmassert.h37 #define massert(e,msg) ((e) ? (void)0 : (fprintf(stderr,"%s:%u - failed assertion '%s' : %s\n",__FI… macro
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dmassert.h39 #define massert(e, msg) do { if (!(e)) { \ macro
/dports/ftp/R-cran-curl/curl/src/
H A Dutils.c76 void massert(CURLMcode res){ in massert() function
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/ofi/
H A Dofi_win.h194 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_fence(int massert, MPIR_Win * win) in MPIDI_NM_mpi_win_fence()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/src/
H A Dch4r_win.h483 MPL_STATIC_INLINE_PREFIX int MPIDIG_mpi_win_fence(int massert, MPIR_Win * win) in MPIDIG_mpi_win_fence()
H A Dch4_impl.h617 #define MPIDIG_EPOCH_FENCE_EVENT(win, massert) \ argument
653 #define MPIDIG_EPOCH_FENCE_EVENT(win, massert) do {} while (0) argument
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dtmx_alignment.cc24 #define massert(e) if (!(e)) { std::wcerr << #e << " failed" << std::endl; throw "assert"; } macro
H A Dtmx_dictionary.cc25 #define massert(e) if (!(e)) { std::wcerr << #e << " failed" << std::endl; throw "assert"; } macro
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/C5/trees/
H A DRedBlackTreeBag.cs4417 bool massert(bool b, Node n, string m, System.IO.TextWriter o) in massert() method in C5.TreeBag
H A DRedBlackTreeSet.cs4417 bool massert(bool b, Node n, string m, System.IO.TextWriter o) in massert() method in C5.TreeSet