Home
last modified time | relevance | path

Searched refs:this_l (Results 1 – 6 of 6) sorted by relevance

/dports/devel/libqb/libqb-2.0.3/tests/
H A Dcheck_loop.c679 static qb_loop_t *this_l; variable
683 qb_loop_job_add(this_l, QB_LOOP_LOW, NULL, job_stop); in handle_nonqb_signal()
690 this_l = qb_loop_create(); in START_TEST()
691 ck_assert(this_l != NULL); in START_TEST()
695 qb_loop_signal_add(this_l, QB_LOOP_HIGH, SIGINT, in START_TEST()
696 this_l, sig_handler, &handle); in START_TEST()
698 qb_loop_run(this_l); in START_TEST()
702 qb_loop_destroy(this_l); in START_TEST()
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimptooltransformgrid.c1570 this_l = 1; this_r = 0; in gimp_tool_transform_grid_motion()
1574 this_l = 3; this_r = 1; in gimp_tool_transform_grid_motion()
1578 this_l = 2; this_r = 3; in gimp_tool_transform_grid_motion()
1582 this_l = 0; this_r = 2; in gimp_tool_transform_grid_motion()
1628 newpos[this_l] = vectoradd (oldpos[this_l], d); in gimp_tool_transform_grid_motion()
1651 gint this_l, this_r; in gimp_tool_transform_grid_motion() local
1656 this_l = 1; this_r = 0; in gimp_tool_transform_grid_motion()
1660 this_l = 0; this_r = 2; in gimp_tool_transform_grid_motion()
1664 this_l = 2; this_r = 3; in gimp_tool_transform_grid_motion()
1668 this_l = 3; this_r = 1; in gimp_tool_transform_grid_motion()
[all …]
/dports/lang/gnu-apl/apl-1.8/src/
H A DPrintBuffer.cc990 int this_l = 0; // padding left of this in append_aligned() local
1002 else this_l = ucs_w - this_w; in append_aligned()
1012 else this_l = ucs_w - this_pos; in append_aligned()
1022 if (ucs_pos > this_w) this_l = ucs_pos - this_w; in append_aligned()
1031 if (ucs_pos > this_pos) this_l = ucs_pos - this_pos; in append_aligned()
1041 Assert(this_l >= 0); in append_aligned()
1050 if (this_l > 0) pad_l(UNI_ASCII_SPACE, this_l); in append_aligned()
/dports/textproc/p5-Text-Aligner/Text-Aligner-0.16/lib/Text/
H A DAligner.pm152 my ( $this_l, $this_r) = $al->_measure( $str);
156 $l_pad -= $this_l;
/dports/biology/py-macs2/MACS-2.2.7.1/MACS2/IO/
H A DCallPeakUnit.pyx666 int64_t N, k, this_l
693 this_l = pos_ptr[0] - pre_p
696 pvalue_stat[ this_v ] += this_l
698 pvalue_stat[ this_v ] = this_l
748 int64_t N, k, this_l
832 this_l = this_p - pre_p
835 pvalue_stat[ this_v ] += this_l
837 pvalue_stat[ this_v ] = this_l
H A DBedGraph.pyx765 long N, k, this_l
784 this_l = this_p - pre_p
786 pvalue_stat[ this_v ] += this_l
788 pvalue_stat[ this_v ] = this_l