Searched refs:factor (Results 1 – 12 of 12) sorted by relevance
4 <?php echo quoted_printable_decode("=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A= 10 �wow-factor���������
4 <?php echo quoted_printable_decode("=FAwow-factor=C1=D0=D5=DD=C5=CE=CE=D9=C5=0A= 10 �wow-factor���������
12 $str = "=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
16 $str = b"=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
495 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; local1571 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 …]
164 uint8_t factor; member
536 unsigned int factor=1, maxfactor=16; in PHP_FUNCTION() local559 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() local685 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()
201 int factor=1,maxfactor=16; in php_handle_swc() local229 szlength=slength*(1<<factor++); in php_handle_swc()232 } while ((status==Z_BUF_ERROR)&&(factor<maxfactor)); in php_handle_swc()
9 factor but system calls and database callls are, your mileage with this patch
400 /* calculate the possible padding factor due to quoting */
900 # Add a significant safety factor because C++ compilers can tack on massive
6815 - Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so). (Ilia)
Completed in 53 milliseconds