Searched refs:assertion (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dutil.h30 #define gfs2_assert(sdp, assertion) \
32 if (unlikely(!(assertion))) { \
39 int gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion,
42 #define gfs2_assert_withdraw(sdp, assertion) \
43 ((likely(assertion)) ? 0 : gfs2_assert_withdraw_i((sdp), #assertion, \
47 int gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion,
50 #define gfs2_assert_warn(sdp, assertion) \
51 ((likely(assertion)) ? 0 : gfs2_assert_warn_i((sdp), #assertion, \
[all...]
H A Dutil.c31 printk(KERN_EMERG "GFS2: fsid=%s: fatal assertion failed\n",
70 * gfs2_assert_withdraw_i - Cause the machine to withdraw if @assertion is false
75 int gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, argument
80 "GFS2: fsid=%s: fatal: assertion \"%s\" failed\n"
82 sdp->sd_fsname, assertion,
89 * gfs2_assert_warn_i - Print a message to the console if @assertion is false
94 int gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, argument
104 "GFS2: fsid=%s: warning: assertion \"%s\" failed\n"
106 sdp->sd_fsname, assertion,
115 panic("GFS2: fsid=%s: warning: assertion \"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcryptlib.c750 void OpenSSLDie(const char *file,int line,const char *assertion) argument
753 "%s(%d): OpenSSL internal error, assertion failed: %s\n",
754 file,line,assertion);
H A Dcrypto.h519 void OpenSSLDie(const char *file,int line,const char *assertion);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmisc.h47 // ************** compile-time assertion ***************
55 #define CRYPTOPP_COMPILE_ASSERT(assertion) CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, __LINE__)
57 #define CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, instance)
59 #define CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, instance) static CompileAssert<(assertion)> CRYPTOPP_ASSERT_JOIN(cryptopp_assert_, instance)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpathlist.tex95 otherwise an assertion will fail.
H A Darray.tex23 automatically expand the array but provokes an assertion failure instead in
57 runtime assertion failure, however declaring a wxArray of floats will not (on
H A Dtdocview.tex276 (otherwise an assertion failure is raised in debug builds).
H A Dcategory.tex406 \twocolitem{\helpref{Debugging macros}{debugmacros}}{Debug macros for assertion and checking}
H A Dfunction.tex4496 is false in an assertion). It is only defined in the debug mode, in release
4527 \helpref{compile time assertion failure}{wxcompiletimeassert} if the size
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dcryptlib.c996 void OpenSSLDie(const char *file, int line, const char *assertion) argument
999 ("%s(%d): OpenSSL internal error, assertion failed: %s\n", file, line,
1000 assertion);
H A Dcrypto.h590 void OpenSSLDie(const char *file, int line, const char *assertion);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dcryptlib.c996 void OpenSSLDie(const char *file, int line, const char *assertion) argument
999 ("%s(%d): OpenSSL internal error, assertion failed: %s\n", file, line,
1000 assertion);
H A Dcrypto.h590 void OpenSSLDie(const char *file, int line, const char *assertion);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dcrypto.h519 void OpenSSLDie(const char *file,int line,const char *assertion);
/netgear-R7000-V1.0.7.12_1.2.5/src/makefiles/
H A DWLAN_Common.mk108 # Make-time assertion.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/spi/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure358 --assert-level=level 0(default), 1 or 2, amount of assertion testing,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A Dconfigure1600 --enable-asserts include assertion checks
17505 # to do this on any assertion failure,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/
H A Dconfigure23550 assertion failure inside libc), but not on OpenBSD 4.0. */
[all...]

Completed in 487 milliseconds