Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/common/
Ddebug.hpp56 #define OT_ASSERT(cond) \ argument
72 #define OT_ASSERT(cond) assert(cond) argument
76 #define OT_ASSERT(cond) \ argument
91 #define OT_ASSERT(cond) argument
/openthread-3.7.0/third_party/mbedtls/repo/library/
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
Dchacha20.c447 #define ASSERT(cond, args) \ argument
Dchachapoly.c414 #define ASSERT(cond, args) \ argument
Dpoly1305.c446 #define ASSERT(cond, args) \ argument
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()
Daria.c796 #define ARIA_SELF_TEST_ASSERT(cond) \ argument
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
Dbignum.c47 static inline signed short mbedtls_ct_mpi_sign_if(mbedtls_ct_condition_t cond, in mbedtls_ct_mpi_sign_if()