Home
last modified time | relevance | path

Searched refs:MIN (Results 26 – 50 of 93) sorted by relevance

1234

/PHP-7.3/ext/intl/tests/
H A Dlocale_get_display_region2.phpt223 disp_locale=en : display_region=MIN
224 disp_locale=fr : display_region=MIN
225 disp_locale=de : display_region=MIN
H A Dlocale_get_region.phpt113 zh-min-nan-Hant-CN: region='MIN'
H A Dlocale_parse_locale.phpt176 language : 'zh' , region : 'MIN' , variant0 : 'NAN' , variant1 : 'HANT' , variant2 : 'CN' ,
H A Dlocale_parse_locale2.phpt177 language : 'zh' , region : 'MIN' , variant0 : 'NAN' , variant1 : 'HANT' , variant2 : 'CN' ,
/PHP-7.3/sapi/embed/
H A Dphp_embed.c61 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in php_embed_single_write()
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_process_ctl.c403 children_to_fork = MIN(wp->idle_spawn_rate, wp->config->pm_min_spare_servers - idle); in fpm_pctl_perform_idle_server_maintenance()
406 children_to_fork = MIN(children_to_fork, wp->config->pm_max_children - wp->running_children); in fpm_pctl_perform_idle_server_maintenance()
H A Dzlog.c291 size = MIN(zlog_limit, MAX(size * 2, needed)); in zlog_stream_buf_alloc_ex()
294 size = MIN(zlog_limit, MAX(size, needed)); in zlog_stream_buf_alloc_ex()
312 if (stream->buf.data && stream->buf.size >= MIN(zlog_limit, stream->buf_init_size)) { in zlog_stream_buf_alloc()
/PHP-7.3/Zend/
H A Dzend_operators.c2717 retval = memcmp(s1, s2, MIN(len1, len2)); in zend_binary_strcmp()
2733 retval = memcmp(s1, s2, MIN(length, MIN(len1, len2))); in zend_binary_strncmp()
2735 return (int)(MIN(length, len1) - MIN(length, len2)); in zend_binary_strncmp()
2751 len = MIN(len1, len2); in zend_binary_strcasecmp()
2772 len = MIN(length, MIN(len1, len2)); in zend_binary_strncasecmp()
2781 return (int)(MIN(length, len1) - MIN(length, len2)); in zend_binary_strncasecmp()
2794 len = MIN(len1, len2); in zend_binary_strcasecmp_l()
2815 len = MIN(length, MIN(len1, len2)); in zend_binary_strncasecmp_l()
2824 return (int)(MIN(length, len1) - MIN(length, len2)); in zend_binary_strncasecmp_l()
H A Dzend_portability.h438 #undef MIN
441 #define MIN(a, b) (((a)<(b))?(a):(b)) macro
H A Dzend_string.h192 memcpy(ZSTR_VAL(ret), ZSTR_VAL(s), MIN(len, ZSTR_LEN(s)) + 1); in zend_string_realloc()
254 memcpy(ZSTR_VAL(ret), ZSTR_VAL(s), MIN((n * m) + l, ZSTR_LEN(s)) + 1); in zend_string_safe_realloc()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c132 …size_t comp_buf_size = MYSQLND_HEADER_SIZE + COMPRESSED_HEADER_SIZE + MYSQLND_HEADER_SIZE + MIN(le… in MYSQLND_METHOD()
138 to_be_sent = MIN(left, MYSQLND_MAX_PACKET_SIZE); in MYSQLND_METHOD()
326 …size_t to_read_from_buffer = MIN(pfc->data->uncompressed_data->bytes_left(pfc->data->uncompressed_… in MYSQLND_METHOD()
H A Dmysqlnd_block_alloc.c133 memcpy(new_ptr, ptr, MIN(old_size, size)); in mysqlnd_mempool_resize_chunk()
H A Dmysqlnd_debug.c67 i = MIN(level, sizeof(pipe_buffer) / 2 - 1); in MYSQLND_METHOD()
164 i = MIN(level, sizeof(pipe_buffer) / 2 - 1); in MYSQLND_METHOD()
570 unsigned int func_name_len = MIN(sizeof(func_name) - 1, j - i - 1); in MYSQLND_METHOD()
H A Dmysqlnd_net.c97 net_stream->chunk_size = MIN(to_read, net->data->options.net_read_buffer_size); in MYSQLND_METHOD()
377 …size_t comp_buf_size = MYSQLND_HEADER_SIZE + COMPRESSED_HEADER_SIZE + MYSQLND_HEADER_SIZE + MIN(le… in MYSQLND_METHOD()
383 to_be_sent = MIN(left, MYSQLND_MAX_PACKET_SIZE); in MYSQLND_METHOD()
661 …size_t to_read_from_buffer = MIN(net->uncompressed_data->bytes_left(net->uncompressed_data), to_re… in MYSQLND_METHOD()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dfile.h122 #ifndef MIN
123 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
/PHP-7.3/ext/phar/
H A Dphar_internal.h512 tmp_len = MIN(MAXPATHLEN, entry->filename_len + entry->phar->fname_len); in phar_set_inode()
514 len1 = MIN(entry->phar->fname_len, tmp_len); in phar_set_inode()
517 len2 = MIN(tmp_len - len1, entry->filename_len); in phar_set_inode()
/PHP-7.3/sapi/cli/
H A Dphp_http_parser.c26 #ifndef MIN
27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
1380 to_read = MIN((size_t)(pe - p), (size_t)parser->content_length); in php_http_parser_execute()
1466 to_read = MIN((size_t)(pe - p), (size_t)(parser->content_length)); in php_http_parser_execute()
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.c454 tmp->min = MIN(a, c); in zend_ssa_range_or()
642 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
679 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
715 tmp->max = MIN(op1_max, op2_abs_max - 1); in zend_inference_calc_binary_op_range()
721 tmp->max = MIN(op1_max, op2_abs_max - 1); in zend_inference_calc_binary_op_range()
758 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
799 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
914 tmp->max = MIN(constraint->range.max, tmp->max); in zend_inference_calc_range()
3965 tmp_range.min = MIN(tmp_range.min, 0); in zend_func_return_info()
3980 tmp_range.min = MIN(tmp_range.min, 0); in zend_func_return_info()
[all …]
/PHP-7.3/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp89 if (zend_parse_parameters_ex(zpp_flags, MIN(ZEND_NUM_ARGS(), 2), in _php_intlgregcal_constructor_body()
/PHP-7.3/ext/bcmath/libbcmath/src/
H A Ddiv.c112 n1->n_len + MIN(n1->n_scale,scale)); in bc_divide()
/PHP-7.3/ext/gd/libgd/
H A Dgd_filter.c271 int yv = MIN(MAX(y - 1 + j, 0), src->sy - 1); in gdImageConvolution()
273 pxl = f(srcback, MIN(MAX(x - 1 + i, 0), src->sx - 1), yv); in gdImageConvolution()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregint.h178 #ifdef MIN
179 #undef MIN
185 #define MIN(a,b) (((a)>(b))?(b):(a)) macro
H A Dregerror.c251 len = MIN((int )(end - s), buf_size); in to_ascii()
/PHP-7.3/ext/intl/grapheme/
H A Dgrapheme_string.c861 if ( -1 != grapheme_ascii_check((unsigned char *)pstr, MIN(size + 1, str_len)) ) { in PHP_FUNCTION()
862 size_t nsize = MIN(size, str_len); in PHP_FUNCTION()
/PHP-7.3/ext/standard/
H A Dbrowscap.c102 return (uint8_t)MIN(i, UINT8_MAX); in browscap_compute_prefix_len()
128 *contains_len = (uint8_t)MIN(i - *contains_start, UINT8_MAX); in browscap_compute_contains()

Completed in 117 milliseconds

1234