Home
last modified time | relevance | path

Searched refs:temp_map (Results 1 – 25 of 93) sorted by relevance

1234

/dports/net/corosync2/corosync-2.4.5/exec/
H A Dcfg.c571 if (icmap_delete_r(temp_map, key_name) == CS_OK) { in delete_and_notify_if_changed()
583 static void remove_ro_entries(icmap_map_t temp_map) in remove_ro_entries() argument
621 new_iter = icmap_iter_init_r(temp_map, prefix); in remove_deleted_entries()
672 icmap_map_t temp_map; in message_handler_req_exec_cfg_reload_config() local
683 if ((res = icmap_init_r(&temp_map)) != CS_OK) { in message_handler_req_exec_cfg_reload_config()
702 remove_deleted_entries(temp_map, "logging."); in message_handler_req_exec_cfg_reload_config()
703 remove_deleted_entries(temp_map, "totem."); in message_handler_req_exec_cfg_reload_config()
704 remove_deleted_entries(temp_map, "nodelist."); in message_handler_req_exec_cfg_reload_config()
705 remove_deleted_entries(temp_map, "quorum."); in message_handler_req_exec_cfg_reload_config()
709 remove_ro_entries(temp_map); in message_handler_req_exec_cfg_reload_config()
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/windows/
H A Domap.cc631 Mapping temp_map; in MapAddressRange() local
636 temp_map.push_back(mr); in MapAddressRange()
641 if (temp_map.empty()) in MapAddressRange()
645 std::sort(temp_map.begin(), temp_map.end(), MappedRangeMappedLess); in MapAddressRange()
651 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
667 DWORD rva_begin = temp_map[0].rva_transformed; in MapAddressRange()
668 DWORD rva_cur_content = rva_begin + temp_map[0].length; in MapAddressRange()
670 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
671 if (rva_cur_injected < temp_map[i].rva_transformed) { in MapAddressRange()
678 rva_begin = temp_map[i].rva_transformed; in MapAddressRange()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Domap.cc631 Mapping temp_map; in MapAddressRange() local
636 temp_map.push_back(mr); in MapAddressRange()
641 if (temp_map.empty()) in MapAddressRange()
645 std::sort(temp_map.begin(), temp_map.end(), MappedRangeMappedLess); in MapAddressRange()
651 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
667 DWORD rva_begin = temp_map[0].rva_transformed; in MapAddressRange()
668 DWORD rva_cur_content = rva_begin + temp_map[0].length; in MapAddressRange()
670 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
671 if (rva_cur_injected < temp_map[i].rva_transformed) { in MapAddressRange()
678 rva_begin = temp_map[i].rva_transformed; in MapAddressRange()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Domap.cc631 Mapping temp_map; in MapAddressRange() local
636 temp_map.push_back(mr); in MapAddressRange()
641 if (temp_map.empty()) in MapAddressRange()
645 std::sort(temp_map.begin(), temp_map.end(), MappedRangeMappedLess); in MapAddressRange()
651 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
667 DWORD rva_begin = temp_map[0].rva_transformed; in MapAddressRange()
668 DWORD rva_cur_content = rva_begin + temp_map[0].length; in MapAddressRange()
670 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
671 if (rva_cur_injected < temp_map[i].rva_transformed) { in MapAddressRange()
678 rva_begin = temp_map[i].rva_transformed; in MapAddressRange()
[all …]
/dports/www/otter-browser/otter-browser-1.0.03/3rdparty/breakpad/src/common/windows/
H A Domap.cc631 Mapping temp_map; in MapAddressRange() local
636 temp_map.push_back(mr); in MapAddressRange()
641 if (temp_map.empty()) in MapAddressRange()
645 std::sort(temp_map.begin(), temp_map.end(), MappedRangeMappedLess); in MapAddressRange()
651 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
667 DWORD rva_begin = temp_map[0].rva_transformed; in MapAddressRange()
668 DWORD rva_cur_content = rva_begin + temp_map[0].length; in MapAddressRange()
670 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
671 if (rva_cur_injected < temp_map[i].rva_transformed) { in MapAddressRange()
678 rva_begin = temp_map[i].rva_transformed; in MapAddressRange()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/keyboard/
H A Damikbd.c135 unsigned short temp_map[NR_KEYS]; in amikbd_init_console_keymaps() local
141 memset(temp_map, 0, sizeof(temp_map)); in amikbd_init_console_keymaps()
145 temp_map[j] = key_maps[i][amikbd_keycode[j]]; in amikbd_init_console_keymaps()
148 if (!temp_map[j]) in amikbd_init_console_keymaps()
149 temp_map[j] = 0xf200; in amikbd_init_console_keymaps()
151 memcpy(key_maps[i], temp_map, sizeof(temp_map)); in amikbd_init_console_keymaps()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/keyboard/
H A Damikbd.c135 unsigned short temp_map[NR_KEYS]; in amikbd_init_console_keymaps() local
141 memset(temp_map, 0, sizeof(temp_map)); in amikbd_init_console_keymaps()
145 temp_map[j] = key_maps[i][amikbd_keycode[j]]; in amikbd_init_console_keymaps()
148 if (!temp_map[j]) in amikbd_init_console_keymaps()
149 temp_map[j] = 0xf200; in amikbd_init_console_keymaps()
151 memcpy(key_maps[i], temp_map, sizeof(temp_map)); in amikbd_init_console_keymaps()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/keyboard/
H A Damikbd.c135 unsigned short temp_map[NR_KEYS]; in amikbd_init_console_keymaps() local
141 memset(temp_map, 0, sizeof(temp_map)); in amikbd_init_console_keymaps()
145 temp_map[j] = key_maps[i][amikbd_keycode[j]]; in amikbd_init_console_keymaps()
148 if (!temp_map[j]) in amikbd_init_console_keymaps()
149 temp_map[j] = 0xf200; in amikbd_init_console_keymaps()
151 memcpy(key_maps[i], temp_map, sizeof(temp_map)); in amikbd_init_console_keymaps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/windows/
H A Domap.cc653 Mapping temp_map; in MapAddressRange() local
658 temp_map.push_back(mr); in MapAddressRange()
663 if (temp_map.empty()) in MapAddressRange()
667 std::sort(temp_map.begin(), temp_map.end(), MappedRangeMappedLess); in MapAddressRange()
673 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
689 DWORD rva_begin = temp_map[0].rva_transformed; in MapAddressRange()
690 DWORD rva_cur_content = rva_begin + temp_map[0].length; in MapAddressRange()
692 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
693 if (rva_cur_injected < temp_map[i].rva_transformed) { in MapAddressRange()
700 rva_begin = temp_map[i].rva_transformed; in MapAddressRange()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Domap.cc653 Mapping temp_map; in MapAddressRange() local
658 temp_map.push_back(mr); in MapAddressRange()
663 if (temp_map.empty()) in MapAddressRange()
667 std::sort(temp_map.begin(), temp_map.end(), MappedRangeMappedLess); in MapAddressRange()
673 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
689 DWORD rva_begin = temp_map[0].rva_transformed; in MapAddressRange()
690 DWORD rva_cur_content = rva_begin + temp_map[0].length; in MapAddressRange()
692 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
693 if (rva_cur_injected < temp_map[i].rva_transformed) { in MapAddressRange()
700 rva_begin = temp_map[i].rva_transformed; in MapAddressRange()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/windows/
H A Domap.cc653 Mapping temp_map; in MapAddressRange() local
658 temp_map.push_back(mr); in MapAddressRange()
663 if (temp_map.empty()) in MapAddressRange()
667 std::sort(temp_map.begin(), temp_map.end(), MappedRangeMappedLess); in MapAddressRange()
673 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
689 DWORD rva_begin = temp_map[0].rva_transformed; in MapAddressRange()
690 DWORD rva_cur_content = rva_begin + temp_map[0].length; in MapAddressRange()
692 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
693 if (rva_cur_injected < temp_map[i].rva_transformed) { in MapAddressRange()
700 rva_begin = temp_map[i].rva_transformed; in MapAddressRange()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Domap.cc653 Mapping temp_map; in MapAddressRange() local
658 temp_map.push_back(mr); in MapAddressRange()
663 if (temp_map.empty()) in MapAddressRange()
667 std::sort(temp_map.begin(), temp_map.end(), MappedRangeMappedLess); in MapAddressRange()
673 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
689 DWORD rva_begin = temp_map[0].rva_transformed; in MapAddressRange()
690 DWORD rva_cur_content = rva_begin + temp_map[0].length; in MapAddressRange()
692 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
693 if (rva_cur_injected < temp_map[i].rva_transformed) { in MapAddressRange()
700 rva_begin = temp_map[i].rva_transformed; in MapAddressRange()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Domap.cc653 Mapping temp_map; in MapAddressRange() local
658 temp_map.push_back(mr); in MapAddressRange()
663 if (temp_map.empty()) in MapAddressRange()
667 std::sort(temp_map.begin(), temp_map.end(), MappedRangeMappedLess); in MapAddressRange()
673 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
689 DWORD rva_begin = temp_map[0].rva_transformed; in MapAddressRange()
690 DWORD rva_cur_content = rva_begin + temp_map[0].length; in MapAddressRange()
692 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
693 if (rva_cur_injected < temp_map[i].rva_transformed) { in MapAddressRange()
700 rva_begin = temp_map[i].rva_transformed; in MapAddressRange()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Domap.cc653 Mapping temp_map; in MapAddressRange() local
658 temp_map.push_back(mr); in MapAddressRange()
663 if (temp_map.empty()) in MapAddressRange()
667 std::sort(temp_map.begin(), temp_map.end(), MappedRangeMappedLess); in MapAddressRange()
673 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
689 DWORD rva_begin = temp_map[0].rva_transformed; in MapAddressRange()
690 DWORD rva_cur_content = rva_begin + temp_map[0].length; in MapAddressRange()
692 for (size_t i = 1; i < temp_map.size(); ++i) { in MapAddressRange()
693 if (rva_cur_injected < temp_map[i].rva_transformed) { in MapAddressRange()
700 rva_begin = temp_map[i].rva_transformed; in MapAddressRange()
[all …]
/dports/math/stanmath/math-4.2.0/stan/math/opencl/
H A Dqr_decomposition.hpp75 Eigen::VectorXd::AlignedMapType temp_map(temporary.data(), actual_r - j); in qr_decomposition_cl() local
76 temp_map.noalias() in qr_decomposition_cl()
80 -= householder * temp_map.tail(actual_r - j - 1).transpose(); in qr_decomposition_cl()
81 R_cpu_block.coeffRef(j, j) -= householder.coeff(0) * temp_map.coeff(0); in qr_decomposition_cl()
91 Eigen::VectorXd::AlignedMapType temp_map(temporary.data(), j); in qr_decomposition_cl() local
92 temp_map.noalias() = Y_cpu.leftCols(j).transpose() * V_cpu.col(j); in qr_decomposition_cl()
93 W_cpu.col(j).noalias() -= W_cpu.leftCols(j) * temp_map; in qr_decomposition_cl()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/adc/
H A Dcpcap-adc.c720 if (value >= temp_map[0][0]) in cpcap_adc_table_to_millicelcius()
721 return temp_map[0][1]; in cpcap_adc_table_to_millicelcius()
724 if ((value <= temp_map[i][0]) && in cpcap_adc_table_to_millicelcius()
725 (value >= temp_map[i + 1][0])) { in cpcap_adc_table_to_millicelcius()
726 if (value == temp_map[i][0]) { in cpcap_adc_table_to_millicelcius()
727 result = temp_map[i][1]; in cpcap_adc_table_to_millicelcius()
729 result = temp_map[i + 1][1]; in cpcap_adc_table_to_millicelcius()
732 (temp_map[i + 1][0] - temp_map[i][0]); in cpcap_adc_table_to_millicelcius()
734 result = temp_map[i][1] + in cpcap_adc_table_to_millicelcius()
735 ((alpha * (temp_map[i + 1][1] - in cpcap_adc_table_to_millicelcius()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/adc/
H A Dcpcap-adc.c720 if (value >= temp_map[0][0]) in cpcap_adc_table_to_millicelcius()
721 return temp_map[0][1]; in cpcap_adc_table_to_millicelcius()
724 if ((value <= temp_map[i][0]) && in cpcap_adc_table_to_millicelcius()
725 (value >= temp_map[i + 1][0])) { in cpcap_adc_table_to_millicelcius()
726 if (value == temp_map[i][0]) { in cpcap_adc_table_to_millicelcius()
727 result = temp_map[i][1]; in cpcap_adc_table_to_millicelcius()
729 result = temp_map[i + 1][1]; in cpcap_adc_table_to_millicelcius()
732 (temp_map[i + 1][0] - temp_map[i][0]); in cpcap_adc_table_to_millicelcius()
734 result = temp_map[i][1] + in cpcap_adc_table_to_millicelcius()
735 ((alpha * (temp_map[i + 1][1] - in cpcap_adc_table_to_millicelcius()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/adc/
H A Dcpcap-adc.c720 if (value >= temp_map[0][0]) in cpcap_adc_table_to_millicelcius()
721 return temp_map[0][1]; in cpcap_adc_table_to_millicelcius()
724 if ((value <= temp_map[i][0]) && in cpcap_adc_table_to_millicelcius()
725 (value >= temp_map[i + 1][0])) { in cpcap_adc_table_to_millicelcius()
726 if (value == temp_map[i][0]) { in cpcap_adc_table_to_millicelcius()
727 result = temp_map[i][1]; in cpcap_adc_table_to_millicelcius()
729 result = temp_map[i + 1][1]; in cpcap_adc_table_to_millicelcius()
732 (temp_map[i + 1][0] - temp_map[i][0]); in cpcap_adc_table_to_millicelcius()
734 result = temp_map[i][1] + in cpcap_adc_table_to_millicelcius()
735 ((alpha * (temp_map[i + 1][1] - in cpcap_adc_table_to_millicelcius()
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/swiginc/
H A Dsymbolset.i38 mapObj *temp_map=NULL; variable
43 temp_map = msNewMapObj();
44 msLoadSymbolSet(symbolset, temp_map);
46 msFreeMap(temp_map);
/dports/biology/mapm3/mapm3-3.0_1/mapm/
H A Dorders.c629 temp_map,temp) in find_seed_order() argument
633 MAP *map, *temp_map;
704 MAP *map, *temp_map; in good_seed()
709 make_compare_seq(temp_map->locus,temp_map->num_loci,0,temp_map->num_loci);
712 !three_pt_verify(temp_map->locus,temp_map->num_loci,
714 init_rec_fracs(temp_map);
715 converge_to_map(temp_map);
717 { best2=best; best=temp_map->log_like; mapcpy(map,temp_map,TRUE); }
718 else if (temp_map->log_like>best2) { best2=temp_map->log_like; }
807 free_map(temp_map);
[all …]
/dports/science/libccp4/libccp4-6.5.1/fortran/
H A Dcmaplib_f.c443 file = temp_map;
466 free(temp_map);
488 file = temp_map;
511 free(temp_map);
680 file = temp_map;
715 free(temp_map);
748 file = temp_map;
783 free(temp_map);
835 file = temp_map;
862 free(temp_map);
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/openmanage/plugins/modules/
H A Dome_firmware.py250 temp_map = {}
251 temp_map['Id'] = device['DeviceId']
252 temp_map['Data'] = "{0}={1}".format(component['ComponentSourceName'], file_token)
253 temp_map['TargetType'] = {}
254 temp_map['TargetType']['Id'] = int(device['DeviceReport']['DeviceTypeId'])
255 temp_map['TargetType']['Name'] = str(device['DeviceReport']['DeviceTypeName'])
256 target_data.append(temp_map)
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c85 const long (*temp_map)[THRESH_COUNT][STAGE_COUNT]; member
119 if (!chip->temp_map || chip->thresh >= THRESH_COUNT || stage == 0 || in qpnp_tm_decode_temp()
123 return (*chip->temp_map)[chip->thresh][stage - 1]; in qpnp_tm_decode_temp()
223 long stage2_threshold_min = (*chip->temp_map)[THRESH_MIN][1]; in qpnp_tm_update_critical_trip_temp()
224 long stage2_threshold_max = (*chip->temp_map)[THRESH_MAX][1]; in qpnp_tm_update_critical_trip_temp()
439 chip->temp_map = &temp_map_gen2_v1; in qpnp_tm_probe()
441 chip->temp_map = &temp_map_gen1; in qpnp_tm_probe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c85 const long (*temp_map)[THRESH_COUNT][STAGE_COUNT]; member
119 if (!chip->temp_map || chip->thresh >= THRESH_COUNT || stage == 0 || in qpnp_tm_decode_temp()
123 return (*chip->temp_map)[chip->thresh][stage - 1]; in qpnp_tm_decode_temp()
223 long stage2_threshold_min = (*chip->temp_map)[THRESH_MIN][1]; in qpnp_tm_update_critical_trip_temp()
224 long stage2_threshold_max = (*chip->temp_map)[THRESH_MAX][1]; in qpnp_tm_update_critical_trip_temp()
439 chip->temp_map = &temp_map_gen2_v1; in qpnp_tm_probe()
441 chip->temp_map = &temp_map_gen1; in qpnp_tm_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c85 const long (*temp_map)[THRESH_COUNT][STAGE_COUNT]; member
119 if (!chip->temp_map || chip->thresh >= THRESH_COUNT || stage == 0 || in qpnp_tm_decode_temp()
123 return (*chip->temp_map)[chip->thresh][stage - 1]; in qpnp_tm_decode_temp()
223 long stage2_threshold_min = (*chip->temp_map)[THRESH_MIN][1]; in qpnp_tm_update_critical_trip_temp()
224 long stage2_threshold_max = (*chip->temp_map)[THRESH_MAX][1]; in qpnp_tm_update_critical_trip_temp()
439 chip->temp_map = &temp_map_gen2_v1; in qpnp_tm_probe()
441 chip->temp_map = &temp_map_gen1; in qpnp_tm_probe()

1234