Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c786 #define MULT 10U in apprentice_magic_strength() macro
788 ssize_t val = 2 * MULT; /* baseline strength */ in apprentice_magic_strength()
833 val += ts * MULT; in apprentice_magic_strength()
838 val += m->vallen * MULT; in apprentice_magic_strength()
843 val += m->vallen * MULT / 2; in apprentice_magic_strength()
849 val += m->vallen * MAX(MULT / m->vallen, 1); in apprentice_magic_strength()
854 val += v * MAX(MULT / v, 1); in apprentice_magic_strength()
863 val += MULT; in apprentice_magic_strength()
878 val += MULT; in apprentice_magic_strength()
883 val -= 2 * MULT; in apprentice_magic_strength()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c374 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
383 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
H A DsljitNativeMIPS_64.c470 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
479 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
H A DsljitNativeMIPS_common.c226 #define MULT (HI(0) | LO(24)) macro
1251 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MULTU : MULT) | S(SLJIT_R0) | T(SLJIT_R1), MOVA… in sljit_emit_op0()

Completed in 30 milliseconds