Home
last modified time | relevance | path

Searched refs:this_op (Results 1 – 25 of 116) sorted by relevance

12345

/dports/misc/clex/clex-4.6.patch9/src/
H A Dundo.c67 this_op.code = OP_INS; in tell_edit_op()
68 this_op.pos = pos; in tell_edit_op()
69 this_op.len = diff; in tell_edit_op()
75 this_op.code = OP_NONE; in tell_edit_op()
81 this_op.code = OP_DEL; in tell_edit_op()
82 this_op.pos = pos; in tell_edit_op()
83 this_op.len = diff; in tell_edit_op()
88 this_op.code = OP_CHANGE; in tell_edit_op()
89 this_op.pos = this_op.len = 0; in tell_edit_op()
118 if (this_op.code == OP_NONE) in undo_after()
[all …]
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dformula.cpp2147 if (this_op->theNumber) { in ConvertMatrixArgumentsToSimpleOrComplexForm()
2195 if ( this_op->theData<-2 || this_op->numberOfTerms<0) { in AmISimple()
2264 this_op->theData = variable_index.FindLong (this_op->theData); in ConvertToSimple()
2266 } else if (this_op->opCode == HY_OP_CODE_SUB && this_op->numberOfTerms == 1) { in ConvertToSimple()
2276 if (this_op->opCode == HY_OP_CODE_RANDOM || this_op->opCode == HY_OP_CODE_TIME) in ConvertToSimple()
2311 if (this_op->theNumber) { in ConvertFromSimpleList()
2314 if (this_op->theData>-1) { in ConvertFromSimpleList()
2315 this_op->theData = variableIndex.get (this_op->theData); in ConvertFromSimpleList()
2326 this_op->opCode = simpleOperationCodes(simpleOperationFunctions.Find(this_op->opCode)); in ConvertFromSimpleList()
2477 …} else if (this_op->opCode == HY_OP_CODE_BRANCHLENGTH||this_op->opCode == HY_OP_CODE_RANDOM||this_… in HasChanged()
[all …]
/dports/textproc/p5-Search-QueryParser-SQL/Search-QueryParser-SQL-0.010/lib/Search/QueryParser/SQL/
H A DQuery.pm313 my $this_op = $op;
315 ( $this_op, $val ) = each %$val;
317 @pair = ( [ \qq/lower($pair[0]) $this_op lower(?)/, $val ] );
405 my $this_op;
423 $this_op = $column->fuzzy_not_op;
426 $this_op = ' ' . $column->fuzzy_not_op . ' ';
433 $this_op = $column->fuzzy_op;
436 $this_op = ' ' . $column->fuzzy_op . ' ';
441 $this_op = $op;
454 chr(5), $this_op, chr(6), $prefix, chr(2),
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/similar-1.3.0/src/algorithms/
H A Dcompact.rs162 let this_op = ops[pointer]; in shift_diff_ops_up() localVariable
163 match (this_op.tag(), prev_op.tag()) { in shift_diff_ops_up()
167 common_suffix_len(old, prev_op.old_range(), new, this_op.new_range()); in shift_diff_ops_up()
176 new_index: this_op.new_range().end - suffix_len, in shift_diff_ops_up()
210 new_index: this_op.new_range().end - suffix_len, in shift_diff_ops_up()
237 ops[pointer - 1].grow_right(this_op.new_range().len()); in shift_diff_ops_up()
242 ops[pointer - 1].grow_right(this_op.old_range().len()); in shift_diff_ops_up()
264 let this_op = ops[pointer]; in shift_diff_ops_down() localVariable
265 match (this_op.tag(), next_op.tag()) { in shift_diff_ops_down()
282 new_index: this_op.new_range().start, in shift_diff_ops_down()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/similar-1.3.0/src/algorithms/
H A Dcompact.rs162 let this_op = ops[pointer]; in shift_diff_ops_up() localVariable
163 match (this_op.tag(), prev_op.tag()) { in shift_diff_ops_up()
167 common_suffix_len(old, prev_op.old_range(), new, this_op.new_range()); in shift_diff_ops_up()
176 new_index: this_op.new_range().end - suffix_len, in shift_diff_ops_up()
210 new_index: this_op.new_range().end - suffix_len, in shift_diff_ops_up()
237 ops[pointer - 1].grow_right(this_op.new_range().len()); in shift_diff_ops_up()
242 ops[pointer - 1].grow_right(this_op.old_range().len()); in shift_diff_ops_up()
264 let this_op = ops[pointer]; in shift_diff_ops_down() localVariable
265 match (this_op.tag(), next_op.tag()) { in shift_diff_ops_down()
282 new_index: this_op.new_range().start, in shift_diff_ops_down()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/similar-1.3.0/src/algorithms/
H A Dcompact.rs162 let this_op = ops[pointer]; in shift_diff_ops_up() localVariable
163 match (this_op.tag(), prev_op.tag()) { in shift_diff_ops_up()
167 common_suffix_len(old, prev_op.old_range(), new, this_op.new_range()); in shift_diff_ops_up()
176 new_index: this_op.new_range().end - suffix_len, in shift_diff_ops_up()
210 new_index: this_op.new_range().end - suffix_len, in shift_diff_ops_up()
237 ops[pointer - 1].grow_right(this_op.new_range().len()); in shift_diff_ops_up()
242 ops[pointer - 1].grow_right(this_op.old_range().len()); in shift_diff_ops_up()
264 let this_op = ops[pointer]; in shift_diff_ops_down() localVariable
265 match (this_op.tag(), next_op.tag()) { in shift_diff_ops_down()
282 new_index: this_op.new_range().start, in shift_diff_ops_down()
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/similar-2.1.0/src/algorithms/
H A Dcompact.rs162 let this_op = ops[pointer]; in shift_diff_ops_up() localVariable
163 match (this_op.tag(), prev_op.tag()) { in shift_diff_ops_up()
167 common_suffix_len(old, prev_op.old_range(), new, this_op.new_range()); in shift_diff_ops_up()
176 new_index: this_op.new_range().end - suffix_len, in shift_diff_ops_up()
210 new_index: this_op.new_range().end - suffix_len, in shift_diff_ops_up()
237 ops[pointer - 1].grow_right(this_op.new_range().len()); in shift_diff_ops_up()
242 ops[pointer - 1].grow_right(this_op.old_range().len()); in shift_diff_ops_up()
264 let this_op = ops[pointer]; in shift_diff_ops_down() localVariable
265 match (this_op.tag(), next_op.tag()) { in shift_diff_ops_down()
282 new_index: this_op.new_range().start, in shift_diff_ops_down()
[all …]
/dports/deskutils/just/just-0.10.5/cargo-crates/similar-2.1.0/src/algorithms/
H A Dcompact.rs162 let this_op = ops[pointer]; in shift_diff_ops_up() localVariable
163 match (this_op.tag(), prev_op.tag()) { in shift_diff_ops_up()
167 common_suffix_len(old, prev_op.old_range(), new, this_op.new_range()); in shift_diff_ops_up()
176 new_index: this_op.new_range().end - suffix_len, in shift_diff_ops_up()
210 new_index: this_op.new_range().end - suffix_len, in shift_diff_ops_up()
237 ops[pointer - 1].grow_right(this_op.new_range().len()); in shift_diff_ops_up()
242 ops[pointer - 1].grow_right(this_op.old_range().len()); in shift_diff_ops_up()
264 let this_op = ops[pointer]; in shift_diff_ops_down() localVariable
265 match (this_op.tag(), next_op.tag()) { in shift_diff_ops_down()
282 new_index: this_op.new_range().start, in shift_diff_ops_down()
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/similar-1.3.0/src/algorithms/
H A Dcompact.rs162 let this_op = ops[pointer]; in shift_diff_ops_up() localVariable
163 match (this_op.tag(), prev_op.tag()) { in shift_diff_ops_up()
167 common_suffix_len(old, prev_op.old_range(), new, this_op.new_range()); in shift_diff_ops_up()
176 new_index: this_op.new_range().end - suffix_len, in shift_diff_ops_up()
210 new_index: this_op.new_range().end - suffix_len, in shift_diff_ops_up()
237 ops[pointer - 1].grow_right(this_op.new_range().len()); in shift_diff_ops_up()
242 ops[pointer - 1].grow_right(this_op.old_range().len()); in shift_diff_ops_up()
264 let this_op = ops[pointer]; in shift_diff_ops_down() localVariable
265 match (this_op.tag(), next_op.tag()) { in shift_diff_ops_down()
282 new_index: this_op.new_range().start, in shift_diff_ops_down()
[all …]
/dports/www/p5-Gantry/Gantry-3.64/lib/Gantry/Plugins/SOAP/
H A DRPC.pm113 my $this_op;
117 $this_op = $op;
121 if ( not defined $this_op ) {
126 foreach my $return_descr ( @{ $this_op->{ returns } } ) {
/dports/x11/xterm/xterm-370/vttests/
H A Dquery-color.pl62 our $this_op = -1;
163 if ( $opt_4 or ( $this_op == 5 ) ) {
202 my $osc = qr/\x1b]$this_op/;
206 $query = "\x1b]$this_op;" . $params . $ST;
257 $this_op = $op; # FIXME handle mixed OSC 4/5
/dports/emulators/hugo/hugo-2.12/
H A Dbios.c330 int this_op = imm_operand(reg_pc + 1), this_ax = get_16bit_zp(_ax), this_bx = get_16bit_zp(_bx), in handle_bios() local
336 …if ((this_op != CD_PCMRD) && (this_op != CD_SUBA) && (this_op != EX_JOYSNS) && (this_op != AD_STAT… in handle_bios()
337 …if ((last_op != this_op) || (last_ax != this_ax) || (last_bx != this_bx) || (last_cx != this_cx) || in handle_bios()
344 last_op = this_op; in handle_bios()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c36 rtx this_op = ops[i].op; in simplify_plus_minus() local
38 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); in simplify_plus_minus()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c37 rtx this_op = ops[i].op; in simplify_plus_minus() local
39 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); in simplify_plus_minus()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c37 rtx this_op = ops[i].op; in simplify_plus_minus() local
39 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); in simplify_plus_minus()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c37 rtx this_op = ops[i].op; in simplify_plus_minus() local
39 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); in simplify_plus_minus()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c37 rtx this_op = ops[i].op; in simplify_plus_minus() local
39 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); in simplify_plus_minus()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c37 rtx this_op = ops[i].op; in simplify_plus_minus() local
39 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); in simplify_plus_minus()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c37 rtx this_op = ops[i].op; in simplify_plus_minus() local
39 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); in simplify_plus_minus()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c37 rtx this_op = ops[i].op; in simplify_plus_minus() local
39 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); in simplify_plus_minus()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c37 rtx this_op = ops[i].op; in simplify_plus_minus() local
39 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); in simplify_plus_minus()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c37 rtx this_op = ops[i].op; in simplify_plus_minus() local
39 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); in simplify_plus_minus()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c36 rtx this_op = ops[i].op; in simplify_plus_minus() local
38 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); in simplify_plus_minus()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c36 rtx this_op = ops[i].op; in simplify_plus_minus() local
38 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); in simplify_plus_minus()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c36 rtx this_op = ops[i].op; in simplify_plus_minus() local
38 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); in simplify_plus_minus()

12345