Searched refs:MULT (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 719 #define MULT 10 in apprentice_magic_strength() macro 729 val += 1 * MULT; in apprentice_magic_strength() 735 val += 2 * MULT; in apprentice_magic_strength() 742 val += 4 * MULT; in apprentice_magic_strength() 747 val += m->vallen * MULT; in apprentice_magic_strength() 752 val += m->vallen * MULT / 2; in apprentice_magic_strength() 775 val += 4 * MULT; in apprentice_magic_strength() 793 val += 8 * MULT; in apprentice_magic_strength() 813 val += MULT; in apprentice_magic_strength() 818 val -= 2 * MULT; in apprentice_magic_strength() [all …]
|
/PHP-7.0/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 28 milliseconds