Home
last modified time | relevance | path

Searched refs:common_depth (Results 1 – 9 of 9) sorted by relevance

/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/tree/cursors/
H A Dlayout_cursor.cpp53 const auto common_depth = std::min(s1.height(), s2.height()); in distance_between() local
56 for (auto i = 0; i < common_depth; ++i) in distance_between()
75 const auto common_depth = std::min(depth_left, depth_right); in combine_shapes() local
94 for (auto depth = 0; depth < common_depth; ++depth) in combine_shapes()
100 if (max_depth != common_depth) in combine_shapes()
105 for (auto depth = common_depth; depth < max_depth; ++depth) in combine_shapes()
123 const auto common_depth = std::min(depth_left, depth_right); in merge_left() local
142 for (auto depth = 0; depth < common_depth; ++depth) in merge_left()
148 if (max_depth != common_depth) in merge_left()
153 for (auto depth = common_depth; depth < max_depth; ++depth) in merge_left()
/dports/textproc/wiggle/wiggle-1.3/
H A Dparse.c97 static int common_depth(char *a, char *b) in common_depth() function
178 int d = common_depth(file, curr); in add_dir()
232 int d = common_depth(prev, pl[i].file); in wiggle_sort_patches()
/dports/textproc/wiggle/wiggle-1.3/demo/
H A Dvpatch.c191 int common_depth(char *a, char *b) in common_depth() function
220 int d = common_depth(file, curr); in add_dir()
268 int d = common_depth(prev, pl[i].file); in sort_patches()
/dports/textproc/wiggle/wiggle-1.3/demo.patched/
H A Dvpatch.c190 int common_depth(char *a, char *b) in common_depth() function
219 int d = common_depth(file, curr); in add_dir()
267 int d = common_depth(prev, pl[i].file); in sort_patches()
/dports/textproc/wiggle/wiggle-1.3/demo.orig/
H A Dvpatch.c189 int common_depth(char *a, char *b) in common_depth() function
218 int d = common_depth(file, curr); in add_dir()
266 int d = common_depth(prev, pl[i].file); in sort_patches()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Deval.c1208 static int exec_dyn_wind_posts(Scheme_Dynamic_Wind *common, Scheme_Cont *c, int common_depth, in exec_dyn_wind_posts() argument
1255 common = intersect_dw(p->dw, c->dw, pt, c->has_prompt_dw, &common_depth); in exec_dyn_wind_posts()
1261 return common_depth; in exec_dyn_wind_posts()
1274 int common_depth; in scheme_jump_to_continuation() local
1341 common = intersect_dw(p->dw, c->dw, pt, c->has_prompt_dw, &common_depth); in scheme_jump_to_continuation()
1345 common_depth = exec_dyn_wind_posts(common, c, common_depth, &new_common); in scheme_jump_to_continuation()
1356 c->common_dw_depth = common_depth; in scheme_jump_to_continuation()
H A Dfun.c5877 int common_depth, dwl_len = 0; in restore_continuation() local
5915 common_depth = (p->dw ? p->dw->depth : -1); in restore_continuation()
5918 if ((common_depth != -1) && (common_depth != all_dw->depth)) { in restore_continuation()
5920 for (dw = all_dw; dw->prev->depth != common_depth; dw = dw->prev) { in restore_continuation()
5926 for (dw = all_dw; dw && (dw->depth != common_depth); dw = dw->prev) { in restore_continuation()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Deval.c1208 static int exec_dyn_wind_posts(Scheme_Dynamic_Wind *common, Scheme_Cont *c, int common_depth, in exec_dyn_wind_posts() argument
1255 common = intersect_dw(p->dw, c->dw, pt, c->has_prompt_dw, &common_depth); in exec_dyn_wind_posts()
1261 return common_depth; in exec_dyn_wind_posts()
1274 int common_depth; in scheme_jump_to_continuation() local
1341 common = intersect_dw(p->dw, c->dw, pt, c->has_prompt_dw, &common_depth); in scheme_jump_to_continuation()
1345 common_depth = exec_dyn_wind_posts(common, c, common_depth, &new_common); in scheme_jump_to_continuation()
1356 c->common_dw_depth = common_depth; in scheme_jump_to_continuation()
H A Dfun.c5877 int common_depth, dwl_len = 0; in restore_continuation() local
5915 common_depth = (p->dw ? p->dw->depth : -1); in restore_continuation()
5918 if ((common_depth != -1) && (common_depth != all_dw->depth)) { in restore_continuation()
5920 for (dw = all_dw; dw->prev->depth != common_depth; dw = dw->prev) { in restore_continuation()
5926 for (dw = all_dw; dw && (dw->depth != common_depth); dw = dw->prev) { in restore_continuation()