Home
last modified time | relevance | path

Searched refs:TEST_uint64_t_ne (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dquic_cc_test.c433 if (!TEST_uint64_t_ne(diag_cur_bytes_in_flight, UINT64_MAX) in test_simulate()
434 || !TEST_uint64_t_ne(diag_cur_cwnd_size, UINT64_MAX)) in test_simulate()
595 if (!TEST_uint64_t_ne(ccm->get_tx_allowance(cc), allowance2)) in test_sanity()
H A Dquic_multistream_test.c1338 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX)) in run_script_worker()
1358 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX)) in run_script_worker()
1414 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX)) in run_script_worker()
1467 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX)) in run_script_worker()
1756 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX)) in run_script_worker()
1786 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX)) in run_script_worker()
1839 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX)) in run_script_worker()
H A Dquicapitest.c2410 || !TEST_uint64_t_ne(domain_flags, 0) in test_domain_flags()
2411 || !TEST_uint64_t_ne(domain_flags & (SSL_DOMAIN_FLAG_SINGLE_THREAD in test_domain_flags()
2413 || !TEST_uint64_t_ne(domain_flags & SSL_DOMAIN_FLAG_LEGACY_BLOCKING, 0) in test_domain_flags()
H A Dtestutil.h482 # define TEST_uint64_t_ne(a, b) test_uint64_t_ne(__FILE__, __LINE__, #a, #b, a, b) macro