Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/tests/general_functions/
H A D002.phpt4 <?php echo quoted_printable_decode("=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
10 �wow-factor���������
H A D006.phpt4 <?php echo quoted_printable_decode("=FAwow-factor=C1=D0=D5=DD=C5=CE=CE=D9=C5=0A=
10 �wow-factor���������
/PHP-8.3/ext/standard/tests/strings/
H A Dquoted_printable_decode_basic.phpt7 $str = "=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
/PHP-8.3/Zend/
H A Dzend_ini.c625 zend_ulong factor; in zend_ini_parse_quantity_internal() local
777 factor = 1<<30; in zend_ini_parse_quantity_internal()
781 factor = 1<<20; in zend_ini_parse_quantity_internal()
785 factor = 1<<10; in zend_ini_parse_quantity_internal()
810 overflow = (zend_long)retval > ZEND_LONG_MAX / (zend_long)factor; in zend_ini_parse_quantity_internal()
812 overflow = (zend_long)retval < ZEND_LONG_MIN / (zend_long)factor; in zend_ini_parse_quantity_internal()
815 overflow = retval > ZEND_ULONG_MAX / factor; in zend_ini_parse_quantity_internal()
819 retval *= factor; in zend_ini_parse_quantity_internal()
H A DREADME.md38 factor but system calls and database calls are, your mileage with this patch
H A Dzend_compile.c2163 uint_fast8_t factor = (opline->opcode == ZEND_FETCH_STATIC_PROP_R) ? 1 : 3; in zend_adjust_for_fetch_type() local
2171 opline->opcode += 1 * factor; in zend_adjust_for_fetch_type()
2174 opline->opcode += 2 * factor; in zend_adjust_for_fetch_type()
2179 opline->opcode += 3 * factor; in zend_adjust_for_fetch_type()
2182 opline->opcode += 4 * factor; in zend_adjust_for_fetch_type()
2185 opline->opcode += 5 * factor; in zend_adjust_for_fetch_type()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dapprentice.c1043 val += m->factor; in apprentice_magic_strength()
1046 val -= m->factor; in apprentice_magic_strength()
1049 val *= m->factor; in apprentice_magic_strength()
1052 val /= m->factor; in apprentice_magic_strength()
2385 unsigned long factor; in parse_strength() local
2391 m->factor_op, m->factor); in parse_strength()
2413 factor = strtoul(l, &el, 0); in parse_strength()
2414 if (factor > 255) { in parse_strength()
2422 m->factor = CAST(uint8_t, factor); in parse_strength()
2425 m->factor_op, m->factor); in parse_strength()
[all …]
H A Dfile.h206 uint8_t factor; member
/PHP-8.3/ext/standard/
H A Dimage.c168 int factor = 1,maxfactor = 16; in php_handle_swc() local
206 szlength = ZSTR_LEN(bufz) * (1<<factor++); in php_handle_swc()
209 } while ((status==Z_BUF_ERROR)&&(factor<maxfactor)); in php_handle_swc()
/PHP-8.3/build/
H A Dlibtool.m4905 # Add a significant safety factor because C++ compilers can tack on massive
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic3769 # arj protection factor; maximal 10; switch hky -> factor=y+1
3770 >>0x22 byte x (factor %u)
H A Dmagic私はガラスを食べられます3769 # arj protection factor; maximal 10; switch hky -> factor=y+1
3770 >>0x22 byte x (factor %u)

Completed in 233 milliseconds