Home
last modified time | relevance | path

Searched refs:src_point (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/textproc/diffmark/diffmark-0.10/lib/
H A Dmerge.cc126 if (!src_point) { in handle_delete()
142 src_point = checked_sibling; in handle_delete()
161 if (!src_point) { in handle_copy()
174 assert(src_point); in copy_shallow()
182 src_point = checked_child; in copy_shallow()
192 assert(src_point); in copy_deep()
201 assert(src_point); in advance_src_point()
205 src_point = sibling; in advance_src_point()
213 assert(src_point); in elevate_src_point()
216 if (src_point == top) { in elevate_src_point()
[all …]
H A Dmerge.hh27 xmlNodePtr src_point; member in Merge
/dports/graphics/gimp-app/gimp-2.10.30/app/operations/
H A Dgimpcageconfig.c202 point.src_point.x = x + DELTA; in gimp_cage_config_insert_cage_point()
203 point.src_point.y = y + DELTA; in gimp_cage_config_insert_cage_point()
316 result.x = point->src_point.x; in gimp_cage_config_get_point_coordinate()
317 result.y = point->src_point.y; in gimp_cage_config_get_point_coordinate()
441 bounding_box.x = point->src_point.x; in gimp_cage_config_get_bounding_box()
442 bounding_box.y = point->src_point.y; in gimp_cage_config_get_bounding_box()
457 x = point->src_point.x; in gimp_cage_config_get_bounding_box()
458 y = point->src_point.y; in gimp_cage_config_get_bounding_box()
588 &(last->src_point), in gimp_cage_config_compute_scaling_factor()
751 if (point->src_point.x >= area.x && in gimp_cage_config_select_add_area()
[all …]
/dports/graphics/tumble/tumble-0.36/
H A Dbitblt.c415 Point src_point, dest_point;
584 Point src_point, dest_point; in bitblt() local
598 src_point.y < src_rect->max.y; in bitblt()
599 src_point.y++) in bitblt()
603 for (src_point.x = src_rect->min.x; in bitblt()
604 src_point.x < src_rect->max.x; in bitblt()
605 src_point.x++) in bitblt()
619 src_point.y < src_rect->max.y; in bitblt()
620 src_point.y++) in bitblt()
624 for (src_point.x = src_rect->min.x; in bitblt()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/analyzer/
H A Ddiagnostic-manager.cc661 const gimple *stmt = src_point.get_stmt (); in on_global_state_change()
689 const gimple *stmt = src_point.get_stmt (); in on_state_change()
698 supernode = src_point.get_supernode (); in on_state_change()
821 const program_point &src_point = src_node->get_point (); in add_events_for_eedge() local
832 src_point.print (pp, format (false)); in add_events_for_eedge()
870 if (src_point.get_kind () == PK_AFTER_SUPERNODE) in add_events_for_eedge()
996 const program_point &src_point = src_node->get_point (); in add_events_for_superedge() local
999 const int src_stack_depth = src_point.get_stack_depth (); in add_events_for_superedge()
1012 src_point.get_fndecl (), in add_events_for_superedge()
1029 src_point.get_fndecl (), in add_events_for_superedge()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/analyzer/
H A Ddiagnostic-manager.cc661 const gimple *stmt = src_point.get_stmt (); in on_global_state_change()
689 const gimple *stmt = src_point.get_stmt (); in on_state_change()
698 supernode = src_point.get_supernode (); in on_state_change()
821 const program_point &src_point = src_node->get_point (); in add_events_for_eedge() local
832 src_point.print (pp, format (false)); in add_events_for_eedge()
870 if (src_point.get_kind () == PK_AFTER_SUPERNODE) in add_events_for_eedge()
996 const program_point &src_point = src_node->get_point (); in add_events_for_superedge() local
999 const int src_stack_depth = src_point.get_stack_depth (); in add_events_for_superedge()
1012 src_point.get_fndecl (), in add_events_for_superedge()
1029 src_point.get_fndecl (), in add_events_for_superedge()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/analyzer/
H A Ddiagnostic-manager.cc661 const gimple *stmt = src_point.get_stmt (); in on_global_state_change()
689 const gimple *stmt = src_point.get_stmt (); in on_state_change()
698 supernode = src_point.get_supernode (); in on_state_change()
821 const program_point &src_point = src_node->get_point (); in add_events_for_eedge() local
832 src_point.print (pp, format (false)); in add_events_for_eedge()
870 if (src_point.get_kind () == PK_AFTER_SUPERNODE) in add_events_for_eedge()
996 const program_point &src_point = src_node->get_point (); in add_events_for_superedge() local
999 const int src_stack_depth = src_point.get_stack_depth (); in add_events_for_superedge()
1012 src_point.get_fndecl (), in add_events_for_superedge()
1029 src_point.get_fndecl (), in add_events_for_superedge()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/analyzer/
H A Dcall-info.cc109 const program_point &src_point = src_node->get_point (); in add_events_to_path() local
110 tree caller_fndecl = src_point.get_fndecl (); in add_events_to_path()
111 const int stack_depth = src_point.get_stack_depth (); in add_events_to_path()
H A Ddiagnostic-manager.cc1301 const gimple *stmt = src_point.get_stmt (); in on_global_state_change()
1331 const gimple *stmt = src_point.get_stmt (); in on_state_change()
1340 supernode = src_point.get_supernode (); in on_state_change()
1583 const program_point &src_point = src_node->get_point (); in add_events_for_eedge() local
1594 src_point.print (pp, format (false)); in add_events_for_eedge()
1632 if (src_point.get_kind () == PK_AFTER_SUPERNODE) in add_events_for_eedge()
1817 const program_point &src_point = src_node->get_point (); in add_events_for_superedge() local
1820 const int src_stack_depth = src_point.get_stack_depth (); in add_events_for_superedge()
1833 src_point.get_fndecl (), in add_events_for_superedge()
1850 src_point.get_fndecl (), in add_events_for_superedge()
[all …]
H A Dengine.cc1487 if (valid_longjmp_stack_p (src_point, m_setjmp_point) in maybe_add_custom_events_for_superedge()
1491 const int src_stack_depth = src_point.get_stack_depth (); in maybe_add_custom_events_for_superedge()
1493 (src_point.get_location (), in maybe_add_custom_events_for_superedge()
1494 src_point.get_fndecl (), in maybe_add_custom_events_for_superedge()
1731 const program_point &src_point = src_node->get_point (); in add_events_to_path() local
1747 src_point.get_fndecl (), in add_events_to_path()
1796 src_point.get_fndecl (), in add_events_to_path()
3979 = src_point.get_supernode ()->get_last_stmt (); in feasible_p()
4131 auto_cfun sentinel (src_point.get_function ()); in maybe_update_for_edge()
4173 if (src_point.get_kind () == PK_ORIGIN) in maybe_update_for_edge()
[all …]
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/data/transforms/
H A Dbbox.py184 def get_rot_dir(src_point, rot_rad): argument
203 src_result[0] = src_point[0] * cs - src_point[1] * sn
204 src_result[1] = src_point[0] * sn + src_point[1] * cs
H A Dpose.py139 def get_dir(src_point, rot_rad): argument
143 src_result[0] = src_point[0] * cs - src_point[1] * sn
144 src_result[1] = src_point[0] * sn + src_point[1] * cs
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/common/
H A Dhecmw_result_copy_f2c.c90 char *src_point = (char *)src + HECMW_NAME_LEN * i; in set_global_label() local
91 result->global_label[i] = HECMW_strcpy_f2c(src_point, HECMW_NAME_LEN); in set_global_label()
109 char *src_point = (char *)src + HECMW_NAME_LEN * i; in set_node_label() local
110 result->node_label[i] = HECMW_strcpy_f2c(src_point, HECMW_NAME_LEN); in set_node_label()
128 char *src_point = (char *)src + HECMW_NAME_LEN * i; in set_elem_label() local
129 result->elem_label[i] = HECMW_strcpy_f2c(src_point, HECMW_NAME_LEN); in set_elem_label()
H A Dhecmw_dist_copy_f2c.c70 char *src_point = (char *)src + HECMW_FILENAME_LEN * i; in set_files() local
71 mesh->files[i] = HECMW_strcpy_f2c(src_point, HECMW_FILENAME_LEN); in set_files()
1037 char *src_point = (char *)src + HECMW_NAME_LEN * i; in set_mat_name() local
1038 mat->mat_name[i] = HECMW_strcpy_f2c(src_point, HECMW_NAME_LEN); in set_mat_name()
1227 char *src_point = (char *)src + HECMW_NAME_LEN * i; in set_amp_name() local
1228 amp->amp_name[i] = HECMW_strcpy_f2c(src_point, HECMW_NAME_LEN); in set_amp_name()
1355 char *src_point = (char *)src + HECMW_NAME_LEN * i; in set_ngrp_grp_name() local
1495 char *src_point = (char *)src + HECMW_NAME_LEN * i; in set_egrp_grp_name() local
1621 char *src_point = (char *)src + HECMW_NAME_LEN * i; in set_sgrp_grp_name() local
1742 char *src_point = (char *)src + HECMW_NAME_LEN * i; in set_contact_pair_name() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/analyzer/
H A Ddiagnostic-manager.cc1212 const gimple *stmt = src_point.get_stmt (); in on_global_state_change()
1242 const gimple *stmt = src_point.get_stmt (); in on_state_change()
1251 supernode = src_point.get_supernode (); in on_state_change()
1459 const program_point &src_point = src_node->get_point (); in add_events_for_eedge() local
1470 src_point.print (pp, format (false)); in add_events_for_eedge()
1508 if (src_point.get_kind () == PK_AFTER_SUPERNODE) in add_events_for_eedge()
1693 const program_point &src_point = src_node->get_point (); in add_events_for_superedge() local
1696 const int src_stack_depth = src_point.get_stack_depth (); in add_events_for_superedge()
1709 src_point.get_fndecl (), in add_events_for_superedge()
1726 src_point.get_fndecl (), in add_events_for_superedge()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/analyzer/
H A Ddiagnostic-manager.cc1212 const gimple *stmt = src_point.get_stmt (); in on_global_state_change()
1242 const gimple *stmt = src_point.get_stmt (); in on_state_change()
1251 supernode = src_point.get_supernode (); in on_state_change()
1459 const program_point &src_point = src_node->get_point (); in add_events_for_eedge() local
1470 src_point.print (pp, format (false)); in add_events_for_eedge()
1508 if (src_point.get_kind () == PK_AFTER_SUPERNODE) in add_events_for_eedge()
1693 const program_point &src_point = src_node->get_point (); in add_events_for_superedge() local
1696 const int src_stack_depth = src_point.get_stack_depth (); in add_events_for_superedge()
1709 src_point.get_fndecl (), in add_events_for_superedge()
1726 src_point.get_fndecl (), in add_events_for_superedge()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/analyzer/
H A Ddiagnostic-manager.cc1212 const gimple *stmt = src_point.get_stmt (); in on_global_state_change()
1242 const gimple *stmt = src_point.get_stmt (); in on_state_change()
1251 supernode = src_point.get_supernode (); in on_state_change()
1459 const program_point &src_point = src_node->get_point (); in add_events_for_eedge() local
1470 src_point.print (pp, format (false)); in add_events_for_eedge()
1508 if (src_point.get_kind () == PK_AFTER_SUPERNODE) in add_events_for_eedge()
1693 const program_point &src_point = src_node->get_point (); in add_events_for_superedge() local
1696 const int src_stack_depth = src_point.get_stack_depth (); in add_events_for_superedge()
1709 src_point.get_fndecl (), in add_events_for_superedge()
1726 src_point.get_fndecl (), in add_events_for_superedge()
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/coverage/analyze/targets/
H A Dfilter.py95 for src_point, src_targets in src_points.items():
99 dst_points[src_point] = dst_targets
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/coverage/analyze/targets/
H A Dfilter.py95 for src_point, src_targets in src_points.items():
99 dst_points[src_point] = dst_targets
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.h343 bool LocalPointToScreen(HWND src_window_handle, const POINT &src_point,
364 bool ClientPointToScreen(HWND src_window_handle, const POINT &src_point,
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.h343 bool LocalPointToScreen(HWND src_window_handle, const POINT &src_point,
364 bool ClientPointToScreen(HWND src_window_handle, const POINT &src_point,
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.h343 bool LocalPointToScreen(HWND src_window_handle, const POINT &src_point,
364 bool ClientPointToScreen(HWND src_window_handle, const POINT &src_point,
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.h343 bool LocalPointToScreen(HWND src_window_handle, const POINT &src_point,
364 bool ClientPointToScreen(HWND src_window_handle, const POINT &src_point,
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.h343 bool LocalPointToScreen(HWND src_window_handle, const POINT &src_point,
364 bool ClientPointToScreen(HWND src_window_handle, const POINT &src_point,
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.h343 bool LocalPointToScreen(HWND src_window_handle, const POINT &src_point,
364 bool ClientPointToScreen(HWND src_window_handle, const POINT &src_point,

1234567