Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c635 #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.5/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 21 milliseconds