Home
last modified time | relevance | path

Searched refs:cp_b (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/yap/yap-6.2.2/OPTYap/
H A Dor.threadengine.c99 B = Get_LOCAL_top_cp()->cp_b; in free_root_choice_point()
212 aux_cp = aux_cp->cp_b;
308 aux_cp = aux_cp->cp_b;
314 aux_cp = aux_cp->cp_b;
354 sharing_node = sharing_node->cp_b;
427 OPTYAP_ERROR_CHECKING(share_private_nodes, OrFr_next(aux_or_fr) != aux_cp->cp_b->cp_or_fr);
428 …OPTYAP_ERROR_CHECKING(share_private_nodes, OrFr_nearest_livenode(aux_or_fr) != aux_cp->cp_b->cp_or…
437 aux_cp = aux_cp->cp_b;
464 top_cp_on_branch = top_cp_on_branch->cp_b;
484 top_cp_on_branch = top_cp_on_branch->cp_b;
[all …]
H A Dtab.insts.i449 aux_cp = aux_cp->cp_b;
453 aux_cp = aux_cp->cp_b;
560 aux_cp = aux_cp->cp_b;
780 gcp->cp_b = B->cp_b;
812 gcp->cp_b = B->cp_b;
1036 B = B->cp_b;
1131 B = B->cp_b;
1357 B = B->cp_b;
1364 B = B->cp_b;
1607 B = B->cp_b;
[all …]
H A Dor.engine.c124 B = LOCAL_top_cp->cp_b; in free_root_choice_point()
374 aux_cp = aux_cp->cp_b;
469 aux_cp = aux_cp->cp_b;
475 aux_cp = aux_cp->cp_b;
515 sharing_node = sharing_node->cp_b;
588 OPTYAP_ERROR_CHECKING(share_private_nodes, OrFr_next(aux_or_fr) != aux_cp->cp_b->cp_or_fr);
589 …OPTYAP_ERROR_CHECKING(share_private_nodes, OrFr_nearest_livenode(aux_or_fr) != aux_cp->cp_b->cp_or…
598 aux_cp = aux_cp->cp_b;
625 top_cp_on_branch = top_cp_on_branch->cp_b;
645 top_cp_on_branch = top_cp_on_branch->cp_b;
[all …]
H A Dor.cut.c144 CUT_send_prune_request(i, leftmost_cp->cp_b); in prune_shared_branch()
226 leftmost_cp = leftmost_cp->cp_b; in prune_shared_branch()
236 CUT_send_prune_request(i, leftmost_cp->cp_b); in prune_shared_branch()
246 leftmost_cp = leftmost_cp->cp_b; in prune_shared_branch()
H A Dor.cowengine.c77 B = LOCAL_top_cp->cp_b; in free_root_choice_point()
187 AuxB = AuxB->cp_b; in share_private_nodes()
H A Dor.sbaengine.c111 B = LOCAL_top_cp->cp_b; in free_root_choice_point()
252 AuxB = AuxB->cp_b; in share_private_nodes()
H A Dor.macros.h287 Set_LOCAL_top_cp(Get_LOCAL_top_cp()->cp_b); in SCH_update_local_or_tops()
307 choiceptr previous_cp = current_cp->cp_b; in SCH_set_load()
H A Dor.scheduler.c292 while (YOUNGER_CP(aux_cp->cp_b, Get_LOCAL_top_cp()))
293 aux_cp = aux_cp->cp_b;
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_geometry_traits/
H A DBezier_bounding_rational_traits.h591 Control_points cp_a, cp_b; in refine_vertical_tangency_point() local
596 std::front_inserter(cp_b)); in refine_vertical_tangency_point()
600 if (f_compare_x (cp_b[0], cp_b[1]) == EQUAL) in refine_vertical_tangency_point()
604 const typename Kernel::Point_2 &vpt = cp_b[0]; in refine_vertical_tangency_point()
607 cp_b, t_mid, t_mid, true); in refine_vertical_tangency_point()
1418 Control_points cp_a, cp_b; in _compute_vertical_tangency_points() local
1427 if (f_compare_x (cp_b[0], cp_b[1]) == EQUAL) in _compute_vertical_tangency_points()
1431 const typename Kernel::Point_2 &vpt = cp_b[0]; in _compute_vertical_tangency_points()
1473 Control_points cp_a, cp_b; in _compute_vertical_tangency_points() local
1482 if (f_compare_x (cp_b[0], cp_b[1]) == EQUAL) in _compute_vertical_tangency_points()
[all …]
H A DBezier_x_monotone_2.h1934 typename Bounding_traits::Control_points cp_b; in _clip_control_polygon() local
1940 std::front_inserter(cp_b)); in _clip_control_polygon()
1943 std::copy(cp_b.begin(), cp_b.end(), std::back_inserter (ctrl)); in _clip_control_polygon()
1962 typename Bounding_traits::Control_points cp_b; in _clip_control_polygon() local
1972 std::back_inserter(cp_a), std::front_inserter(cp_b)); in _clip_control_polygon()
/dports/security/op/op-1.34/
H A Dlex.l416 char *cp_a, *cp_b;
430 cp_b = ++b;
434 while ((*cp_b != '\0') && (*cp_b != '='))
435 if (!isdigit((int)*cp_b))
438 if (*cp_a != '=' && *cp_b != '=')
440 if (*cp_a == '=' && *cp_b != '=')
442 if (*cp_a != '=' && *cp_b == '=')
450 strlcpy(str_b, b, MIN((size_t) (cp_b - a + 1), sizeof(str_b)));
H A Dlex.c3681 char *cp_a, *cp_b; in cmpopts() local
3695 cp_b = ++b; in cmpopts()
3699 while ((*cp_b != '\0') && (*cp_b != '=')) in cmpopts()
3700 if (!isdigit((int)*cp_b)) in cmpopts()
3703 if (*cp_a != '=' && *cp_b != '=') in cmpopts()
3705 if (*cp_a == '=' && *cp_b != '=') in cmpopts()
3707 if (*cp_a != '=' && *cp_b == '=') in cmpopts()
3715 strlcpy(str_b, b, MIN((size_t) (cp_b - a + 1), sizeof(str_b))); in cmpopts()
/dports/lang/yap/yap-6.2.2/H/
H A Dtrim_trail.h11 if (d1 < (CELL)HBREG || d1 > Unsigned(B->cp_b)) {
65 if (IN_BETWEEN(HBREG,RepAppl(d1),B->cp_b)) {
100 if (d1 < (CELL)HBREG || d1 > Unsigned(B->cp_b)) {
109 if (IN_BETWEEN(HBREG,RepAppl(d1),B->cp_b)) {
H A Damidefs.h888 struct choicept *cp_b; member
902 struct choicept *cp_b; member
917 struct choicept *cp_b;
H A Damiops.h551 while (POP_CHOICE_POINT(B->cp_b)) { in do_cut()
556 B = B->cp_b; in do_cut()
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-clip.c355 const cairo_clip_path_t *cp_a, *cp_b; in _cairo_clip_equal() local
379 cp_b = clip_b->path; in _cairo_clip_equal()
380 while (cp_a && cp_b) { in _cairo_clip_equal()
381 if (cp_a == cp_b) in _cairo_clip_equal()
386 if (cp_a->antialias != cp_b->antialias) in _cairo_clip_equal()
389 if (cp_a->tolerance != cp_b->tolerance) in _cairo_clip_equal()
392 if (cp_a->fill_rule != cp_b->fill_rule) in _cairo_clip_equal()
396 &cp_b->path)) in _cairo_clip_equal()
400 cp_b = cp_b->prev; in _cairo_clip_equal()
403 return cp_a == NULL && cp_b == NULL; in _cairo_clip_equal()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-clip.c355 const cairo_clip_path_t *cp_a, *cp_b; in _cairo_clip_equal() local
379 cp_b = clip_b->path; in _cairo_clip_equal()
380 while (cp_a && cp_b) { in _cairo_clip_equal()
381 if (cp_a == cp_b) in _cairo_clip_equal()
386 if (cp_a->antialias != cp_b->antialias) in _cairo_clip_equal()
389 if (cp_a->tolerance != cp_b->tolerance) in _cairo_clip_equal()
392 if (cp_a->fill_rule != cp_b->fill_rule) in _cairo_clip_equal()
396 &cp_b->path)) in _cairo_clip_equal()
400 cp_b = cp_b->prev; in _cairo_clip_equal()
403 return cp_a == NULL && cp_b == NULL; in _cairo_clip_equal()
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-clip.c355 const cairo_clip_path_t *cp_a, *cp_b; in _cairo_clip_equal() local
379 cp_b = clip_b->path; in _cairo_clip_equal()
380 while (cp_a && cp_b) { in _cairo_clip_equal()
381 if (cp_a == cp_b) in _cairo_clip_equal()
386 if (cp_a->antialias != cp_b->antialias) in _cairo_clip_equal()
389 if (cp_a->tolerance != cp_b->tolerance) in _cairo_clip_equal()
392 if (cp_a->fill_rule != cp_b->fill_rule) in _cairo_clip_equal()
396 &cp_b->path)) in _cairo_clip_equal()
400 cp_b = cp_b->prev; in _cairo_clip_equal()
403 return cp_a == NULL && cp_b == NULL; in _cairo_clip_equal()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-clip.c355 const cairo_clip_path_t *cp_a, *cp_b; in _cairo_clip_equal() local
379 cp_b = clip_b->path; in _cairo_clip_equal()
380 while (cp_a && cp_b) { in _cairo_clip_equal()
381 if (cp_a == cp_b) in _cairo_clip_equal()
386 if (cp_a->antialias != cp_b->antialias) in _cairo_clip_equal()
389 if (cp_a->tolerance != cp_b->tolerance) in _cairo_clip_equal()
392 if (cp_a->fill_rule != cp_b->fill_rule) in _cairo_clip_equal()
396 &cp_b->path)) in _cairo_clip_equal()
400 cp_b = cp_b->prev; in _cairo_clip_equal()
403 return cp_a == NULL && cp_b == NULL; in _cairo_clip_equal()
/dports/lang/yap/yap-6.2.2/C/
H A Dexec.c1050 B->cp_b = saved_b; in init_stack()
1164 B = B->cp_b; in Yap_execute_goal()
1199 B = B->cp_b; in Yap_execute_goal()
1220 B = B->cp_b; in Yap_trust_last()
1368 while (B->cp_b < pt0) { in p_restore_regs2()
1369 B = B->cp_b; in p_restore_regs2()
1402 B = B->cp_b; in p_clean_ifcp()
1426 pt0 = pt0->cp_b; in p_cut_up_to_next_disjunction()
1454 pe = cp_b->cp_ap->u.p.p; in is_cleanup_cp()
1502 previous->cp_b = handler; in JumpToEnv()
[all …]
H A Dc_interface.c1043 cut_pt = B->cp_b; in YAP_cut_up()
1889 B = B->cp_b; in run_emulator()
1921 myB->cp_b = B; in YAP_EnterGoal()
1996 B = B->cp_b; in YAP_LeaveGoal()
2021 B = B->cp_b; in YAP_RunGoal()
2044 cut_pt = cut_pt->cp_b; in YAP_RunGoalOnce()
2100 cut_pt = cut_pt->cp_b; in YAP_ShutdownGoal()
2149 B = B->cp_b; in YAP_PruneGoal()
2154 B = B->cp_b; in YAP_PruneGoal()
2775 while (B->cp_b != NULL) in YAP_Reset()
[all …]
H A Dheapgc.c1989 if (gc_B->cp_b != NULL) { in mark_choicepoints()
2285 gc_B = gc_B->cp_b; in mark_choicepoints()
2399 current->cp_b = NULL; in sweep_trail()
2402 next = n->cp_b; in sweep_trail()
2403 n->cp_b = current; in sweep_trail()
2417 next = b->cp_b; in sweep_trail()
2418 b->cp_b = current; in sweep_trail()
2430 next = b->cp_b; in sweep_trail()
2431 b->cp_b = current; in sweep_trail()
3148 gc_B = gc_B->cp_b; in sweep_choicepoints()
[all …]
H A Dabsmi.c1868 cut_pt = B->cp_b;
1873 B = B->cp_b;
2263 B = B->cp_b;
2271 B = B->cp_b;
2312 B = B->cp_b;
2374 B = B->cp_b;
2445 B = B->cp_b;
2491 B = B->cp_b;
7526 B = pt0->cp_b;
9867 B = B->cp_b;
[all …]
H A Derrors.c142 if (!ONLOCAL (b_ptr) || b_ptr->cp_b == NULL) in DumpActiveGoals()
172 b_ptr = b_ptr->cp_b; in DumpActiveGoals()
246 gc_b = gc_b->cp_b; in handled_exception()
313 b_ptr = b_ptr->cp_b; in dump_stack()
340 b_ptr = b_ptr->cp_b; in dump_stack()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dacerdapi.c200 CharPtr cp_s, cp_b; in DoesSeqStringMatchBsp() local
219 for (i = 0, cp_b = buf; i < ctr && *cp_s != 0; i++, cp_b++) { in DoesSeqStringMatchBsp()
221 if (*cp_s != *cp_b) return FALSE; in DoesSeqStringMatchBsp()

12