Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c387 #define MULT 10 in apprentice_magic_strength() macro
397 val += 1 * MULT; in apprentice_magic_strength()
403 val += 2 * MULT; in apprentice_magic_strength()
410 val += 4 * MULT; in apprentice_magic_strength()
415 val += m->vallen * MULT; in apprentice_magic_strength()
420 val += m->vallen * MULT / 2; in apprentice_magic_strength()
439 val += 4 * MULT; in apprentice_magic_strength()
454 val += 8 * MULT; in apprentice_magic_strength()
470 val += MULT; in apprentice_magic_strength()
475 val -= 2 * MULT; in apprentice_magic_strength()
[all …]

Completed in 11 milliseconds