Home
last modified time | relevance | path

Searched refs:MULT (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/ext/fileinfo/libmagic/
H A Dapprentice.c719 #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.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_32.c305 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 DsljitNativeMIPS_64.c400 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 DsljitNativeMIPS_common.c153 #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 31 milliseconds