Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/ext/fileinfo/libmagic/
H A Dapprentice.c751 val += m->factor; in apprentice_magic_strength()
754 val -= m->factor; in apprentice_magic_strength()
757 val *= m->factor; in apprentice_magic_strength()
760 val /= m->factor; in apprentice_magic_strength()
1965 unsigned long factor; in parse_strength() local
1971 m->factor_op, m->factor); in parse_strength()
1988 factor = strtoul(l, &el, 0); in parse_strength()
1989 if (factor > 255) { in parse_strength()
1997 m->factor = (uint8_t)factor; in parse_strength()
2000 m->factor_op, m->factor); in parse_strength()
[all …]
H A Dfile.h173 uint8_t factor; member
/PHP-5.5/ext/standard/
H A Dimage.c205 int factor=1,maxfactor=16; in php_handle_swc() local
233 szlength=slength*(1<<factor++); in php_handle_swc()
236 } while ((status==Z_BUF_ERROR)&&(factor<maxfactor)); in php_handle_swc()
/PHP-5.5/Zend/
H A DREADME.ZEND_VM9 factor but system calls and database calls are, your mileage with this patch
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re403 /* calculate the possible padding factor due to quoting */
/PHP-5.5/build/
H A Dlibtool.m4906 # Add a significant safety factor because C++ compilers can tack on massive
/PHP-5.5/
H A DNEWS9865 - Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so). (Ilia)

Completed in 115 milliseconds