/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | RegisterContextMinidump_ARM64.cpp | 25 #define INV LLDB_INVALID_REGNUM macro 31 {arm64_dwarf::x##i, arm64_dwarf::x##i, INV, INV, reg_x##i}, \ 38 {INV, INV, INV, INV, reg_w##i}, nullptr, nullptr, nullptr, \ 45 INV, reg_x##i}, nullptr, nullptr, nullptr, \ 51 eFormatVectorOfUInt8, {arm64_dwarf::v##i, arm64_dwarf::v##i, INV, INV, \ 58 eFormatVectorOfUInt8, {INV, INV, INV, INV, reg_d##i}, nullptr, \ 65 eFormatVectorOfUInt8, {INV, INV, INV, INV, reg_s##i}, nullptr, \ 72 eFormatVectorOfUInt8, {INV, INV, INV, INV, reg_h##i}, nullptr, \ 316 {arm64_dwarf::x29, arm64_dwarf::x29, LLDB_REGNUM_GENERIC_FP, INV, reg_fp}, 327 {arm64_dwarf::x30, arm64_dwarf::x30, LLDB_REGNUM_GENERIC_RA, INV, reg_lr}, [all …]
|
H A D | RegisterContextMinidump_ARM.cpp | 27 #define INV LLDB_INVALID_REGNUM macro 33 {ehframe_r##i, dwarf_r##i, INV, INV, reg_r##i}, nullptr, nullptr, \ 40 {ehframe_r##i, dwarf_r##i, LLDB_REGNUM_GENERIC_ARG1 + i, INV, \ 48 eFormatVectorOfUInt8, {dwarf_d##i, dwarf_d##i, INV, INV, reg_d##i}, \ 55 {dwarf_s##i, dwarf_s##i, INV, INV, reg_s##i}, nullptr, nullptr, \ 62 eFormatVectorOfUInt8, {dwarf_q##i, dwarf_q##i, INV, INV, reg_q##i}, \ 178 {ehframe_r7, dwarf_r7, LLDB_REGNUM_GENERIC_FP, INV, reg_r7}, 191 {ehframe_r11, dwarf_r11, LLDB_REGNUM_GENERIC_FP, INV, reg_r11}, 218 {ehframe_sp, dwarf_sp, LLDB_REGNUM_GENERIC_SP, INV, reg_sp}, 229 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, INV, reg_lr}, [all …]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_wrap.txt | 75 Cipher = AES-128-WRAP-INV 81 Cipher = AES-128-WRAP-INV 87 Cipher = AES-128-WRAP-INV 93 Cipher = AES-128-WRAP-INV 100 Cipher = AES-192-WRAP-INV 107 Cipher = AES-256-WRAP-INV 114 Cipher = AES-128-WRAP-INV 120 Cipher = AES-192-WRAP-INV 126 Cipher = AES-256-WRAP-INV 132 Cipher = AES-128-WRAP-PAD-INV [all …]
|
/freebsd/contrib/atf/atf-c/ |
H A D | check.c | 70 INV(!atf_is_error(err)); in create_tmpdir() 83 INV(atf_error_is(err, "libc") && in cleanup_tmpdir() 87 INV(!atf_is_error(err)); in cleanup_tmpdir() 93 INV(atf_error_is(err, "libc") && in cleanup_tmpdir() 97 INV(!atf_is_error(err)); in cleanup_tmpdir() 102 INV(!atf_is_error(err)); in cleanup_tmpdir() 204 INV(s); in update_success_from_status() 206 INV(!s); in update_success_from_status() 211 INV(!s); in update_success_from_status() 216 INV(!s); in update_success_from_status() [all …]
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | sanity.h | 35 #define INV(x) \ macro 53 #define INV(x) \ macro 67 #define UNREACHABLE INV(0)
|
H A D | text.c | 104 INV(*end == '\0'); in atf_text_split() 109 INV(iter != NULL); in atf_text_split() 114 INV(ptr >= iter); in atf_text_split() 130 INV(!atf_is_error(err)); in atf_text_split()
|
H A D | tp_main.c | 257 INV(tcs != NULL); /* Should be checked. */ in list_tcs() 263 INV(vars != NULL); /* Should be checked. */ in list_tcs() 411 INV(!atf_is_error(err)); in srcdir_strip_libtool() 531 INV(!atf_is_error(err)); in run_tc() 571 INV(!atf_is_error(err)); in controlled_main()
|
H A D | dynstr.c | 165 INV(ret >= 0); in atf_dynstr_init_ap() 212 INV(ad->m_length <= memlen); in atf_dynstr_init_raw() 279 INV(ad->m_data != NULL); in atf_dynstr_fini() 286 INV(ad->m_data != NULL); in atf_dynstr_fini_disown()
|
H A D | fs.c | 306 INV(!atf_is_error(err)); in replace_contents() 403 INV(atf_equal_dynstr_cstring(&bp->m_data, in atf_fs_path_branch_path() 430 INV(atf_equal_dynstr_cstring(ln, in atf_fs_path_leaf_name() 813 INV(!atf_is_error(err)); in atf_fs_mkdtemp() 843 INV(!atf_is_error(err)); in atf_fs_mkstemp()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_CIPHER-AES.pod | 40 "AES-128-WRAP-INV", "AES-192-WRAP-INV", "AES-256-WRAP-INV", 41 "AES-128-WRAP-PAD-INV", "AES-192-WRAP-PAD-INV" and "AES-256-WRAP-PAD-INV"
|
/freebsd/contrib/kyua/utils/ |
H A D | stacktrace_test.cpp | 325 INV(status.coredump()); in ATF_TEST_CASE_BODY() 340 INV(status.coredump()); in ATF_TEST_CASE_BODY() 372 INV(exit_handle.status()); in ATF_TEST_CASE_BODY() 373 INV(exit_handle.status().get().coredump()); in ATF_TEST_CASE_BODY() 401 INV(exit_handle.status()); in ATF_TEST_CASE_BODY() 402 INV(exit_handle.status().get().coredump()); in ATF_TEST_CASE_BODY() 565 INV(!exit_handle.status()); in ATF_TEST_CASE_BODY() 583 INV(exit_handle.status()); in ATF_TEST_CASE_BODY() 584 INV(exit_handle.status().get().exited()); in ATF_TEST_CASE_BODY() 585 INV(exit_handle.status().get().exitstatus() == EXIT_SUCCESS); in ATF_TEST_CASE_BODY()
|
H A D | passwd.cpp | 131 INV(pw->pw_name == name); in find_user_by_name() 160 INV(pw->pw_uid == uid); in find_user_by_uid()
|
/freebsd/contrib/kyua/utils/text/ |
H A D | operations.cpp | 148 INV(width != std::string::npos); in refill() 149 INV(start + width <= input.length()); in refill() 150 INV(input[start + width] == ' ' || input[start + width] == '\0'); in refill() 157 INV(output.empty()); in refill()
|
/freebsd/contrib/kyua/utils/process/ |
H A D | operations.cpp | 169 INV(ret == -1); in exec_unsafe() 184 INV(original_errno != 0); in exec_unsafe() 232 INV(status.signaled()); in terminate_self_with()
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | process.cpp | 60 INV(pos == c.size()); in collection_to_argv() 186 INV(m_inited); in get_sb() 296 INV(!atf_is_error(err)); in ~child()
|
/freebsd/contrib/atf/atf-sh/ |
H A D | atf-sh.cpp | 139 INV(m_shell == atf::fs::path(atf::env::get("ATF_SHELL", ATF_SHELL))); in specific_options() 175 INV(ret == -1); in main()
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | parser.cpp | 185 INV(getopt_optopt > 0); in find_option_name() 353 INV(id != data.ids.end()); in parse() 361 INV(option->has_default_value()); in parse()
|
H A D | options.cpp | 68 INV(short_name_ != '\0'); in base_option() 162 INV(needs_arg()); in arg_name() 188 INV(has_default_value()); in default_value()
|
/freebsd/contrib/atf/atf-c++/ |
H A D | tests.cpp | 169 INV(iter != wraps.end()); in wrap_head() 178 INV(iter != cwraps.end()); in wrap_body() 187 INV(iter != cwraps.end()); in wrap_cleanup() 475 INV(iter2 != vars.end()); in list_tcs() 624 INV(argc == 1); in safe_main()
|
/freebsd/contrib/kyua/utils/signals/ |
H A D | timer.cpp | 125 INV(timers.find(timer) == timers.end()); in add_to_all_timers() 144 INV(timers.find(timer) != timers.end()); in remove_from_all_timers() 223 INV(next >= now); in reprogram_system_timer()
|
H A D | interrupts.cpp | 169 INV(ret != -1); in mask_signals() 181 INV(ret != -1); in unmask_signals()
|
/freebsd/contrib/kyua/utils/logging/ |
H A D | operations.cpp | 227 INV(globals->backlog.empty()); in log() 246 INV(globals->backlog.empty()); in set_inmemory()
|
/freebsd/contrib/kyua/utils/config/ |
H A D | lua_module.cpp | 217 INV(state.is_table(-2)); in redirect_index() 218 INV(state.is_string(-1)); in redirect_index()
|
/freebsd/contrib/kyua/cli/ |
H A D | cmd_report_html.cpp | 230 INV(!test_cases_vector.empty()); in add_to_summary() 231 INV(!test_cases_file_vector.empty()); in add_to_summary() 398 INV(_end_time); in write_summary()
|
/freebsd/contrib/kyua/engine/ |
H A D | scheduler.cpp | 686 INV(_pimpl->_loaded); in test_cases() 1392 INV(result); in wait_any() 1400 INV(test_case.get_metadata().has_cleanup()); in wait_any() 1417 INV(test_case.get_metadata().has_execenv()); in wait_any() 1480 INV(test_case.get_metadata().has_execenv()); in wait_any() 1527 INV(result); in wait_any() 1580 INV(result_handle->original_pid() == exec_handle); in debug_test()
|