Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dapprentice.c882 #define MULT 10U in apprentice_magic_strength_1() macro
884 ssize_t val = 2 * MULT; /* baseline strength */ in apprentice_magic_strength_1()
946 val += ts * MULT; in apprentice_magic_strength_1()
952 val += m->vallen * MULT; in apprentice_magic_strength_1()
957 val += m->vallen * MULT / 2; in apprentice_magic_strength_1()
963 val += m->vallen * MAX(MULT / m->vallen, 1); in apprentice_magic_strength_1()
968 val += v * MAX(MULT / v, 1); in apprentice_magic_strength_1()
978 val += MULT; in apprentice_magic_strength_1()
993 val += MULT; in apprentice_magic_strength_1()
998 val -= 2 * MULT; in apprentice_magic_strength_1()
[all …]
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c250 #define MULT (HI(0) | LO(24)) macro
1846 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
1855 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
2181 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MULTU : MULT) | S(SLJIT_R0) | T(SLJIT_R1), MOVA… in sljit_emit_op0()

Completed in 21 milliseconds