Home
last modified time | relevance | path

Searched refs:min (Results 126 – 146 of 146) sorted by relevance

123456

/php-src/ext/standard/tests/strings/
H A Dstrcspn_variation11.phpt55 -2147483648, // min negative integer
H A Dstrspn_variation12.phpt45 -2147483648, // min negative integer
55 -2147483648, // min negative integer
/php-src/ext/ffi/
H A Dffi.c5922 … *enum_dcl, const char *name, size_t name_len, zend_ffi_val *val, int64_t *min, int64_t *max, int6… argument
5942 if ((*min != 0 || *max != 0)
5982 *min = MIN(*min, value);
5985 && *min >= -0x7FLL-1 && *max <= 0x7FLL) {
5988 && *min >= -0x7FFFLL-1 && *max <= 0x7FFFLL) {
5990 } else if (*min >= -0x7FFFFFFFLL-1 && *max <= 0x7FFFFFFFLL) {
5996 *min = MIN((uint64_t)*min, (uint64_t)value);
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt225 …tatype($link, $engine, "i", "INTEGER UNSIGNED", (defined("PHP_INT_MAX")) ? min(4294967295, PHP_INT…
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc8235 ir_val min, max;
8242 min.u64 = 0x7fffffffffffffff;
8245 min.u64 = 0xffffffffffffffff;
8259 min.i64 = IR_MIN(min.i64, val->val.i64);
8263 min.u64 = (int64_t)IR_MIN(min.u64, val->val.u64);
8283 for (i = 0; i <= (max.i64 - min.i64); i++) {
8294 labels[val->val.i64 - min.i64] = label;
8328 if (min.i64 != 0) {
8329 int64_t offset = -min.i64;
8341 offset = max.i64 - min.i64;
[all …]
/php-src/Zend/Optimizer/
H A Dsccp.c1814 && info->range.min == info->range.max) { in value_from_type_and_range()
1815 ZVAL_LONG(tmp, info->range.min); in value_from_type_and_range()
/php-src/win32/build/
H A Dconfutils.js1846 var min = new Array(l);
1873 min[j] = header[j].length;
/php-src/ext/soap/tests/bugs/
H A Dbug37083.phpt51 $r->min='2003-04-01';
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h2223 ZEND_FRAMELESS_FUNCTION(min, 2);
2225 { ZEND_FRAMELESS_FUNCTION_NAME(min, 2), 2 },
2368 ZEND_FUNCTION(min);
H A Dbasic_functions.stub.php1639 function min(mixed $value, mixed ...$values): mixed {} function
/php-src/ext/opcache/jit/
H A Dzend_jit.c181 op1_min = op1_range->min; in zend_jit_is_constant_cmp_long_long()
191 op2_min = op2_range->min; in zend_jit_is_constant_cmp_long_long()
H A Dzend_jit_ir.c5499 op2_range->min < 0 || in zend_jit_long_math_helper()
5548 op2_range->min < 0 || in zend_jit_long_math_helper()
5582 } else if (zend_long_is_power_of_two(op2_lval) && op1_range && op1_range->min >= 0) { in zend_jit_long_math_helper()
5592 …if ((op2_type & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) || !op2_range || (op2_range->min <= 0 && … in zend_jit_long_math_helper()
5603 if (!op2_range || (op2_range->min <= -1 && op2_range->max >= -1)) { in zend_jit_long_math_helper()
11546 || (op2_range && op2_range->min >= 0 && op2_range->max <= UINT32_MAX)) {
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua1846 sub = 12, min = 13, div = 14, max = 15 } do
/php-src/ext/date/
H A Dphp_date.c1138 zend_long hou, min, sec, mon, day, yea; in php_mktime() local
1148 Z_PARAM_LONG_OR_NULL(min, min_is_null) in php_mktime()
1172 now->i = min; in php_mktime()
/php-src/ext/mbstring/tests/
H A Dutf_encodings.phpt730 $length = min(rand(20,30), count($good));
/php-src/ext/sockets/
H A Dsockets.c860 retval = send(php_sock->bsd_socket, str, min(length, str_len), 0);
/php-src/ext/date/lib/
H A Dparse_date.c25246 timelib_sll min; in timelib_parse_from_format_with_map() local
25249 min = timelib_get_nr_ex(&ptr, 2, &length); in timelib_parse_from_format_with_map()
25250 if (min == TIMELIB_UNSET || length != 2) { in timelib_parse_from_format_with_map()
25256 s->time->i = min; in timelib_parse_from_format_with_map()
/php-src/
H A Dphp.ini-development1513 ; https://php.net/session.upload-progress.min-freq
H A Dphp.ini-production1515 ; https://php.net/session.upload-progress.min-freq
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます15022 >>0x1012 uleshort x \b, min version %u
37914 # int32_t min_ceil; /* 4: 100 mm == 10 cm == min. ceil */
38569 # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields
H A Dmagic15022 >>0x1012 uleshort x \b, min version %u
37914 # int32_t min_ceil; /* 4: 100 mm == 10 cm == min. ceil */
38569 # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields

Completed in 327 milliseconds

123456