Home
last modified time | relevance | path

Searched refs:reg_result (Results 1 – 2 of 2) sorted by relevance

/third_party/elfutils/tests/
Ddwarfcfi.c122 int reg_result = dwarf_frame_register (frame, r, ops_mem, &ops, &nops); in handle_address() local
123 print_detail (reg_result, ops, nops); in handle_address()
124 result |= reg_result; in handle_address()
/third_party/vulkan-loader/loader/
Dloader_windows.c745 …VkResult reg_result = windows_get_registry_files(inst, registry_location, use_secondary_hive, &sea… in windows_read_data_files_in_registry() local
746 if (reg_result == VK_ERROR_OUT_OF_HOST_MEMORY) { in windows_read_data_files_in_registry()
751 if ((VK_SUCCESS != reg_result && VK_SUCCESS != regHKR_result) || NULL == search_path) { in windows_read_data_files_in_registry()