Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 13 of 13) sorted by relevance

/lib/mbedtls/external/mbedtls/library/
A Dmps_common.h88 #define MBEDTLS_MPS_STATE_VALIDATE_RAW(cond, string) \ argument
100 #define MBEDTLS_MPS_STATE_VALIDATE_RAW(cond, string) \ argument
110 #define MBEDTLS_MPS_ASSERT_RAW(cond, string) \ argument
122 #define MBEDTLS_MPS_ASSERT_RAW(cond, string) do {} while (0) argument
A Dchacha20.c447 #define ASSERT(cond, args) \ argument
A Dchachapoly.c414 #define ASSERT(cond, args) \ argument
A Dpoly1305.c446 #define ASSERT(cond, args) \ argument
A Dbignum_core.c136 mbedtls_ct_condition_t ret = MBEDTLS_CT_FALSE, cond = MBEDTLS_CT_FALSE, done = MBEDTLS_CT_FALSE; in mbedtls_mpi_core_lt_ct() local
426 unsigned cond) in mbedtls_mpi_core_add_if()
A Daria.c796 #define ARIA_SELF_TEST_ASSERT(cond) \ argument
A Decp.c1199 #define MPI_ECP_COND_NEG(X, cond) \ argument
1213 #define MPI_ECP_COND_ASSIGN(X, Y, cond) \ argument
1216 #define MPI_ECP_COND_SWAP(X, Y, cond) \ argument
A Dbignum.c47 static inline signed short mbedtls_ct_mpi_sign_if(mbedtls_ct_condition_t cond, in mbedtls_ct_mpi_sign_if()
/lib/zlib/
A Dzutil.h102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
109 # define Assert(cond,msg) argument
/lib/zstd/common/
A Derror_private.h95 #define RETURN_ERROR_IF(cond, err, ...) \ argument
/lib/bzip2/
A Dbzlib_private.h99 #define AssertH(cond,errcode) \ argument
102 #define AssertD(cond,msg) \ argument
109 #define AssertD(cond,msg) /* */ argument
125 #define AssertH(cond,errcode) \ argument
127 #define AssertD(cond,msg) /* */ argument
/lib/lwip/lwip/contrib/ports/unix/port/
A Dsys_arch.c133 pthread_cond_t cond; member
495 cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex, u32_t timeout) in cond_wait()
/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_msg.c765 #define PARSE_ASSERT(cond, retValue) \ argument

Completed in 50 milliseconds