Home
last modified time | relevance | path

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

/php-src/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-src/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-src/Zend/
H A Dzend_ini.c624 zend_ulong factor; in zend_ini_parse_quantity_internal() local
776 factor = 1<<30; in zend_ini_parse_quantity_internal()
780 factor = 1<<20; in zend_ini_parse_quantity_internal()
784 factor = 1<<10; in zend_ini_parse_quantity_internal()
809 overflow = (zend_long)retval > ZEND_LONG_MAX / (zend_long)factor; in zend_ini_parse_quantity_internal()
811 overflow = (zend_long)retval < ZEND_LONG_MIN / (zend_long)factor; in zend_ini_parse_quantity_internal()
814 overflow = retval > ZEND_ULONG_MAX / factor; in zend_ini_parse_quantity_internal()
818 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.c2182 uint_fast8_t factor = (opline->opcode == ZEND_FETCH_STATIC_PROP_R) ? 1 : 3; in zend_adjust_for_fetch_type() local
2190 opline->opcode += 1 * factor; in zend_adjust_for_fetch_type()
2193 opline->opcode += 2 * factor; in zend_adjust_for_fetch_type()
2198 opline->opcode += 3 * factor; in zend_adjust_for_fetch_type()
2201 opline->opcode += 4 * factor; in zend_adjust_for_fetch_type()
2204 opline->opcode += 5 * factor; in zend_adjust_for_fetch_type()
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c1042 val += m->factor; in file_magic_strength()
1045 val -= m->factor; in file_magic_strength()
1048 val *= m->factor; in file_magic_strength()
1051 val /= m->factor; in file_magic_strength()
2386 unsigned long factor; in parse_strength() local
2393 m->factor_op, m->factor); in parse_strength()
2418 factor = strtoul(l, &el, 0); in parse_strength()
2419 if (factor > 255) { in parse_strength()
2427 m->factor = CAST(uint8_t, factor); in parse_strength()
2430 m->factor_op, m->factor); in parse_strength()
[all …]
H A Dfile.h216 uint8_t factor; member
/php-src/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-src/
H A DUPGRADING695 . Improved the performance of FTP uploads up to a factor of 10x for large
/php-src/build/
H A Dlibtool.m4905 # Add a significant safety factor because C++ compilers can tack on massive
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3769 # arj protection factor; maximal 10; switch hky -> factor=y+1
3770 >>0x22 byte x (factor %u)
H A Dmagic3769 # arj protection factor; maximal 10; switch hky -> factor=y+1
3770 >>0x22 byte x (factor %u)

Completed in 169 milliseconds