Home
last modified time | relevance | path

Searched refs:n_ips (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_execontext.c102 UInt n_ips; member
281 vg_assert(e1->n_ips >= 1 && e2->n_ips >= 1); in VG_()
291 if ( (e1->n_ips <= i) && (e2->n_ips <= i)) return True; in VG_()
292 if ( (e1->n_ips <= i) && !(e2->n_ips <= i)) return False; in VG_()
293 if (!(e1->n_ips <= i) && (e2->n_ips <= i)) return False; in VG_()
302 if ( (e1->n_ips <= i) && (e2->n_ips <= i)) return True; in VG_()
303 if ( (e1->n_ips <= i) && !(e2->n_ips <= i)) return False; in VG_()
404 UInt n_ips; in record_ExeContext_wrk() local
414 n_ips = 1; in record_ExeContext_wrk()
473 vg_assert(n_ips >= 1 && n_ips <= VG_(clo_backtrace_size)); in record_ExeContext_wrk2()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_execontext.c102 UInt n_ips; member
281 vg_assert(e1->n_ips >= 1 && e2->n_ips >= 1); in VG_()
291 if ( (e1->n_ips <= i) && (e2->n_ips <= i)) return True; in VG_()
292 if ( (e1->n_ips <= i) && !(e2->n_ips <= i)) return False; in VG_()
293 if (!(e1->n_ips <= i) && (e2->n_ips <= i)) return False; in VG_()
302 if ( (e1->n_ips <= i) && (e2->n_ips <= i)) return True; in VG_()
303 if ( (e1->n_ips <= i) && !(e2->n_ips <= i)) return False; in VG_()
404 UInt n_ips; in record_ExeContext_wrk() local
414 n_ips = 1; in record_ExeContext_wrk()
473 vg_assert(n_ips >= 1 && n_ips <= VG_(clo_backtrace_size)); in record_ExeContext_wrk2()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_stacktrace.h62 /*OUT*/StackTrace ips, UInt n_ips,
71 /*OUT*/StackTrace ips, UInt n_ips,
86 DiEpoch ep, StackTrace ips, UInt n_ips
90 extern void VG_(pp_StackTrace) ( DiEpoch ep, StackTrace ips, UInt n_ips );
94 extern void VG_(get_and_pp_StackTrace) ( ThreadId tid, UInt n_ips );
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_stacktrace.h62 /*OUT*/StackTrace ips, UInt n_ips,
71 /*OUT*/StackTrace ips, UInt n_ips,
86 DiEpoch ep, StackTrace ips, UInt n_ips
90 extern void VG_(pp_StackTrace) ( DiEpoch ep, StackTrace ips, UInt n_ips );
94 extern void VG_(get_and_pp_StackTrace) ( ThreadId tid, UInt n_ips );
/dports/graphics/libart_lgpl/libart_lgpl-2.3.21/
H A Dart_svp_wind.c518 if (n_ips[asi01] == 1) in intersect_neighbors()
526 if (n_ips[asi23] == 1) in intersect_neighbors()
636 if (n_ips[asi] == 1)
741 if (n_ips[asi] == 1) in fix_crossing()
752 if (n_ips[asj] == 1) in fix_crossing()
1088 n_ips[seg_idx] = 1; in art_svp_uncross()
1157 if (n_ips[asi] == 1) in art_svp_uncross()
1182 if (n_ips[asi] == 1) in art_svp_uncross()
1191 n_ips[asi]--; in art_svp_uncross()
1198 n_ips[asi] = 1; in art_svp_uncross()
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/renderPM/libart_lgpl/
H A Dart_svp_wind.c523 if (n_ips[asi01] == 1) in intersect_neighbors()
531 if (n_ips[asi23] == 1) in intersect_neighbors()
641 if (n_ips[asi] == 1)
746 if (n_ips[asi] == 1) in fix_crossing()
757 if (n_ips[asj] == 1) in fix_crossing()
1093 n_ips[seg_idx] = 1; in art_svp_uncross()
1162 if (n_ips[asi] == 1) in art_svp_uncross()
1187 if (n_ips[asi] == 1) in art_svp_uncross()
1196 n_ips[asi]--; in art_svp_uncross()
1203 n_ips[asi] = 1; in art_svp_uncross()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/rx/
H A Dmjsr.c38 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
55 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
77 n_ips[seg_idx] = 1; in test()
107 n_ips[asi]--; in test()
108 for (j = 0; j < n_ips[asi]; j++) in test()
115 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
125 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/rx/
H A Dmjsr.c38 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
55 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
77 n_ips[seg_idx] = 1; in test()
107 n_ips[asi]--; in test()
108 for (j = 0; j < n_ips[asi]; j++) in test()
115 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
125 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c37 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
54 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
76 n_ips[seg_idx] = 1; in test()
106 n_ips[asi]--; in test()
107 for (j = 0; j < n_ips[asi]; j++) in test()
114 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
124 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/rx/
H A Dmjsr.c38 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
55 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
77 n_ips[seg_idx] = 1; in test()
107 n_ips[asi]--; in test()
108 for (j = 0; j < n_ips[asi]; j++) in test()
115 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
125 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c37 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
54 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
76 n_ips[seg_idx] = 1; in test()
106 n_ips[asi]--; in test()
107 for (j = 0; j < n_ips[asi]; j++) in test()
114 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
124 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c38 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
55 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
77 n_ips[seg_idx] = 1; in test()
107 n_ips[asi]--; in test()
108 for (j = 0; j < n_ips[asi]; j++) in test()
115 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
125 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c37 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
54 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
76 n_ips[seg_idx] = 1; in test()
106 n_ips[asi]--; in test()
107 for (j = 0; j < n_ips[asi]; j++) in test()
114 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
124 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c38 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
55 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
77 n_ips[seg_idx] = 1; in test()
107 n_ips[asi]--; in test()
108 for (j = 0; j < n_ips[asi]; j++) in test()
115 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
125 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c37 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
54 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
76 n_ips[seg_idx] = 1; in test()
106 n_ips[asi]--; in test()
107 for (j = 0; j < n_ips[asi]; j++) in test()
114 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
124 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/rx/
H A Dmjsr.c38 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
55 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
77 n_ips[seg_idx] = 1; in test()
107 n_ips[asi]--; in test()
108 for (j = 0; j < n_ips[asi]; j++) in test()
115 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
125 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/rx/
H A Dmjsr.c38 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
55 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
77 n_ips[seg_idx] = 1; in test()
107 n_ips[asi]--; in test()
108 for (j = 0; j < n_ips[asi]; j++) in test()
115 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
125 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c37 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
54 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
76 n_ips[seg_idx] = 1; in test()
106 n_ips[asi]--; in test()
107 for (j = 0; j < n_ips[asi]; j++) in test()
114 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
124 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/rx/
H A Dmjsr.c38 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
55 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
77 n_ips[seg_idx] = 1; in test()
107 n_ips[asi]--; in test()
108 for (j = 0; j < n_ips[asi]; j++) in test()
115 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
125 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c37 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
54 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
76 n_ips[seg_idx] = 1; in test()
106 n_ips[asi]--; in test()
107 for (j = 0; j < n_ips[asi]; j++) in test()
114 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
124 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/rx/
H A Dmjsr.c38 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
55 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
77 n_ips[seg_idx] = 1; in test()
107 n_ips[asi]--; in test()
108 for (j = 0; j < n_ips[asi]; j++) in test()
115 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
125 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c37 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
54 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
76 n_ips[seg_idx] = 1; in test()
106 n_ips[asi]--; in test()
107 for (j = 0; j < n_ips[asi]; j++) in test()
114 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
124 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c38 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
55 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
77 n_ips[seg_idx] = 1; in test()
107 n_ips[asi]--; in test()
108 for (j = 0; j < n_ips[asi]; j++) in test()
115 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
125 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/rx/
H A Dmjsr.c38 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
55 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
77 n_ips[seg_idx] = 1; in test()
107 n_ips[asi]--; in test()
108 for (j = 0; j < n_ips[asi]; j++) in test()
115 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
125 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c37 int tmp1, tmp2, asi, i, j, *n_ips, *n_ips_max, n_segs_max; in test() local
54 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int))); in test()
76 n_ips[seg_idx] = 1; in test()
106 n_ips[asi]--; in test()
107 for (j = 0; j < n_ips[asi]; j++) in test()
114 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()
124 cursor, ips, n_ips, n_ips_max, vp, seg_map, in test()

123