Searched refs:MULT (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 635 #define MULT 10 in apprentice_magic_strength() macro 645 val += 1 * MULT; in apprentice_magic_strength() 651 val += 2 * MULT; in apprentice_magic_strength() 658 val += 4 * MULT; in apprentice_magic_strength() 663 val += m->vallen * MULT; in apprentice_magic_strength() 668 val += m->vallen * MULT / 2; in apprentice_magic_strength() 687 val += 4 * MULT; in apprentice_magic_strength() 705 val += 8 * MULT; in apprentice_magic_strength() 726 val += MULT; in apprentice_magic_strength() 731 val -= 2 * MULT; in apprentice_magic_strength() [all …]
|
/PHP-5.4/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeMIPS_32.c | 305 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op() 309 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
|
H A D | sljitNativeMIPS_64.c | 400 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op() 404 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
|
H A D | sljitNativeMIPS_common.c | 153 #define MULT (HI(0) | LO(24)) macro 1052 …FAIL_IF(push_inst(compiler, (op == SLJIT_LUMUL ? MULTU : MULT) | S(SLJIT_R0) | T(SLJIT_R1), MOVABL… in sljit_emit_op0()
|
Completed in 26 milliseconds