Home
last modified time | relevance | path

Searched refs:max (Results 226 – 250 of 258) sorted by relevance

1234567891011

/php-src/sapi/fpm/tests/
H A Dfcgi.inc664 * @param int $readLimit max content size
776 // Pick random number between 1 and max 16 bit unsigned int 65535
/php-src/ext/date/lib/
H A Dparse_iso_intervals.re327 /*!max:re2c */
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt178 …func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? max(-1 * P…
/php-src/Zend/Optimizer/
H A Dzend_ssa.c132 zend_ssa_phi *phi, int min_var, int max_var, zend_long min, zend_long max, in pi_range() argument
141 constraint->range.max = max; in pi_range()
H A Dsccp.c1814 && info->range.min == info->range.max) { in value_from_type_and_range()
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc4449 ir_val min, max;
4455 max.u64 = 0x8000000000000000;
4458 max.u64 = 0x0;
4472 max.i64 = IR_MAX(max.i64, val->val.i64);
4476 max.u64 = (int64_t)IR_MAX(max.u64, val->val.u64);
4496 if (count > 2 && (max.i64-min.i64) < count * 8) {
4499 for (i = 0; i <= (max.i64 - min.i64); i++) {
4515 if (aarch64_may_encode_imm12(max.i64)) {
4516 | ASM_REG_IMM_OP cmp, type, op2_reg, max.i64
4518 ir_emit_load_imm_int(ctx, type, tmp_reg, max.i64);
[all …]
H A Dir_x86.dasc8174 ir_val min, max;
8182 max.u64 = 0x8000000000000000;
8185 max.u64 = 0x0;
8199 max.i64 = IR_MAX(max.i64, val->val.i64);
8203 max.u64 = (int64_t)IR_MAX(max.u64, val->val.u64);
8219 if (count > 2 && (max.i64-min.i64) < count * 8) {
8220 int *labels = ir_mem_malloc(sizeof(int) * (size_t)(max.i64 - min.i64 + 1));
8222 for (i = 0; i <= (max.i64 - min.i64); i++) {
8280 offset = max.i64 - min.i64;
8305 int64_t offset = max.i64;
[all …]
/php-src/ext/standard/tests/strings/
H A Dstrspn_variation11.phpt54 2147483647, // max positive integer
H A Dstrcspn_variation11.phpt54 2147483647, // max positive integer
H A Dstrspn_variation12.phpt44 2147483647, // max positive integer
54 2147483647, // max positive integer
/php-src/ext/mbstring/tests/
H A Dmb_strimwidth.phpt91 // With max width of 100, trim marker will not be added
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2758 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_match() local
2766 if (++count >= max && max != 0) /* Max 0 => no limit */ in internal_dfa_match()
/php-src/ext/standard/tests/file/
H A Dfread_basic.phpt75 // reading 1000 bytes within the file max size
H A Dfgetcsv_variation1.phpt74 // use the right delimiter and enclosure with max length
/php-src/
H A D.gdbinit617 usage: print_zstr <ptr> [max length]
H A DCONTRIBUTING.md409 <max 79 characters short description>\n
/php-src/ext/exif/
H A Dexif.c59 #ifndef max
60 # define max(a,b) ((a)>(b) ? (a) : (b)) macro
2800 value_ptr = safe_emalloc(max(byte_count, 4), 1, 0); in exif_ifd_make_value()
/php-src/ext/phar/phar/
H A Dpharcommand.inc1540 $l = max(strlen($which), $l);
1594 $klen = max($klen, strlen($k));
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h2213 ZEND_FRAMELESS_FUNCTION(max, 2);
2215 { ZEND_FRAMELESS_FUNCTION_NAME(max, 2), 2 },
2353 ZEND_FUNCTION(max);
H A Dbasic_functions.stub.php1645 function max(mixed $value, mixed ...$values): mixed {} function
/php-src/ext/opcache/jit/
H A Dzend_jit.c181 op1_max = op1_range->max; in zend_jit_is_constant_cmp_long_long()
191 op2_max = op2_range->max; in zend_jit_is_constant_cmp_long_long()
/php-src/Zend/
H A Dzend.c1378 CG(stack).top = CG(stack).max = 0; \
H A Dzend_hash.c1427 static zend_always_inline void zend_hash_iterators_clamp_max(HashTable *ht, uint32_t max) in zend_hash_iterators_clamp_max() argument
1434 iter->pos = MIN(iter->pos, max); in zend_hash_iterators_clamp_max()
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua1846 sub = 12, min = 13, div = 14, max = 15 } do
/php-src/.github/workflows/
H A Dnightly.yml484 export SYMFONY_DEPRECATIONS_HELPER=max[total]=999

Completed in 114 milliseconds

1234567891011