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

/barrelfish-master/include/lwip/lwip/
H A Ddebug.h64 #define LWIP_ASSERT(message, assertion) do { if(!(assertion)) \
67 #define LWIP_ASSERT(message, assertion)
/barrelfish-master/include/lwip2/lwip/
H A Ddebug.h116 #define LWIP_ASSERT(message, assertion) do { if (!(assertion)) { \
122 #define LWIP_ASSERT(message, assertion)
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsdynamic.tex54 only declares the procedure as dynamic and then makes the assertion.
188 assertion and retraction, the procedure should therefore first be declared
207 \item If \about{Proc} has not been previously defined, the assertion
210 the assertion.
213 the assertion adds \about{ProcClause}
217 assertion raises an exception.
/barrelfish-master/doc/016-serial-ports/
H A DSerial.tex111 and doing so will cause an assertion failure.
124 assertion failure. It may also cause an assertion failure to call
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dcryptlib.c885 void OpenSSLDie(const char *file,int line,const char *assertion) argument
888 "%s(%d): OpenSSL internal error, assertion failed: %s\n",
889 file,line,assertion);
H A Dcrypto.h543 void OpenSSLDie(const char *file,int line,const char *assertion);
/barrelfish-master/include/openssl/
H A Dcrypto.h543 void OpenSSLDie(const char *file,int line,const char *assertion);
/barrelfish-master/lib/pcre/
H A Dpcre_compile.c485 "lookbehind assertion is not fixed length\0"
488 "assertion expected after (?( or (?(?C)\0"
498 "\\C not allowed in lookbehind assertion\0"
1661 forward and all backward assertions, and also the \b assertion; for others it
1718 This function is called when a backward assertion is encountered, so that if it
1720 However, we cannot do this when the assertion contains subroutine calls,
6027 use of repetition is in cases when the assertion is optional. Therefore,
6620 ASSERT_ACCEPT if in an assertion. */
6754 /* A condition can be an assertion, a number (referring to a numbered
6767 specified before a condition that is an assertion
[all...]

Completed in 65 milliseconds