Home
last modified time | relevance | path

Searched refs:MAX (Results 26 – 37 of 37) sorted by relevance

12

/PHP-5.5/ext/standard/
H A Dformatted_print.c92 m_width = MAX(min_width, copy_len); in php_sprintf_appendstring()
H A Dmath.c1117 dec = MAX(0, dec); in _php_math_number_format_ex_len()
H A Dfile.c1191 num_bytes = MAX(0, MIN((int)arg3, arg2len)); in PHP_FUNCTION()
H A Dstring.c5658 cmp_len = (uint) (len ? len : MAX(s2_len, (s1_len - offset)));
/PHP-5.5/ext/sockets/
H A Dmulticast.c802 entry_len = MAX(entry_len, sizeof(*cur_req));
/PHP-5.5/ext/gd/libgd/
H A Dgd.c315 #ifndef MAX
316 #define MAX(a,b) ((a)<(b)?(b):(a)) macro
318 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c)))
/PHP-5.5/ext/pcntl/
H A Dpcntl.c964 for (signo = 1; signo < MAX(NSIG-1, SIGRTMAX); ++signo) { in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c595 errs = MAX(errs, file_err); in file_apprentice()
673 val += m->vallen * MAX(MULT / m->vallen, 1); in apprentice_magic_strength()
/PHP-5.5/main/
H A Doutput.c903 size_t grow_max = MAX(grow_int, grow_buf); in php_output_handler_append()
/PHP-5.5/ext/spl/
H A Dspl_directory.c2853 str_len = MAX(0, MIN(length, str_len)); in SPL_METHOD()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c8918 #define MAX(A,B) ((A)>(B)?(A):(B)) macro
78438 int nNew = MAX(128, p->nAlloc*2);
89045 pParse->nMem = MAX(pParse->nMem, iMem);
89076 pParse->nTab = MAX(pParse->nTab, iTab);
89284 pParse->nMem = MAX(pParse->nMem, regCol+nCol);
105068 pParse->nMem = MAX( pParse->nMem, cnt+8 );
105105 pParse->nMem = MAX(pParse->nMem, 8+j);
132759 #ifndef MAX
132760 # define MAX(x,y) ((x)>(y)?(x):(y))
151327 #ifndef MAX
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c1953 from = MAX(from1, from2); in and_code_range_buf()

Completed in 411 milliseconds

12