Home
last modified time | relevance | path

Searched refs:test_flags (Results 1 – 16 of 16) sorted by relevance

/external/vboot_reference/tests/
Dvb21_host_fw_preamble_tests.c38 const uint32_t test_flags = 0x11223344; in preamble_tests() local
79 3, test_version, test_flags, in preamble_tests()
87 TEST_EQ(fp->flags, test_flags, " flags"); in preamble_tests()
103 3, test_version, test_flags, in preamble_tests()
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_07_part1.c214 enum test_flags { enum
281 unused uint32_t test_flags);
1121 unused uint32_t test_flags) in test_float_two_args() argument
1155 unused uint32_t test_flags) in mfvs() argument
1178 unused uint32_t test_flags) in mtvs() argument
1199 unused uint32_t test_flags) in mtvs2s() argument
1225 unused uint32_t test_flags) in test_special() argument
1234 (*table[i].test_cb)(name, func, test_flags); in test_special()
1265 uint32_t test_flags) in test_move_special() argument
1267 test_special(special_move_ops, name, func, test_flags); in test_move_special()
[all …]
Djm-insns.c355 enum test_flags { enum
4705 unused uint32_t test_flags) in test_int_three_args() argument
4736 uint32_t test_flags) in test_int_two_args() argument
4781 if ((test_flags & PPC_XER_CA) && xer_orig == 0x00000000) { in test_int_two_args()
4788 uint32_t test_flags) in test_int_one_arg() argument
4811 if ((test_flags & PPC_XER_CA) && xer_orig == 0x00000000) { in test_int_one_arg()
4883 unused uint32_t test_flags) in test_int_one_reg_imm16() argument
4940 unused uint32_t test_flags) in rlwi_cb() argument
4983 unused uint32_t test_flags) in rlwnm_cb() argument
5024 unused uint32_t test_flags) in srawi_cb() argument
[all …]
/external/valgrind/none/tests/ppc64/
Dtest_isa_2_07_part1.c214 enum test_flags { enum
281 unused uint32_t test_flags);
1121 unused uint32_t test_flags) in test_float_two_args() argument
1155 unused uint32_t test_flags) in mfvs() argument
1178 unused uint32_t test_flags) in mtvs() argument
1199 unused uint32_t test_flags) in mtvs2s() argument
1225 unused uint32_t test_flags) in test_special() argument
1234 (*table[i].test_cb)(name, func, test_flags); in test_special()
1265 uint32_t test_flags) in test_move_special() argument
1267 test_special(special_move_ops, name, func, test_flags); in test_move_special()
[all …]
Djm-insns.c355 enum test_flags { enum
4705 unused uint32_t test_flags) in test_int_three_args() argument
4736 uint32_t test_flags) in test_int_two_args() argument
4781 if ((test_flags & PPC_XER_CA) && xer_orig == 0x00000000) { in test_int_two_args()
4788 uint32_t test_flags) in test_int_one_arg() argument
4811 if ((test_flags & PPC_XER_CA) && xer_orig == 0x00000000) { in test_int_one_arg()
4883 unused uint32_t test_flags) in test_int_one_reg_imm16() argument
4940 unused uint32_t test_flags) in rlwi_cb() argument
4983 unused uint32_t test_flags) in rlwnm_cb() argument
5024 unused uint32_t test_flags) in srawi_cb() argument
[all …]
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server.c319 if ((conn->test_flags & in tlsv1_server_decrypt()
714 conn->test_flags = flags; in tlsv1_server_set_test_flags()
800 if (conn->test_flags & TLS_DHE_PRIME_511B) { in tlsv1_server_get_dh_p()
804 } else if (conn->test_flags & TLS_DHE_PRIME_767B) { in tlsv1_server_get_dh_p()
808 } else if (conn->test_flags & TLS_DHE_PRIME_15) { in tlsv1_server_get_dh_p()
812 } else if (conn->test_flags & TLS_DHE_PRIME_58B) { in tlsv1_server_get_dh_p()
816 } else if (conn->test_flags & TLS_DHE_NON_PRIME) { in tlsv1_server_get_dh_p()
Dtlsv1_server_read.c33 if ((conn->test_flags & in testing_cipher_suite_filter()
1076 if ((conn->test_flags & in tls_process_client_finished()
1083 if ((conn->test_flags & TLS_DHE_PRIME_15) && in tls_process_client_finished()
1089 if ((conn->test_flags & TLS_DHE_PRIME_58B) && in tls_process_client_finished()
1095 if ((conn->test_flags & TLS_DHE_PRIME_511B) && in tls_process_client_finished()
1101 if ((conn->test_flags & TLS_DHE_PRIME_767B) && in tls_process_client_finished()
1107 if ((conn->test_flags & TLS_DHE_NON_PRIME) && in tls_process_client_finished()
Dtlsv1_server_i.h66 u32 test_flags; member
Dtlsv1_server_write.c632 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_HASH) { in tls_write_server_key_exchange()
663 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_SIGNATURE) { in tls_write_server_key_exchange()
896 if (conn->test_flags & TLS_BREAK_VERIFY_DATA) { in tls_write_server_finished()
/external/autotest/server/site_tests/platform_GCC/
Dplatform_GCC.py97 test_flags = options.test_flags
101 self.bindir, client_hostname, test_flags))
/external/valgrind/exp-bbv/tests/ppc32-linux/
Dll.S96 test_flags: label
133 bne test_flags
/external/v8/tools/
Drun_perf.py361 self.test_flags = []
388 self.test_flags = parent.test_flags[:] + suite.get("test_flags", [])
457 suffix = ["--"] + self.test_flags if self.test_flags else []
/external/valgrind/exp-bbv/tests/arm-linux/
Dll.S61 test_flags: label
103 bne test_flags @ if not, re-load flags
/external/valgrind/exp-bbv/tests/x86-linux/
Dll.S61 test_flags: label
93 jnz test_flags # re-load flags
/external/valgrind/exp-bbv/tests/amd64-linux/
Dll.S69 test_flags: label
101 jnz test_flags # re-load flags
/external/valgrind/VEX/switchback/
Dtest_ppc_jm1.c86 enum test_flags { enum
683 enum test_flags { enum