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���������
7 $str = "=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
625 zend_ulong factor; in zend_ini_parse_quantity_internal() local777 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()
38 factor but system calls and database calls are, your mileage with this patch
2237 uint_fast8_t factor = (opline->opcode == ZEND_FETCH_STATIC_PROP_R) ? 1 : 3; in zend_adjust_for_fetch_type() local2245 opline->opcode += 1 * factor; in zend_adjust_for_fetch_type()2248 opline->opcode += 2 * factor; in zend_adjust_for_fetch_type()2253 opline->opcode += 3 * factor; in zend_adjust_for_fetch_type()2256 opline->opcode += 4 * factor; in zend_adjust_for_fetch_type()2259 opline->opcode += 5 * factor; in zend_adjust_for_fetch_type()
1042 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() local2393 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 …]
216 uint8_t factor; member
168 int factor = 1,maxfactor = 16; in php_handle_swc() local206 szlength = ZSTR_LEN(bufz) * (1<<factor++); in php_handle_swc()209 } while ((status==Z_BUF_ERROR)&&(factor<maxfactor)); in php_handle_swc()
905 # Add a significant safety factor because C++ compilers can tack on massive
3769 # arj protection factor; maximal 10; switch hky -> factor=y+13770 >>0x22 byte x (factor %u)
Completed in 225 milliseconds