Home
last modified time | relevance | path

Searched refs:num_checks (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
H A Dav_tx.c61 int num_checks = 0; \
77 num_checks++; \
94 if (num_checks == 1) \
96 else if (num_checks) \
/third_party/libunwind/libunwind/tests/
H A DGia64-test-nat.c92 static int num_checks; variable
563 for (i = 0; i < num_checks; ++i) in start_checks()
565 vals = (*checks[num_checks - 1 - i]) (&c, vals); in start_checks()
579 num_checks = MAX_CHECKS; in run_check()
581 num_checks = (random () % MAX_CHECKS) + 1; in run_check()
583 for (i = 0; i < num_checks * MAX_VALUES_PER_FUNC; ++i) in run_check()
586 for (i = 0; i < num_checks; ++i) in run_check()
597 funcs[num_checks] = start_checks; in run_check()
/third_party/mbedtls/library/
H A Dssl_msg.c1954 size_t const num_checks = rec->data_len <= 256 ? rec->data_len : 256; in mbedtls_ssl_decrypt_buf() local
1955 size_t const start_idx = rec->data_len - num_checks; in mbedtls_ssl_decrypt_buf()

Completed in 8 milliseconds