Home
last modified time | relevance | path

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

/PHP-5.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-5.3/ext/standard/tests/strings/
H A Dquoted_printable_decode_basic.phpt12 $str = "=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
H A Dquoted_printable_decode_error.phpt16 $str = b"=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c495 val += m->factor; in apprentice_magic_strength()
498 val -= m->factor; in apprentice_magic_strength()
501 val *= m->factor; in apprentice_magic_strength()
504 val /= m->factor; in apprentice_magic_strength()
1565 unsigned long factor; local
1571 m->factor_op, m->factor);
1588 factor = strtoul(l, &el, 0);
1589 if (factor > 255) {
1597 m->factor = (uint8_t)factor;
1600 m->factor_op, m->factor);
[all …]
H A Dfile.h164 uint8_t factor; member
/PHP-5.3/ext/zlib/
H A Dzlib.c536 unsigned int factor=1, maxfactor=16; in PHP_FUNCTION() local
559 length = plength ? plength : (unsigned long)data_len * (1 << factor++); in PHP_FUNCTION()
563 } while ((status == Z_BUF_ERROR) && (!plength) && (factor < maxfactor)); in PHP_FUNCTION()
643 unsigned int factor=1, maxfactor=16; in PHP_FUNCTION() local
685 length = plength ? plength : (unsigned long)data_len * (1 << factor++); in PHP_FUNCTION()
701 …} while ((Z_BUF_ERROR == status || (Z_OK == status && stream.avail_in)) && !plength && factor < ma… in PHP_FUNCTION()
705 if ((plength && Z_OK == status) || factor >= maxfactor) { in PHP_FUNCTION()
/PHP-5.3/ext/standard/
H A Dimage.c201 int factor=1,maxfactor=16; in php_handle_swc() local
229 szlength=slength*(1<<factor++); in php_handle_swc()
232 } while ((status==Z_BUF_ERROR)&&(factor<maxfactor)); in php_handle_swc()
/PHP-5.3/Zend/
H A DREADME.ZEND_VM9 factor but system calls and database callls are, your mileage with this patch
/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.re400 /* calculate the possible padding factor due to quoting */
/PHP-5.3/build/
H A Dlibtool.m4900 # Add a significant safety factor because C++ compilers can tack on massive
/PHP-5.3/
H A DNEWS6815 - Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so). (Ilia)

Completed in 53 milliseconds